mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Fixed constness wrt snd_pcm_channel_area_t
This commit is contained in:
parent
b0cd1da822
commit
61e95094e7
11 changed files with 114 additions and 112 deletions
|
|
@ -142,7 +142,7 @@ static ssize_t snd_pcm_file_rewind(snd_pcm_t *pcm, size_t frames)
|
|||
}
|
||||
|
||||
static void snd_pcm_file_write_areas(snd_pcm_t *pcm,
|
||||
snd_pcm_channel_area_t *areas,
|
||||
const snd_pcm_channel_area_t *areas,
|
||||
size_t offset, size_t frames)
|
||||
{
|
||||
snd_pcm_file_t *file = pcm->private;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue