diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-03-18 18:22:30 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-03-18 18:22:30 +0100 |
commit | dbf117cbb9c89991727d42e3161e68b868a1b6ae (patch) | |
tree | b3c0c07534952b493d2bdc9f73c54c6065b1691f /sound/pci/hda/hda_codec.h | |
parent | 25dc16f69892182192b1234594fd3cf342ad4195 (diff) | |
parent | 350eba43fca735733a51185f26bdc30899c64a20 (diff) |
Merge branch 'topic/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index f0f1943a4b2..9a9f372e1be 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 */ |