diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-11-16 11:52:39 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:26 -0500 |
commit | e171613949e350966f5cc8c9b0023a5f746f7a5d (patch) | |
tree | ad22ce013de1b236c832d1fc5048b83f65f18961 /sound/pci/hda/hda_codec.h | |
parent | 9b1fffddc80949fb4aa93fdcc57544bc2108ced3 (diff) |
[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 { | |||
135 | #define AC_PAR_PROC_CAP 0x10 | 135 | #define AC_PAR_PROC_CAP 0x10 |
136 | #define AC_PAR_GPIO_CAP 0x11 | 136 | #define AC_PAR_GPIO_CAP 0x11 |
137 | #define AC_PAR_AMP_OUT_CAP 0x12 | 137 | #define AC_PAR_AMP_OUT_CAP 0x12 |
138 | #define AC_PAR_VOL_KNB_CAP 0x13 | ||
138 | 139 | ||
139 | /* | 140 | /* |
140 | * AC_VERB_PARAMETERS results (32bit) | 141 | * AC_VERB_PARAMETERS results (32bit) |