[PATCH] [UBUNTU:sound/pci/hda/] Add Motorola and Conexant vendor IDs

crimsun at fungus.sh.nu crimsun at fungus.sh.nu
Mon Sep 18 05:28:59 UTC 2006


From b939ee7946f961682bb862d6f82c29f73a056e32 Mon Sep 17 00:00:00 2001
From: Daniel T. Chen <crimsun at garnish.localdomain>
Date: Mon, 18 Sep 2006 01:29:36 -0400
Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add Motorola and Conexant vendor IDs

UpstreamStatus: Added in upstream alsa-kernel hg changeset:
		bfec5c1bf1cc [http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=bfec5c1bf1cc45ef0e5a2836d2c404f449d65f8a;style=raw]

This commit from Takashi Iwai adds the vendor IDs for Motorola and
Conexant.

This patch is applicable to both Dapper and Edgy linux-source.

Signed-off-by: Daniel T Chen <crimsun at ubuntu.com>
---
 sound/pci/hda/hda_codec.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 3b51be1..4becd28 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -49,8 +49,10 @@ struct hda_vendor_id {
 /* codec vendor labels */
 static struct hda_vendor_id hda_vendor_ids[] = {
 	{ 0x10ec, "Realtek" },
+	{ 0x1057, "Motorola" },
 	{ 0x11d4, "Analog Devices" },
 	{ 0x13f6, "C-Media" },
+	{ 0x14f1, "Conexant" },
 	{ 0x434d, "C-Media" },
 	{ 0x8384, "SigmaTel" },
 	{} /* terminator */
-- 
1.4.1


-- 
Daniel T. Chen            crimsun at ubuntu.com
GPG key:  0xC88ABDA3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20060917/1e458a18/attachment.sig>


More information about the kernel-team mailing list