mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
4a3478debf
Jack is created based on pcm devices enumerated, so we will create Jack as "HDMI/DP, pcm=x Jack". This style is expected by current usermode like PulseAudio and CRAS. This patch exports an API which can be used to register Jack based on PCM. This API also establishes the map between PCM and cvt. Further cvt to pin mapping is established with the help of usermode selection based on the board topology. During device probe as the PCMs may not be registered, initial pin sense don't report jack events. So, first time jack reporting is done during user selection of mux control. Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
7 lines
138 B
C
7 lines
138 B
C
#ifndef __HDAC_HDMI_H__
|
|
#define __HDAC_HDMI_H__
|
|
|
|
int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int pcm);
|
|
|
|
#endif /* __HDAC_HDMI_H__ */
|