summarylogtreecommitdiffstats
path: root/general-sound-soc-remove-mono-channel-as-it-curren.patch
diff options
context:
space:
mode:
authoryjun2022-04-25 11:46:44 +0800
committeryjun2022-04-25 11:46:44 +0800
commitc125b79690b319c3348cb88c768ad0bb718643e8 (patch)
treee91c2a97b9fa94eab72a615379b6f9372de1fbb6 /general-sound-soc-remove-mono-channel-as-it-curren.patch
parent6c5931fb034098e8aa111835b9817f75a4a69bec (diff)
downloadaur-c125b79690b319c3348cb88c768ad0bb718643e8.tar.gz
updpkg: linux-phicomm-n1 5.17.4 && some meson-vdec, hdmix, mmc optimation patches
Diffstat (limited to 'general-sound-soc-remove-mono-channel-as-it-curren.patch')
-rw-r--r--general-sound-soc-remove-mono-channel-as-it-curren.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/general-sound-soc-remove-mono-channel-as-it-curren.patch b/general-sound-soc-remove-mono-channel-as-it-curren.patch
new file mode 100644
index 000000000000..8861f8f47836
--- /dev/null
+++ b/general-sound-soc-remove-mono-channel-as-it-curren.patch
@@ -0,0 +1,37 @@
+From 79828b7d8ee8674b1538514a754337554cd4f856 Mon Sep 17 00:00:00 2001
+From: ckkim <changkon12@gmail.com>
+Date: Thu, 20 Feb 2020 18:52:57 +0900
+Subject: [PATCH] ODROID-N2: sound/soc: remove mono channel as it currently
+ doesn't work hdmi output.
+
+Change-Id: I4d43b802815779687ade974f049f2b0517a411d1
+Signed-off-by: ckkim <changkon12@gmail.com>
+---
+ 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 37f4bb3469b5..b1cbeef98a73 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,
+@@ -180,7 +180,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,
+--
+2.35.1
+