summaryrefslogtreecommitdiff
path: root/sound/soc/ux500/ux500_av8100.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/ux500/ux500_av8100.c')
-rw-r--r--sound/soc/ux500/ux500_av8100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_av8100.c b/sound/soc/ux500/ux500_av8100.c
index 5c7213001a0..efb6318e1a7 100644
--- a/sound/soc/ux500/ux500_av8100.c
+++ b/sound/soc/ux500/ux500_av8100.c
@@ -103,7 +103,7 @@ static int ux500_av8100_hw_params(struct snd_pcm_substream *substream,
as.channel_allocation = hdmi_ca;
as.level_shift_value = AV8100_CODEC_LSV_0DB;
as.downmix_inhibit = false;
- ret = av8100_codec_change_hdmi_audio_settings(codec_dai, &as);
+ ret = av8100_audio_change_hdmi_audio_settings(codec_dai, &as);
if (ret < 0) {
pr_err("%s: Unable to change HDMI audio-settings for codec-DAI "
"(av8100_codec_change_hdmi_audio_settings returned %d)!\n",