diff options
author | James Courtier-Dutton <James@superbug.co.uk> | 2005-12-20 16:30:49 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:30:58 -0500 |
commit | a5875159dd6cec0ec743971343aee8dceac281d7 (patch) | |
tree | 72395f42105af60721e17bd443815901805cf532 /sound/pci/ca0106/ca0106.h | |
parent | 39596dc898270fcaaa8a712b63fc033f86d874cf (diff) |
[ALSA] snd-ca0106: Fixes sound output for Creative Audigy SE aka.SB0570.
Modules: CA0106 driver
Fixes ALSA bug#1636
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Diffstat (limited to 'sound/pci/ca0106/ca0106.h')
-rw-r--r-- | sound/pci/ca0106/ca0106.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ca0106/ca0106.h b/sound/pci/ca0106/ca0106.h index 7088317ec4ce..c8131ea92ed6 100644 --- a/sound/pci/ca0106/ca0106.h +++ b/sound/pci/ca0106/ca0106.h | |||
@@ -577,6 +577,7 @@ struct snd_ca0106_details { | |||
577 | int ac97; | 577 | int ac97; |
578 | int gpio_type; | 578 | int gpio_type; |
579 | int i2c_adc; | 579 | int i2c_adc; |
580 | int spi_dac; | ||
580 | }; | 581 | }; |
581 | 582 | ||
582 | // definition of the chip-specific record | 583 | // definition of the chip-specific record |