ubuntu-audio-dev team mailing list archive
-
ubuntu-audio-dev team
-
Mailing list archive
-
Message #00206
[PATCH] Fixup emu10k1_main.patch
Hi Takashi,
An addition of a new card broke the patch, so our daily builds are
currently broken. Please apply the attached fix.
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
>From 8086e0d27ad415c0075b760f3a9a689a80ce737c Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@xxxxxxxxxxxxx>
Date: Tue, 14 Jun 2011 03:41:58 +0200
Subject: [PATCH] Fixup emu10k1_main.patch
An addition of a new card broke the patch.
Signed-off-by: David Henningsson <david.henningsson@xxxxxxxxxxxxx>
---
pci/emu10k1/emu10k1_main.patch | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pci/emu10k1/emu10k1_main.patch b/pci/emu10k1/emu10k1_main.patch
index 0bb672b..61c574c 100644
--- a/pci/emu10k1/emu10k1_main.patch
+++ b/pci/emu10k1/emu10k1_main.patch
@@ -39,9 +39,9 @@
.driver = "Audigy2", .name = "E-mu 1010 Notebook [MAEM8950]",
.id = "EMU1010",
@@ -1441,6 +1453,7 @@
- .ca0102_chip = 1,
- .spk71 = 1,
- .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */
+ .ca0108_chip = 1,
+ .spk71 = 1,
+ .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 PCIe ver_03 */
+#endif
/* Note that all E-mu cards require kernel 2.6 or newer. */
{.vendor = 0x1102, .device = 0x0008,
--
1.7.4.1