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>
This commit is contained in:
Dan Carpenter 2011-11-24 14:48:24 +03:00 committed by Takashi Iwai
parent 61071594f6
commit 92bb43e6aa
1 changed files with 1 additions and 1 deletions

View 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",
};