Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Jeeja KP | 4a3478d | 2016-02-12 07:46:06 +0530 | [diff] [blame] | 2 | #ifndef __HDAC_HDMI_H__ |
| 3 | #define __HDAC_HDMI_H__ |
| 4 | |
Jeeja KP | 6249001 | 2017-02-07 19:09:49 +0530 | [diff] [blame] | 5 | int hdac_hdmi_jack_init(struct snd_soc_dai *dai, int pcm, |
| 6 | struct snd_soc_jack *jack); |
Jeeja KP | 4a3478d | 2016-02-12 07:46:06 +0530 | [diff] [blame] | 7 | |
Kuninori Morimoto | 4510112 | 2018-01-29 04:36:54 +0000 | [diff] [blame] | 8 | int hdac_hdmi_jack_port_init(struct snd_soc_component *component, |
Jeeja KP | 0324e51 | 2017-02-07 19:09:55 +0530 | [diff] [blame] | 9 | struct snd_soc_dapm_context *dapm); |
Jeeja KP | 4a3478d | 2016-02-12 07:46:06 +0530 | [diff] [blame] | 10 | #endif /* __HDAC_HDMI_H__ */ |