[Bug 16454] snd-powermac does not support new iBooks

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Tue Sep 27 19:00:50 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=16454
Ubuntu | linux





------- Additional Comments From torsten.rausche at medien.uni-weimar.de  2005-09-27 20:00 UTC -------
I recompiled the actual Ubuntu kernel with the changes mentioned in the ALSA
bugtracker and sound works with my iBook now.
Please add this patch. It is just adding two cases to a switch statement to tell
snd-powermac that the new iBooks have a "Snapper" audio chipset.

--- sound/ppc/pmac.c.orig       2005-06-17 21:48:29.000000000 +0200
+++ sound/ppc/pmac.c    2005-09-27 17:59:52.000000000 +0200
@@ -982,6 +982,8 @@
                 * single frequency until proper i2s control is implemented
                 */
                switch(layout_id) {
+               case 0x5c:
+               case 0x50:
                case 0x48:
                case 0x46:
                case 0x33:


-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list