From: Dan Carpenter <dan.carpenter@oracle.com>
To: Jaroslav Kysela <perex@perex.cz>
Cc: alsa-devel@alsa-project.org, Stephen Warren <swarren@nvidia.com>,
Takashi Iwai <tiwai@suse.de>,
kernel-janitors@vger.kernel.org,
Paul Gortmaker <paul.gortmaker@windriver.com>,
David Henningsson <david.henningsson@canonical.com>,
Tim Howe <tim.howe@cirrus.com>
Subject: [patch] ALSA: hda - cut and paste typo in cs420x_models[]
Date: Thu, 24 Nov 2011 11:48:24 +0000 [thread overview]
Message-ID: <20111124114824.GC32522@elgon.mountain> (raw)
The CS420X_IMAC27 was copied from the line before but CS420X_APPLE
was clearly intented.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c
index 7bd2a52..70a7abd 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] = {
[CS420X_MBP53] = "mbp53",
[CS420X_MBP55] = "mbp55",
[CS420X_IMAC27] = "imac27",
- [CS420X_IMAC27] = "apple",
+ [CS420X_APPLE] = "apple",
[CS420X_AUTO] = "auto",
};
next reply other threads:[~2011-11-24 11:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-24 11:48 Dan Carpenter [this message]
2011-11-24 12:08 ` [patch] ALSA: hda - cut and paste typo in cs420x_models[] Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111124114824.GC32522@elgon.mountain \
--to=dan.carpenter@oracle.com \
--cc=alsa-devel@alsa-project.org \
--cc=david.henningsson@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=paul.gortmaker@windriver.com \
--cc=perex@perex.cz \
--cc=swarren@nvidia.com \
--cc=tim.howe@cirrus.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox