Skip to content
Snippets Groups Projects
Commit a499ea3e authored by Gianfranco Mariotti's avatar Gianfranco Mariotti
Browse files

[i.MX8] fix HDMI-IN audio recognition

Inside CDN HDMI driver snd_soc_component_set_jack makes ALSA fail to
recognize the HDMI RX device, work around it.
parent 653621bf
No related branches found
No related tags found
1 merge request!111[i.MX8][C43] fix HDMI-IN audio
...@@ -383,7 +383,7 @@ static int imx_cdnhdmi_init(struct snd_soc_pcm_runtime *rtd) ...@@ -383,7 +383,7 @@ static int imx_cdnhdmi_init(struct snd_soc_pcm_runtime *rtd)
return ret; return ret;
} }
return snd_soc_component_set_jack(component, &data->hdmi_jack, NULL); return 0;
}; };
static struct snd_kcontrol_new imx_cdnhdmi_ctrls[] = { static struct snd_kcontrol_new imx_cdnhdmi_ctrls[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment