projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
3ea8a74
2fef64e
)
Merge tag 'asoc-hdmi-codec-improvements-v2' of git://git.kernel.org/pub/scm/linux...
author
Mark Brown
<broonie@kernel.org>
Mon, 14 Jun 2021 10:13:53 +0000
(11:13 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 14 Jun 2021 10:13:53 +0000
(11:13 +0100)
Improvements to the hdmi-codec driver and ALSA infrastructure around it
to support the HDMI Channel Mapping and IEC958 controls
1
2
sound/soc/codecs/hdmi-codec.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
sound/soc/codecs/hdmi-codec.c
index 02d2614f9eee653953cb2aeac4f77bc63ec5e5c4,a67c92032e114567629c6f72dad844eea912caba..e0460a9bd17ad43d87fbf249fb1201fa642cca9a
---
1
/
sound/soc/codecs/hdmi-codec.c
---
2
/
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 = {