aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJames Courtier-Dutton <James@superbug.co.uk>2005-12-22 07:05:23 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:31:11 -0500
commitf951fd3cc4b04c338b4fcf94b4844e921337dfaa (patch)
treef869a471590515ae2b1b4210bdff0dea881557b4 /sound
parent54efc96d4a26f1d55be36324e9cc658a581a40ba (diff)
[ALSA] snd-emu10k1: Add comments regarding chips present on the card.
Modules: EMU10K1/EMU10K2 driver Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index dfe745818668..cec7305b77e1 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -790,8 +790,17 @@ static struct snd_emu_chip_details emu_chip_details[] = {
790 .spk71 = 1, 790 .spk71 = 1,
791 .ac97_chip = 1} , 791 .ac97_chip = 1} ,
792 /* Audigy 2 ZS Notebook Cardbus card.*/ 792 /* Audigy 2 ZS Notebook Cardbus card.*/
793 /* Tested by James@superbug.co.uk 30th October 2005 */ 793 /* Tested by James@superbug.co.uk 22th December 2005 */
794 /* Not working yet, but progressing. */ 794 /* Audio output 7.1/Headphones working.
795 * Digital output working. (AC3 not checked, only PCM)
796 * Audio inputs not tested.
797 */
798 /* DSP: Tiny2
799 * DAC: Wolfson WM8768/WM8568
800 * ADC: Wolfson WM8775
801 * AC97: None
802 * CA0151: None
803 */
795 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102, 804 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102,
796 .driver = "Audigy2", .name = "Audigy 2 ZS Notebook [SB0530]", 805 .driver = "Audigy2", .name = "Audigy 2 ZS Notebook [SB0530]",
797 .id = "Audigy2", 806 .id = "Audigy2",