mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
0324e51b5b
Represent each port as machine DAPM pin widget. This helps in enable/disable pin when monitor is connected/disconnected in case pcm is rendered to multiple ports. Create machine pin widgets and pin switch kcontrol for each port and report based on the pin status Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
10 lines
266 B
C
10 lines
266 B
C
#ifndef __HDAC_HDMI_H__
|
|
#define __HDAC_HDMI_H__
|
|
|
|
int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int pcm,
|
|
struct snd_soc_jack *jack);
|
|
|
|
int hdac_hdmi_jack_port_init(struct snd_soc_codec *codec,
|
|
struct snd_soc_dapm_context *dapm);
|
|
#endif /* __HDAC_HDMI_H__ */
|