From 9a4a1f4b14fe66d7ebd73323b39fbf3bda9e1356 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Mon, 25 Mar 2019 12:01:52 +0900 Subject: [PATCH] ODROID-COMMON: Removed mono sound channel, as it currently doesn't work and has issues Change-Id: I7959e3c2b4f28b998ca2300e9c59fcef77d92854 --- sound/soc/codecs/spdif_transmitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/spdif_transmitter.c b/sound/soc/codecs/spdif_transmitter.c index ee367536a498..eff9219d0a7c 100644 --- a/sound/soc/codecs/spdif_transmitter.c +++ b/sound/soc/codecs/spdif_transmitter.c @@ -50,7 +50,7 @@ static struct snd_soc_dai_driver dit_stub_dai = { .name = "dit-hifi", .playback = { .stream_name = "Playback", - .channels_min = 1, + .channels_min = 2, .channels_max = 384, .rates = STUB_RATES, .formats = STUB_FORMATS,