summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorSeongho Joo <sjoo@nvidia.com>2011-12-19 16:28:04 +0900
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-21 15:31:05 +0530
commit7bf8839d96911891af925b031bb54f80fcdba1f0 (patch)
tree04602f26e7d4d3a3d8ee5205d7d31ca59d0c2c21 /sound
parente315818c68b882c934f594586cbb207b9dfaac37 (diff)
asoc: tegra: modify stepreset on dam src table
set step value from 0 to 1 by the spec, with 0 it showed glitch. Bug 909514 Change-Id: Iebb0896592076fac5ffe71cec0806140228851d9 Reviewed-on: http://git-master/r/70960 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra30_dam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra30_dam.c b/sound/soc/tegra/tegra30_dam.c
index 2230748c9e73..4ac81266e7cf 100644
--- a/sound/soc/tegra/tegra30_dam.c
+++ b/sound/soc/tegra/tegra30_dam.c
@@ -45,7 +45,7 @@ enum {
struct tegra30_dam_src_step_table step_table[] = {
{ 8000, 44100, 80 },
- { 8000, 48000, 0 },
+ { 8000, 48000, 1 },
{ 16000, 44100, 160 },
{ 16000, 48000, 1 },
{ 44100, 8000, 441 },