|
@@ -28,6 +28,7 @@ struct hda_jack_tbl {
|
|
|
unsigned int jack_detect:1; /* capable of jack-detection? */
|
|
|
unsigned int jack_dirty:1; /* needs to update? */
|
|
|
unsigned int phantom_jack:1; /* a fixed, always present port? */
|
|
|
+ unsigned int block_report:1; /* in a transitional state - do not report to userspace */
|
|
|
hda_nid_t gating_jack; /* valid when gating jack plugged */
|
|
|
hda_nid_t gated_jack; /* gated is dependent on this jack */
|
|
|
struct snd_kcontrol *kctl; /* assigned kctl for jack-detection */
|