Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44697 Details for
Bug 72433
Patch addition for alsa-driver
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds Audigy2 ZS support (0x2001 PCI ID)
emu10k1_main.c.patch (text/plain), 643 bytes, created by
Matt Wright
on 2004-11-25 01:45:48 UTC
(
hide
)
Description:
Adds Audigy2 ZS support (0x2001 PCI ID)
Filename:
MIME Type:
Creator:
Matt Wright
Created:
2004-11-25 01:45:48 UTC
Size:
643 bytes
patch
obsolete
>=================================================================== >RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c,v >retrieving revision 1.40 >retrieving revision 1.41 >diff -u -r1.40 -r1.41 >--- alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c 2004/11/22 18:45:49 1.40 >+++ alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c 2004/11/23 16:39:46 1.41 >@@ -716,7 +716,7 @@ > emu->no_ac97 = 1; > } > >- if (emu->revision == 4 && emu->model == 0x2002) { >+ if (emu->revision == 4 && (emu->model == 0x2001 || emu->model == 0x2002)) { > /* Audigy 2 ZS */ > snd_printdd(KERN_INFO "Audigy2 ZS is detected. setting 7.1 mode.\n"); > emu->spk71 = 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 72433
: 44697