]> Git Repo - linux.git/commitdiff
ASoC: wm2200: correct mixer values and text
authorChris Rattray <[email protected]>
Tue, 15 Jan 2013 13:22:36 +0000 (13:22 +0000)
committerMark Brown <[email protected]>
Wed, 16 Jan 2013 11:47:26 +0000 (20:47 +0900)
Signed-off-by: Chris Rattray <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
sound/soc/codecs/wm2200.c

index e6cefe1ac677fcd6cd0610b148300be39858cc36..d8c65f5746583474b4cdfb286d339c512f3562d6 100644 (file)
@@ -1019,8 +1019,6 @@ static const char *wm2200_mixer_texts[] = {
        "EQR",
        "LHPF1",
        "LHPF2",
-       "LHPF3",
-       "LHPF4",
        "DSP1.1",
        "DSP1.2",
        "DSP1.3",
@@ -1053,7 +1051,6 @@ static int wm2200_mixer_values[] = {
        0x25,
        0x50,   /* EQ */
        0x51,
-       0x52,
        0x60,   /* LHPF1 */
        0x61,   /* LHPF2 */
        0x68,   /* DSP1 */
This page took 0.064979 seconds and 4 git commands to generate.