aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2011-11-24 06:48:24 -0500
committerTakashi Iwai <tiwai@suse.de>2011-11-27 11:56:07 -0500
commit92bb43e6aae3dbdb199feba93da5f2d05d7716d0 (patch)
treef4e15c7ccc58253961feca4100b00fec93accaf6 /sound
parent61071594f64ed12328046f94716d1d744bddc0a1 (diff)
ALSA: hda - cut and paste typo in cs420x_models[]
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_cirrus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c
index 7bd2a52f2bac..70a7abda7e22 100644
--- a/sound/pci/hda/patch_cirrus.c
+++ b/sound/pci/hda/patch_cirrus.c
@@ -1278,7 +1278,7 @@ static const char * const cs420x_models[CS420X_MODELS] = {
1278 [CS420X_MBP53] = "mbp53", 1278 [CS420X_MBP53] = "mbp53",
1279 [CS420X_MBP55] = "mbp55", 1279 [CS420X_MBP55] = "mbp55",
1280 [CS420X_IMAC27] = "imac27", 1280 [CS420X_IMAC27] = "imac27",
1281 [CS420X_IMAC27] = "apple", 1281 [CS420X_APPLE] = "apple",
1282 [CS420X_AUTO] = "auto", 1282 [CS420X_AUTO] = "auto",
1283}; 1283};
1284 1284