summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorBandan Das <bsd@redhat.com>2013-09-07 00:54:00 -0400
committerGerd Hoffmann <kraxel@redhat.com>2013-09-24 10:29:34 +0200
commit19b0dfc19c0d911c322a03899806c59bc2f593c9 (patch)
treeb94ae2faecf645fd973fa92111168ac4493c2a45 /audio
parent2690e61e8e313461428334586ed9dbf56531dae9 (diff)
downloadhqemu-19b0dfc19c0d911c322a03899806c59bc2f593c9.zip
hqemu-19b0dfc19c0d911c322a03899806c59bc2f593c9.tar.gz
audio: remove CONFIG_MIXEMU configure option
Signed-off-by: Bandan Das <bsd@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/mixeng.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/mixeng.c b/audio/mixeng.c
index 02a9d9f..0e4976f 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
}
OpenPOWER on IntegriCloud