aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-01-26 11:29:55 +0000
committerMark Brown <broonie@kernel.org>2015-01-26 11:29:55 +0000
commita9bb437ab0232f126626604d75785955a5f4fbcc (patch)
treeb9584ca5044bf8e3f168cd05ef5e809247c6450d /sound
parentMerge remote-tracking branch 'asoc/fix/fsl-esai' into asoc-linus (diff)
parentASoC: pcm512x: Fix DSP program selection (diff)
downloadlinux-dev-a9bb437ab0232f126626604d75785955a5f4fbcc.tar.xz
linux-dev-a9bb437ab0232f126626604d75785955a5f4fbcc.zip
Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linus
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/pcm512x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm512x.c b/sound/soc/codecs/pcm512x.c
index e5f2fb884bf3..30c673cdc12e 100644
--- a/sound/soc/codecs/pcm512x.c
+++ b/sound/soc/codecs/pcm512x.c
@@ -188,8 +188,8 @@ static const DECLARE_TLV_DB_SCALE(boost_tlv, 0, 80, 0);
static const char * const pcm512x_dsp_program_texts[] = {
"FIR interpolation with de-emphasis",
"Low latency IIR with de-emphasis",
- "Fixed process flow",
"High attenuation with de-emphasis",
+ "Fixed process flow",
"Ringing-less low latency FIR",
};