From 19b0dfc19c0d911c322a03899806c59bc2f593c9 Mon Sep 17 00:00:00 2001 From: Bandan Das Date: Sat, 7 Sep 2013 00:54:00 -0400 Subject: audio: remove CONFIG_MIXEMU configure option Signed-off-by: Bandan Das Signed-off-by: Gerd Hoffmann --- audio/mixeng.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'audio') diff --git a/audio/mixeng.c b/audio/mixeng.c index 02a9d9fb92..0e4976f271 100644 --- a/audio/mixeng.c +++ b/audio/mixeng.c @@ -348,7 +348,6 @@ void mixeng_clear (struct st_sample *buf, int len) void mixeng_volume (struct st_sample *buf, int len, struct mixeng_volume *vol) { -#ifdef CONFIG_MIXEMU if (vol->mute) { mixeng_clear (buf, len); return; @@ -364,9 +363,4 @@ void mixeng_volume (struct st_sample *buf, int len, struct mixeng_volume *vol) #endif buf += 1; } -#else - (void) buf; - (void) len; - (void) vol; -#endif } -- cgit v1.2.1