summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2019-07-19 16:01:31 +0800
committerShengjiu Wang <shengjiu.wang@nxp.com>2019-08-26 17:22:44 +0800
commit67776cf9ee505e3c7b5d9bf91afbbd083d6389c3 (patch)
treef4e3cc50cdc00e7b85e6f9b551c9fde50d7cf424 /sound
parent7ce0b182c7a4878a444ed0eac8e8a1fca292ab0c (diff)
MLK-21697-2: ASoC: hdmi-codec: Support mono channel
Support mono channel for HDMI Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/hdmi-codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c
index 32e93cdb9d16..5866f7332786 100644
--- a/sound/soc/codecs/hdmi-codec.c
+++ b/sound/soc/codecs/hdmi-codec.c
@@ -713,7 +713,7 @@ static const struct snd_soc_dai_driver hdmi_i2s_dai = {
.probe = hdmi_dai_probe,
.playback = {
.stream_name = "I2S Playback",
- .channels_min = 2,
+ .channels_min = 1,
.channels_max = 8,
.rates = HDMI_RATES,
.formats = I2S_FORMATS,