]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - cut and paste typo in cs420x_models[]
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 24 Nov 2011 11:48:24 +0000 (14:48 +0300)
committerTakashi Iwai <tiwai@suse.de>
Sun, 27 Nov 2011 16:56:07 +0000 (17:56 +0100)
The CS420X_IMAC27 was copied from the line before but CS420X_APPLE
was clearly intented.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_cirrus.c

index 7bd2a52f2bacbe7a16cba93f086f851397ae7010..70a7abda7e225744bf93d90f795c86bfcd95dac6 100644 (file)
@@ -1278,7 +1278,7 @@ static const char * const cs420x_models[CS420X_MODELS] = {
        [CS420X_MBP53] = "mbp53",
        [CS420X_MBP55] = "mbp55",
        [CS420X_IMAC27] = "imac27",
-       [CS420X_IMAC27] = "apple",
+       [CS420X_APPLE] = "apple",
        [CS420X_AUTO] = "auto",
 };