]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: pcm512x: Fix DSP program selection
authorPeter Rosin <peda@axentia.se>
Thu, 8 Jan 2015 21:56:30 +0000 (22:56 +0100)
committerLuis Henriques <luis.henriques@canonical.com>
Wed, 4 Feb 2015 10:58:02 +0000 (10:58 +0000)
commit 3a8e5019846736046c0af9dbee3f921c0456141a upstream.

The DSP programs are listed out of order.

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
sound/soc/codecs/pcm512x.c

index 163ec3855fd4027e01a1067fa6842688f0175f4b..f36414be3d22ebb80205ff016542a4a07f61f16f 100644 (file)
@@ -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",
 };