]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix ALSA emu10k1 bass control
authorRob Weryk <rjweryk@uwo.ca>
Fri, 8 Nov 2002 03:25:49 +0000 (19:25 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Fri, 8 Nov 2002 03:25:49 +0000 (19:25 -0800)
commit7ceefe996a249b2a151d9cd25aeb9510f6b3b5aa
treec72e2cab46ea8933a29249e13e62650213cb468f
parenteec8c0972b8800b7748dcec705f95100dcfab1e0
[PATCH] Fix ALSA emu10k1 bass control

This trivial patch fixes a mixer problem with the emu10k1 driver in
ALSA.  In sound/pci/emu10k1/emufx.c, the line

static const u32 bass_table[41][5] = {

only has 40 lines defined, instead of 41.  This results in no sound
output when the bass control is set at 100% (but works fine at 98%) I
added the missing line, which is present in the OSS emu10k1 driver.
sound/pci/emu10k1/emufx.c