diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-12-07 07:56:29 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:30:40 -0500 |
commit | 4a471b7ddfe76e39c1633d5a23a687f4b5fc0d8d (patch) | |
tree | 7ec3b5952d03751e5d5da2d6254f8ce63ba2ba05 /sound/pci/hda/hda_local.h | |
parent | f7a9275d949cb0bf1f259a1546e52a0bf518151c (diff) |
[ALSA] hda-codec - Small clean up and fixes
Modules: HDA Codec driver,HDA generic driver
- Common labels for input pins
- Fix and clean up of Realtek codec parsers
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r-- | sound/pci/hda/hda_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index a9863eb20c75..c82d2a72d13e 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h | |||
@@ -211,6 +211,8 @@ enum { | |||
211 | AUTO_PIN_LAST | 211 | AUTO_PIN_LAST |
212 | }; | 212 | }; |
213 | 213 | ||
214 | extern const char *auto_pin_cfg_labels[AUTO_PIN_LAST]; | ||
215 | |||
214 | struct auto_pin_cfg { | 216 | struct auto_pin_cfg { |
215 | int line_outs; | 217 | int line_outs; |
216 | hda_nid_t line_out_pins[5]; /* sorted in the order of Front/Surr/CLFE/Side */ | 218 | hda_nid_t line_out_pins[5]; /* sorted in the order of Front/Surr/CLFE/Side */ |