1
0

ALSA: x86: Implement jack control

This patch implements a jack interface for notifying HDMI/DP
connection.  PA listens to this, so it can handle the monitor
connection more gracefully.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Este cometimento está contido em:
Takashi Iwai
2017-02-14 12:29:38 +01:00
ascendente 9f1bc2c4c5
cometimento b9bacf275c
2 ficheiros modificados com 24 adições e 0 eliminações

Ver ficheiro

@@ -130,6 +130,7 @@ struct snd_intelhad {
struct work_struct hdmi_audio_wq;
struct mutex mutex; /* for protecting chmap and eld */
bool need_reset;
struct snd_jack *jack;
};
#endif /* _INTEL_HDMI_AUDIO_ */