summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAkshu Agrawal <akshu.agrawal@amd.com>2018-08-21 12:29:43 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-20 18:45:34 +0100
commit8ddea21d4c0b4d10b981e1aa1b06c5f53ff6ce96 (patch)
tree1541556108b019addad7fd9a1b791ca17868bb7a /sound
parentbdb7368ac333f4358dce3c841c2464d93dd220dc (diff)
downloadlinux-stable-8ddea21d4c0b4d10b981e1aa1b06c5f53ff6ce96.tar.gz
linux-stable-8ddea21d4c0b4d10b981e1aa1b06c5f53ff6ce96.tar.bz2
linux-stable-8ddea21d4c0b4d10b981e1aa1b06c5f53ff6ce96.zip
ASoC: AMD: Change MCLK to 48Mhz
[ Upstream commit a1b1e9880f0c2754a5ac416a546d9f295f72eabc ] 25Mhz MCLK which was earlier used was of spread type. Thus, we were not getting accurate rate. The 48Mhz system clk is of non-spread type and we are changing to it to get accurate rate. Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/amd/acp-da7219-max98357a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/acp-da7219-max98357a.c b/sound/soc/amd/acp-da7219-max98357a.c
index 8e3275a96a82..e53b54d77692 100644
--- a/sound/soc/amd/acp-da7219-max98357a.c
+++ b/sound/soc/amd/acp-da7219-max98357a.c
@@ -42,7 +42,7 @@
#include "../codecs/da7219.h"
#include "../codecs/da7219-aad.h"
-#define CZ_PLAT_CLK 25000000
+#define CZ_PLAT_CLK 48000000
#define DUAL_CHANNEL 2
static struct snd_soc_jack cz_jack;