diff options
author | Liam Girdwood <liam.girdwood@wolfsonmicro.com> | 2005-07-29 05:41:55 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-08-30 02:43:05 -0400 |
commit | 3998b70fd0ab40a276147a0f55816d383fcbeb54 (patch) | |
tree | f2730dcfca4393a29f24dc3c89724d7f8fc8ddde /include/sound | |
parent | 1fdab81e675c6ef76a49b8aabb7eaf4be51d1b80 (diff) |
[ALSA] WM97xx AC97 codec controls
AC97 Codec
o Enhanced current WM97xx support to provide additional controls and
use the kcontrol suffix naming convention.
o Added AC97_HAS_NO_MIC, AC97_HAS_NO_TONE and AC97_HAS_NO_STD_PCM.
o Cleaned up WM97xx related comments.
o Removed some wm9713 double mono controls and replaced with stereo
controls.
Signed-off-by: Liam Girdwood <liam.girdwood@wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/ac97_codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index 1309c12b8f71..cbe72e06c469 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h | |||
@@ -374,6 +374,9 @@ | |||
374 | #define AC97_HAS_NO_PC_BEEP (1<<12) /* no PC Beep volume */ | 374 | #define AC97_HAS_NO_PC_BEEP (1<<12) /* no PC Beep volume */ |
375 | #define AC97_HAS_NO_VIDEO (1<<13) /* no Video volume */ | 375 | #define AC97_HAS_NO_VIDEO (1<<13) /* no Video volume */ |
376 | #define AC97_HAS_NO_CD (1<<14) /* no CD volume */ | 376 | #define AC97_HAS_NO_CD (1<<14) /* no CD volume */ |
377 | #define AC97_HAS_NO_MIC (1<<15) /* no MIC volume */ | ||
378 | #define AC97_HAS_NO_TONE (1<<16) /* no Tone volume */ | ||
379 | #define AC97_HAS_NO_STD_PCM (1<<17) /* no standard AC97 PCM volume and mute */ | ||
377 | 380 | ||
378 | /* rates indexes */ | 381 | /* rates indexes */ |
379 | #define AC97_RATES_FRONT_DAC 0 | 382 | #define AC97_RATES_FRONT_DAC 0 |