summaryrefslogtreecommitdiff
authorXiaoliang Wang <xiaoliang.wang@amlogic.com>2018-11-13 06:11:26 (GMT)
committer Gerrit Code Review <gituser@droid04>2018-11-13 06:11:26 (GMT)
commitec3e6a15094fb513d117c8d029618178896b053b (patch)
treef2ba596242f6dc4eb0e4da2a94a93d67e89048ac
parent766938b4df51c26d137ee74292bbfcfd48a7c10a (diff)
parente94cafcf14dc4da3971fd12adb0448e18e23499d (diff)
downloadcommon-ec3e6a15094fb513d117c8d029618178896b053b.zip
common-ec3e6a15094fb513d117c8d029618178896b053b.tar.gz
common-ec3e6a15094fb513d117c8d029618178896b053b.tar.bz2
Merge "audio: fixed frequency responds curve test fail [1/1]" into p-amlogic
Diffstat
-rw-r--r--sound/soc/amlogic/meson/tv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/amlogic/meson/tv.c b/sound/soc/amlogic/meson/tv.c
index 7a70596..cfc33ff 100644
--- a/sound/soc/amlogic/meson/tv.c
+++ b/sound/soc/amlogic/meson/tv.c
@@ -127,7 +127,7 @@ static u32 aml_DRC_table[AML_DRC_PARAM_LENGTH] = {
static u32 aml_hw_resample_table[7][5] = {
/*coef of 32K, fc = 9000, Q:0.55, G= 14.00, */
- {0x0137fd9a, 0x033fe4a2, 0x0029da1f, 0x001a66fb, 0x00075562},
+ {0x0146cd61, 0x0081f5a5, 0x038eadfd, 0x0081f5a5, 0x00557b5f},
/*coef of 44.1K, fc = 14700, Q:0.55, G= 14.00, */
{0x0106f9aa, 0x00b84366, 0x03cdcb2d, 0x00b84366, 0x0054c4d7},
/*coef of 48K, fc = 15000, Q:0.60, G= 11.00, */
@@ -137,7 +137,7 @@ static u32 aml_hw_resample_table[7][5] = {
/*coef of 96K, fc = 36000, Q:0.50, G= 4.00, */
{0x0098178d, 0x008b0d0d, 0x00087862, 0x008b0d0d, 0x00208fef},
/*no support filter now*/
- {0x00800000, 0x0, 0x0, 0x0, 0x0},
+ {0x008741e5, 0x008fd7fd, 0x001ed6c9, 0x008fd7fd, 0x002618ae},
/*no support filter now*/
{0x00800000, 0x0, 0x0, 0x0, 0x0},
};