From: Takashi Iwai Date: Wed, 12 Jun 2002 16:44:01 +0000 (+0000) Subject: more correct fixes.. it's different from other plugins. X-Git-Tag: android-x86-9.0-r1~2476 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=929dc3a227dcbbd55e840229a87e802d484d25d2;p=android-x86%2Fexternal-alsa-lib.git more correct fixes.. it's different from other plugins. --- diff --git a/src/pcm/scopes/level.c b/src/pcm/scopes/level.c index b63bd488..f96ba05b 100644 --- a/src/pcm/scopes/level.c +++ b/src/pcm/scopes/level.c @@ -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;