diff options
author | Mark Brown | 2015-01-26 12:29:55 +0100 |
---|---|---|
committer | Mark Brown | 2015-01-26 12:29:55 +0100 |
commit | a9bb437ab0232f126626604d75785955a5f4fbcc (patch) | |
tree | b9584ca5044bf8e3f168cd05ef5e809247c6450d /sound/soc/codecs/pcm512x.c | |
parent | Merge remote-tracking branch 'asoc/fix/fsl-esai' into asoc-linus (diff) | |
parent | ASoC: pcm512x: Fix DSP program selection (diff) | |
download | kernel-qcow2-linux-a9bb437ab0232f126626604d75785955a5f4fbcc.tar.gz kernel-qcow2-linux-a9bb437ab0232f126626604d75785955a5f4fbcc.tar.xz kernel-qcow2-linux-a9bb437ab0232f126626604d75785955a5f4fbcc.zip |
Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linus
Diffstat (limited to 'sound/soc/codecs/pcm512x.c')
-rw-r--r-- | sound/soc/codecs/pcm512x.c | 2 |
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", }; |