mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
more correct fixes.. it's different from other plugins.
This commit is contained in:
parent
889e3bc1c6
commit
929dc3a227
1 changed files with 1 additions and 2 deletions
|
|
@ -218,8 +218,7 @@ int snd_pcm_scope_level_open(snd_pcm_t *pcm, const char *name,
|
|||
}
|
||||
|
||||
int _snd_pcm_scope_level_open(snd_pcm_t *pcm, const char *name,
|
||||
snd_config_t *root, snd_config_t *conf,
|
||||
snd_pcm_stream_t stream, int mode)
|
||||
snd_config_t *root, snd_config_t *conf)
|
||||
{
|
||||
snd_config_iterator_t i, next;
|
||||
snd_pcm_scope_t *scope;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue