[Sound-open-firmware] [PATCH 5/8] platform: add divider m/n setting for 50 bclk_fs

Keyon Jie yang.jie at linux.intel.com
Tue Dec 20 08:46:52 CET 2016


for 24 bits ssp setting, we need set bclk_fs to 50,
here add the divider m/n setting for this case.

Signed-off-by: Keyon Jie <yang.jie at linux.intel.com>
---
 src/platform/baytrail/platform.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/platform/baytrail/platform.c b/src/platform/baytrail/platform.c
index d21845f..ee6cdd9 100644
--- a/src/platform/baytrail/platform.c
+++ b/src/platform/baytrail/platform.c
@@ -106,6 +106,7 @@ static const struct ssp_mn ssp_mn_conf[] = {
 	{25000000, 400, 44100, 441, 625},	/* 17.64MHz */
 	{19200000, 24, 48000, 3, 50},    	/* 1.152MHz */
 	{19200000, 32, 48000, 2, 25},		/* 1.536MHz */
+	{19200000, 50, 48000, 1, 8},            /* 2.4MHz */
 	{19200000, 64, 48000, 4, 25},		/* 3.072MHz */
 	{19200000, 400, 44100, 441, 480},	/* 17.64MHz */
 };
-- 
2.7.4



More information about the Sound-open-firmware mailing list