diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2004-03-15 13:04:42 +0100 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2004-03-15 13:04:42 +0100 |
| commit | bcd243ff773eddf89a42a1bda517dc236e9b9967 (patch) | |
| tree | cb4476cdd962f302d89b55dffbe8eeb54ad89a3a /include | |
| parent | f97fb347dfc88212adf825ee375ffbf36b037b46 (diff) | |
ALSA CVS update - Jaroslav Kysela <perex@suse.cz>
AC97 Codec Core
Kevin Mack <kevmack@accesscomm.ca>
Here's a quick and dirty patch that's given me basic sound from
my Gateway M675 notebook (Sigmatel 9758 AC97 codec).
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/ac97_codec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index 0f27586b8fd0..0113fbebcf92 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h @@ -226,10 +226,14 @@ #define AC97_GPIO_LINE2_HL1R 0x8000 /* Opt./ Handset to Line2 relay control (out) */ /* specific - SigmaTel */ +#define AC97_SIGMATEL_OUTSEL 0x64 /* Output Select, STAC9758 */ +#define AC97_SIGMATEL_INSEL 0x66 /* Input Select, STAC9758 */ +#define AC97_SIGMATEL_IOMISC 0x68 /* STAC9758 */ #define AC97_SIGMATEL_ANALOG 0x6c /* Analog Special */ #define AC97_SIGMATEL_DAC2INVERT 0x6e #define AC97_SIGMATEL_BIAS1 0x70 #define AC97_SIGMATEL_BIAS2 0x72 +#define AC97_SIGMATEL_VARIOUS 0x72 /* STAC9758 */ #define AC97_SIGMATEL_MULTICHN 0x74 /* Multi-Channel programming */ #define AC97_SIGMATEL_CIC1 0x76 #define AC97_SIGMATEL_CIC2 0x78 |
