From: David Henningsson <david.henningsson@canonical.com>
To: tiwai@suse.de, alsa-devel@alsa-project.org
Cc: David Henningsson <david.henningsson@canonical.com>
Subject: [PATCH 3/5] hda-emu: Add CX20585 to modem whitelist
Date: Tue, 21 Aug 2012 10:54:01 +0200 [thread overview]
Message-ID: <1345539243-8147-4-git-send-email-david.henningsson@canonical.com> (raw)
In-Reply-To: <1345539243-8147-1-git-send-email-david.henningsson@canonical.com>
Otherwise parsing of cx20585-dell-vostro-1015-ccert-201010-6649
won't work correctly.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
hda-parse.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hda-parse.c b/hda-parse.c
index c57ba78..73658c5 100644
--- a/hda-parse.c
+++ b/hda-parse.c
@@ -396,6 +396,7 @@ static int in_modem_whitelist(struct xhda_codec *codec)
case 0x14f15045:
case 0x14f15047:
case 0x14f15051:
+ case 0x14f15069:
return 1;
}
return 0;
--
1.7.9.5
next prev parent reply other threads:[~2012-08-21 8:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-21 8:53 [PATCH 0/5] hda-emu: Add playback/capture test to test suite David Henningsson
2012-08-21 8:53 ` [PATCH 1/5] hda-emu: Store pointers to pcm streams instead of their content David Henningsson
2012-08-21 8:54 ` [PATCH 2/5] hda-emu: Add support for get/set converter channel count David Henningsson
2012-08-21 8:54 ` David Henningsson [this message]
2012-08-21 8:54 ` [PATCH 4/5] hda-emu: Add playback/capture test to test suite David Henningsson
2012-08-21 8:54 ` [PATCH 5/5] hda-emu: improve test suite summary script David Henningsson
2012-08-21 9:01 ` [PATCH 0/5] hda-emu: Add playback/capture test to test suite 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=1345539243-8147-4-git-send-email-david.henningsson@canonical.com \
--to=david.henningsson@canonical.com \
--cc=alsa-devel@alsa-project.org \
--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;
as well as URLs for NNTP newsgroup(s).