aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorJames Courtier-Dutton <James@superbug.co.uk>2005-12-04 12:03:03 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:30:15 -0500
commit19b99fbaed2e2971b756311435c67e84431d8515 (patch)
tree78f0c968f8bed1a5ce82edd00d793be6f3a73d4c /include/sound
parent481ba7727fa08deb389b5a2e550e04df24d3f37d (diff)
[ALSA] emu10k1: Partial support for Creative emu1212m
Modules: EMU10K1/EMU10K2 driver Distorted sound now comes from the Audio Out socket. Still more work to do. Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/emu10k1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h
index 3d0496cc1090..0d6e68c43e63 100644
--- a/include/sound/emu10k1.h
+++ b/include/sound/emu10k1.h
@@ -1061,6 +1061,7 @@ struct snd_emu_chip_details {
1061 unsigned char spdif_bug; /* Has Spdif phasing bug */ 1061 unsigned char spdif_bug; /* Has Spdif phasing bug */
1062 unsigned char ac97_chip; /* Has an AC97 chip: 1 = mandatory, 2 = optional */ 1062 unsigned char ac97_chip; /* Has an AC97 chip: 1 = mandatory, 2 = optional */
1063 unsigned char ecard; /* APS EEPROM */ 1063 unsigned char ecard; /* APS EEPROM */
1064 unsigned char emu1212m; /* EMU 1212m card */
1064 const char *driver; 1065 const char *driver;
1065 const char *name; 1066 const char *name;
1066 const char *id; /* for backward compatibility - can be NULL if not needed */ 1067 const char *id; /* for backward compatibility - can be NULL if not needed */