Commit 92bb43e6 authored by Dan Carpenter's avatar Dan Carpenter Committed by Takashi Iwai

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: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 61071594
...@@ -1278,7 +1278,7 @@ static const char * const cs420x_models[CS420X_MODELS] = { ...@@ -1278,7 +1278,7 @@ static const char * const cs420x_models[CS420X_MODELS] = {
[CS420X_MBP53] = "mbp53", [CS420X_MBP53] = "mbp53",
[CS420X_MBP55] = "mbp55", [CS420X_MBP55] = "mbp55",
[CS420X_IMAC27] = "imac27", [CS420X_IMAC27] = "imac27",
[CS420X_IMAC27] = "apple", [CS420X_APPLE] = "apple",
[CS420X_AUTO] = "auto", [CS420X_AUTO] = "auto",
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment