]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.drivers/alsa-emu10k1-audigy-fixes
Revert "Move xen patchset to new version's subdir."
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-emu10k1-audigy-fixes
diff --git a/src/patches/suse-2.6.27.31/patches.drivers/alsa-emu10k1-audigy-fixes b/src/patches/suse-2.6.27.31/patches.drivers/alsa-emu10k1-audigy-fixes
deleted file mode 100644 (file)
index a20539d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-From: Takashi Iwai <tiwai@suse.de>
-Subject: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models
-Patch-mainline: 2.6.28-rc4
-References: bnc#440862
-
-Reported in Novell bnc#440862:
-    https://bugzilla.novell.com/show_bug.cgi?id=440862
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-
----
- sound/pci/emu10k1/emu10k1_main.c |    3 +++
- 1 file changed, 3 insertions(+)
-
---- a/sound/pci/emu10k1/emu10k1_main.c
-+++ b/sound/pci/emu10k1/emu10k1_main.c
-@@ -1451,6 +1451,7 @@ static struct snd_emu_chip_details emu_c
-        .ca0151_chip = 1,
-        .spk71 = 1,
-        .spdif_bug = 1,
-+       .invert_shared_spdif = 1,      /* digital/analog switch swapped */
-        .ac97_chip = 1} ,
-       /* Tested by shane-alsa@cm.nu 5th Nov 2005 */
-       /* The 0x20061102 does have SB0350 written on it
-@@ -1522,6 +1523,7 @@ static struct snd_emu_chip_details emu_c
-        .ca0151_chip = 1,
-        .spk71 = 1,
-        .spdif_bug = 1,
-+       .invert_shared_spdif = 1,      /* digital/analog switch swapped */
-        .ac97_chip = 1} ,
-       {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10021102,
-        .driver = "Audigy2", .name = "Audigy 2 Platinum [SB0240P]", 
-@@ -1541,6 +1543,7 @@ static struct snd_emu_chip_details emu_c
-        .ca0102_chip = 1,
-        .ca0151_chip = 1,
-        .spdif_bug = 1,
-+       .invert_shared_spdif = 1,      /* digital/analog switch swapped */
-        .ac97_chip = 1} ,
-       {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x00531102,
-        .driver = "Audigy", .name = "Audigy 1 [SB0090]",