Skip to content

Commit

Permalink
[ALSA] snd-emu10k1: Fix capture for one variant.
Browse files Browse the repository at this point in the history
Fixes ALSA bug#324

Signed-off-by: James Courtier-Dutton <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
James Courtier-Dutton authored and Jaroslav Kysela committed Nov 28, 2006
1 parent de1b8b9 commit 3271b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/emu10k1/emu10k1_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,7 @@ static struct snd_emu_chip_details emu_chip_details[] = {
.ca0151_chip = 1,
.spk71 = 1,
.spdif_bug = 1,
.adc_1361t = 1, /* 24 bit capture instead of 16bit. Fixes ALSA bug#324 */
.ac97_chip = 1} ,
{.vendor = 0x1102, .device = 0x0004, .revision = 0x04,
.driver = "Audigy2", .name = "Audigy 2 [Unknown]",
Expand Down

0 comments on commit 3271b7b

Please sign in to comment.