Skip to content

Commit

Permalink
ALSA: hda - cut and paste typo in cs420x_models[]
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dan Carpenter authored and Takashi Iwai committed Nov 27, 2011
1 parent 6107159 commit 92bb43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_cirrus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down

0 comments on commit 92bb43e

Please sign in to comment.