summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai2012-02-13 11:55:02 +0100
committerTakashi Iwai2012-02-13 12:06:09 +0100
commit71b1e9e43d5199f57c109e20c0f4dffc5c048130 (patch)
treef8e5b6bcc8eb8de6813d6d9bdc382dacb5a48467 /sound/pci/hda/hda_codec.h
parentALSA: hda - Make is_jack_detectable() as non-inlined (diff)
downloadkernel-qcow2-linux-71b1e9e43d5199f57c109e20c0f4dffc5c048130.tar.gz
kernel-qcow2-linux-71b1e9e43d5199f57c109e20c0f4dffc5c048130.tar.xz
kernel-qcow2-linux-71b1e9e43d5199f57c109e20c0f4dffc5c048130.zip
ALSA: hda - Add codec->no_jack_detect flag
Add a new flag to indicate that the codec has no jack-detection cap. This flag should be set for hardwares that have no jack-detect implementation although the codec chip itself supports it. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index e9f71dc0d464..654d2e41e25d 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -852,6 +852,7 @@ struct hda_codec {
unsigned int pins_shutup:1; /* pins are shut up */
unsigned int no_trigger_sense:1; /* don't trigger at pin-sensing */
unsigned int ignore_misc_bit:1; /* ignore MISC_NO_PRESENCE bit */
+ unsigned int no_jack_detect:1; /* Machine has no jack-detection */
#ifdef CONFIG_SND_HDA_POWER_SAVE
unsigned int power_on :1; /* current (global) power-state */
unsigned int power_transition :1; /* power-state in transition */