From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: ckkim Date: Thu, 20 Feb 2020 18:52:57 +0900 Subject: ODROID-N2: sound/soc: remove mono channel as it currently doesn't work hdmi output. Change-Id: I4d43b802815779687ade974f049f2b0517a411d1 Signed-off-by: ckkim --- sound/soc/meson/axg-frddr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/meson/axg-frddr.c b/sound/soc/meson/axg-frddr.c index 61f9d417fd60..b0f3883af0a9 100644 --- a/sound/soc/meson/axg-frddr.c +++ b/sound/soc/meson/axg-frddr.c @@ -106,7 +106,7 @@ static struct snd_soc_dai_driver axg_frddr_dai_drv = { .name = "FRDDR", .playback = { .stream_name = "Playback", - .channels_min = 1, + .channels_min = 2, .channels_max = AXG_FIFO_CH_MAX, .rates = AXG_FIFO_RATES, .formats = AXG_FIFO_FORMATS, @@ -181,7 +181,7 @@ static struct snd_soc_dai_driver g12a_frddr_dai_drv = { .name = "FRDDR", .playback = { .stream_name = "Playback", - .channels_min = 1, + .channels_min = 2, .channels_max = AXG_FIFO_CH_MAX, .rates = AXG_FIFO_RATES, .formats = AXG_FIFO_FORMATS, -- Armbian