From: Mark Brown Date: Mon, 14 Jun 2021 10:13:53 +0000 (+0100) Subject: Merge tag 'asoc-hdmi-codec-improvements-v2' of git://git.kernel.org/pub/scm/linux... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=116b1e12b72f308b28af5b17081fdb9e1942a8ea;p=linux.git Merge tag 'asoc-hdmi-codec-improvements-v2' of git://git./linux/kernel/git/mripard/linux into asoc-5.14 Improvements to the hdmi-codec driver and ALSA infrastructure around it to support the HDMI Channel Mapping and IEC958 controls --- 116b1e12b72f308b28af5b17081fdb9e1942a8ea diff --cc sound/soc/codecs/hdmi-codec.c index 02d2614f9eee6,a67c92032e114..e0460a9bd17ad --- a/sound/soc/codecs/hdmi-codec.c +++ b/sound/soc/codecs/hdmi-codec.c @@@ -603,10 -689,9 +708,11 @@@ static const struct snd_soc_dai_ops hdm .startup = hdmi_codec_startup, .shutdown = hdmi_codec_shutdown, .hw_params = hdmi_codec_hw_params, + .prepare = hdmi_codec_prepare, .set_fmt = hdmi_codec_i2s_set_fmt, .mute_stream = hdmi_codec_mute, + .auto_selectable_formats = &hdmi_codec_formats, + .num_auto_selectable_formats = 1, }; static const struct snd_soc_dai_ops hdmi_codec_spdif_dai_ops = {