Release 4.17 sound/soc/codecs/hdac_hdmi.h
/* SPDX-License-Identifier: GPL-2.0 */
#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_component *component,
struct snd_soc_dapm_context *dapm);
#endif /* __HDAC_HDMI_H__ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jeeja KP | 38 | 92.68% | 3 | 60.00% |
Kuninori Morimoto | 2 | 4.88% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 2.44% | 1 | 20.00% |
Total | 41 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.