summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2010-01-31 19:06:22 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2010-01-31 19:06:22 +0100
commit501e807c59c03c49aef4cd87011c751cdefeb906 (patch)
tree94416a2003a734b7df6e4fadbc84f49d12623cd1
parent94464fdf0039400616d113b27998c23f595611fb (diff)
audio: Shut up for now
-rw-r--r--audio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio.c b/audio.c
index 6421bea..95fa9e3 100644
--- a/audio.c
+++ b/audio.c
@@ -25,7 +25,7 @@ void audio_store(u16 val, u32 addr)
return;
} else if (addr < 0x3400) { // XXX
return;
- } else { // XXX
+ } else { // XXX control regs
return;
}
@@ -132,6 +132,7 @@ static u16 next_sample(void)
static s16 next_host_sample(void)
{
+return 0;
u32 acc = 0;
u32 i;
for (i = 0; i < 153; i++)