diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-12 17:06:07 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-12 17:06:07 +0100 |
commit | 9421f9543b3a0a870499f64498406003de8214b4 (patch) | |
tree | c8246e6a92d250f481c22b51d5113e73445da782 /sound/pci/hda/hda_codec.h | |
parent | 3b7523fc828e41b2988feb400704e01b67859d78 (diff) | |
download | blackbird-op-linux-9421f9543b3a0a870499f64498406003de8214b4.tar.gz blackbird-op-linux-9421f9543b3a0a870499f64498406003de8214b4.zip |
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 { * status change * (e.g. Realtek codecs) */ + unsigned int pin_amp_workaround:1; /* pin out-amp takes index + * (e.g. Conexant codecs) + */ #ifdef CONFIG_SND_HDA_POWER_SAVE unsigned int power_on :1; /* current (global) power-state */ unsigned int power_transition :1; /* power-state in transition */ |