diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-12 12:06:07 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-12 12:06:07 -0400 |
commit | 9421f9543b3a0a870499f64498406003de8214b4 (patch) | |
tree | c8246e6a92d250f481c22b51d5113e73445da782 /sound/pci/hda/hda_codec.h | |
parent | 3b7523fc828e41b2988feb400704e01b67859d78 (diff) |
ALSA: hda - Print multiple out-amp values of pin widgets on Conext codecs
Add a flag to work around the non-standard amp-value handling on
Conexant codecs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 2ea628478a91..079e1ab718d4 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -793,6 +793,9 @@ struct hda_codec { | |||
793 | * status change | 793 | * status change |
794 | * (e.g. Realtek codecs) | 794 | * (e.g. Realtek codecs) |
795 | */ | 795 | */ |
796 | unsigned int pin_amp_workaround:1; /* pin out-amp takes index | ||
797 | * (e.g. Conexant codecs) | ||
798 | */ | ||
796 | #ifdef CONFIG_SND_HDA_POWER_SAVE | 799 | #ifdef CONFIG_SND_HDA_POWER_SAVE |
797 | unsigned int power_on :1; /* current (global) power-state */ | 800 | unsigned int power_on :1; /* current (global) power-state */ |
798 | unsigned int power_transition :1; /* power-state in transition */ | 801 | unsigned int power_transition :1; /* power-state in transition */ |