aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1111-soc-amd-raven-Disabling-TDM-mode-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1111-soc-amd-raven-Disabling-TDM-mode-flag.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1111-soc-amd-raven-Disabling-TDM-mode-flag.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1111-soc-amd-raven-Disabling-TDM-mode-flag.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1111-soc-amd-raven-Disabling-TDM-mode-flag.patch
new file mode 100644
index 00000000..e9574cd5
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71/1111-soc-amd-raven-Disabling-TDM-mode-flag.patch
@@ -0,0 +1,27 @@
+From dc1498656012a3972cf28984ce9e08ac253b7423 Mon Sep 17 00:00:00 2001
+From: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
+Date: Tue, 9 May 2017 08:10:11 +0530
+Subject: [PATCH 1111/4131] soc/amd/raven: Disabling TDM mode flag
+
+Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ sound/soc/amd/raven/acp3x-dummy5102.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/sound/soc/amd/raven/acp3x-dummy5102.c b/sound/soc/amd/raven/acp3x-dummy5102.c
+index 3b2f509..0282c59 100644
+--- a/sound/soc/amd/raven/acp3x-dummy5102.c
++++ b/sound/soc/amd/raven/acp3x-dummy5102.c
+@@ -52,7 +52,7 @@ static struct snd_soc_dai_link acp3x_dai_w5102[] = {
+ .cpu_dai_name = "acp3x_rv_i2s.0",
+ .codec_dai_name = "dummy_w5102_dai",
+ .codec_name = "dummy_w5102.0",
+- .dai_fmt = SND_SOC_DAIFMT_DSP_A /*SND_SOC_DAIFMT_I2S*/ | SND_SOC_DAIFMT_NB_NF
++ .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
+ | SND_SOC_DAIFMT_CBM_CFM,
+ .ops = &acp3x_wm5102_ops,
+ .init = acp3x_init,
+--
+2.7.4
+