Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142462 Details for
Bug 208542
media-sound/alsa-driver-1.0.14-r1: build error acore/sound.c:552
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch required to correct the problem
alsa-driver-1.0.14-chrdev.patch (text/plain), 1.15 KB, created by
Steve Buzonas
on 2008-02-02 08:16:56 UTC
(
hide
)
Description:
Patch required to correct the problem
Filename:
MIME Type:
Creator:
Steve Buzonas
Created:
2008-02-02 08:16:56 UTC
Size:
1.15 KB
patch
obsolete
>diff -Nuar a/acore/sound.patch b/acore/sound.patch >--- a/acore/sound.patch 2008-02-02 02:20:09.000000000 -0500 >+++ b/acore/sound.patch 2008-02-02 02:58:13.000000000 -0500 >@@ -1,5 +1,5 @@ >---- ../alsa-kernel/core/sound.c 2007-02-13 14:53:03.000000000 +0100 >-+++ sound.c 2007-03-08 17:21:01.000000000 +0100 >+--- /root/a/alsa-kernel/core/sound.c 2008-02-02 02:20:09.000000000 -0500 >++++ sound.c 2008-02-02 02:54:18.000000000 -0500 > @@ -41,6 +41,9 @@ > EXPORT_SYMBOL(snd_major); > >@@ -141,7 +141,7 @@ > } > > EXPORT_SYMBOL(snd_add_device_sysfs_file); >-@@ -423,32 +483,81 @@ >+@@ -423,32 +483,80 @@ > * INIT PART > */ > >@@ -208,11 +208,12 @@ > snd_info_minor_unregister(); > + snd_memory_info_done(); > snd_info_done(); >+- if (unregister_chrdev(major, "alsa") != 0) >+- snd_printk(KERN_ERR "unable to unregister major device number %d\n", major); > +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0) && defined(CONFIG_APM) > + pm_done(); > +#endif >- if (unregister_chrdev(major, "alsa") != 0) >- snd_printk(KERN_ERR "unable to unregister major device number %d\n", major); >++ unregister_chrdev(major, "alsa"); > + snd_memory_done(); > +#ifdef CONFIG_DEVFS_FS > + devfs_remove("snd");
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 208542
: 142462 |
142463