diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-14 16:00:43 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-14 16:00:43 -0800 |
| commit | 2c4dcfb744a584c7ffec013e6fe51899763f8e65 (patch) | |
| tree | e031050af9abad3cd7823708c1da5580ef50b685 /include | |
| parent | 90ebbda4316a3fa437f2f868d8fa990200bc6143 (diff) | |
| parent | 909ab438585f6e94f2eb8f09c2c2e89dedf36ab6 (diff) | |
Merge http://linux-sound.bkbits.net/linux-sound
into ppc970.osdl.org:/home/torvalds/v2.5/linux
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 |
