diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-11-16 17:52:39 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:29:26 +0100 |
commit | e171613949e350966f5cc8c9b0023a5f746f7a5d (patch) | |
tree | ad22ce013de1b236c832d1fc5048b83f65f18961 /sound/pci/hda/hda_codec.h | |
parent | [ALSA] snd hda suspend latency: shorten codec read (diff) | |
download | linux-e171613949e350966f5cc8c9b0023a5f746f7a5d.tar.xz linux-e171613949e350966f5cc8c9b0023a5f746f7a5d.zip |
[ALSA] hda-intel - Show more volume-knob attributes
Show more attributs of volume-knob widgets.
Also don't put empty lines when no connection list is found.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 2bce925d84ef..03315105c904 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -135,6 +135,7 @@ enum { #define AC_PAR_PROC_CAP 0x10 #define AC_PAR_GPIO_CAP 0x11 #define AC_PAR_AMP_OUT_CAP 0x12 +#define AC_PAR_VOL_KNB_CAP 0x13 /* * AC_VERB_PARAMETERS results (32bit) |