summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-03-18 18:22:30 +0100
committerTakashi Iwai <tiwai@suse.de>2012-03-18 18:22:30 +0100
commitdbf117cbb9c89991727d42e3161e68b868a1b6ae (patch)
treeb3c0c07534952b493d2bdc9f73c54c6065b1691f /sound/pci/hda/hda_codec.h
parentALSA: hda - fix printing of high HDMI sample rates (diff)
parentALSA: hda - Fix build with CONFIG_PM=n (diff)
downloadlinux-dbf117cbb9c89991727d42e3161e68b868a1b6ae.tar.xz
linux-dbf117cbb9c89991727d42e3161e68b868a1b6ae.zip
Merge branch 'topic/hda' into for-linus
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 f0f1943a4b2c..9a9f372e1be4 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -855,6 +855,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 */