mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-10 13:30:01 -05:00
Fixed typo
This commit is contained in:
parent
9457b26c11
commit
28711a9dca
1 changed files with 0 additions and 1 deletions
|
|
@ -1452,7 +1452,6 @@ int _snd_pcm_share_open(snd_pcm_t **pcmp, const char *name,
|
||||||
goto _free;
|
goto _free;
|
||||||
}
|
}
|
||||||
channels_map = calloc(channels, sizeof(*channels_map));
|
channels_map = calloc(channels, sizeof(*channels_map));
|
||||||
for (i = 0; i < channels; i++)
|
|
||||||
|
|
||||||
snd_config_for_each(i, next, bindings) {
|
snd_config_for_each(i, next, bindings) {
|
||||||
snd_config_t *n = snd_config_iterator_entry(i);
|
snd_config_t *n = snd_config_iterator_entry(i);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue