* Re: [Alsa-devel] RFC: OSS driver removal, a slightly different approach [not found] ` <20060120115443.GA16582@palantir8> @ 2006-01-20 19:04 ` Adrian Bunk 2006-01-20 21:29 ` Olaf Hering 2006-01-20 23:15 ` Benjamin Herrenschmidt 0 siblings, 2 replies; 7+ messages in thread From: Adrian Bunk @ 2006-01-20 19:04 UTC (permalink / raw) To: benh, linux-kernel, alsa-devel; +Cc: linuxppc-dev On Fri, Jan 20, 2006 at 11:54:43AM +0000, Martin Habets wrote: > It seems to me we can already get rid of sound/oss/dmasound now. > I cannot find anything refering to it anymore, and the ALSA powermac > driver is being maintained. You are correct that I forgot to add the dmasound drivers to my list, but I don't think we can get rid of all of them since I doubt the ALSA powermac driver was able to drive m68k hardware. Can someone from the ppc developers drop me a small note whether SND_POWERMAC completely replaces DMASOUND_PMAC? > Martin TIA Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Alsa-devel] RFC: OSS driver removal, a slightly different approach 2006-01-20 19:04 ` [Alsa-devel] RFC: OSS driver removal, a slightly different approach Adrian Bunk @ 2006-01-20 21:29 ` Olaf Hering 2006-01-20 23:16 ` Benjamin Herrenschmidt 2006-01-20 23:15 ` Benjamin Herrenschmidt 1 sibling, 1 reply; 7+ messages in thread From: Olaf Hering @ 2006-01-20 21:29 UTC (permalink / raw) To: Adrian Bunk; +Cc: alsa-devel, linux-kernel, linuxppc-dev On Fri, Jan 20, Adrian Bunk wrote: > Can someone from the ppc developers drop me a small note whether > SND_POWERMAC completely replaces DMASOUND_PMAC? It doesnt. Some tumbler models work only after one plug/unplug cycle of the headphone. early powerbooks report/handle the mute settings incorrectly. there are likely more bugs. -- short story of a lazy sysadmin: alias appserv=wotan ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Alsa-devel] RFC: OSS driver removal, a slightly different approach 2006-01-20 21:29 ` Olaf Hering @ 2006-01-20 23:16 ` Benjamin Herrenschmidt 2006-01-20 23:22 ` Ben Collins 0 siblings, 1 reply; 7+ messages in thread From: Benjamin Herrenschmidt @ 2006-01-20 23:16 UTC (permalink / raw) To: Olaf Hering Cc: linuxppc-dev, alsa-devel, Ben Collins, linux-kernel, Adrian Bunk On Fri, 2006-01-20 at 22:29 +0100, Olaf Hering wrote: > On Fri, Jan 20, Adrian Bunk wrote: > > > > Can someone from the ppc developers drop me a small note whether > > SND_POWERMAC completely replaces DMASOUND_PMAC? > > It doesnt. Some tumbler models work only after one plug/unplug cycle of > the headphone. early powerbooks report/handle the mute settings > incorrectly. there are likely more bugs. Interesting... Ben Collins hacked something to have Toonie work as a "default" driver for non supported machine and saw that problem too, I think he fixes it, I'll check with him what's up there and if his fix applied to tumbler.c as well. Ben. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Alsa-devel] RFC: OSS driver removal, a slightly different approach 2006-01-20 23:16 ` Benjamin Herrenschmidt @ 2006-01-20 23:22 ` Ben Collins 2006-01-23 12:20 ` Takashi Iwai 0 siblings, 1 reply; 7+ messages in thread From: Ben Collins @ 2006-01-20 23:22 UTC (permalink / raw) To: Benjamin Herrenschmidt Cc: alsa-devel, Ben Collins, linux-kernel, Adrian Bunk, linuxppc-dev, Olaf Hering On Sat, 2006-01-21 at 10:16 +1100, Benjamin Herrenschmidt wrote: > On Fri, 2006-01-20 at 22:29 +0100, Olaf Hering wrote: > > On Fri, Jan 20, Adrian Bunk wrote: > > > > > > > Can someone from the ppc developers drop me a small note whether > > > SND_POWERMAC completely replaces DMASOUND_PMAC? > > > > It doesnt. Some tumbler models work only after one plug/unplug cycle of > > the headphone. early powerbooks report/handle the mute settings > > incorrectly. there are likely more bugs. > > Interesting... Ben Collins hacked something to have Toonie work as a > "default" driver for non supported machine and saw that problem too, I > think he fixes it, I'll check with him what's up there and if his fix > applied to tumbler.c as well. My "fix" was basically the result of converting to the platform functions. It's hit or miss whether this works with tumbler too. You can try the Ubuntu kernel packages (they can be unpacked and used on non Ubuntu systems pretty easily) to see if it works for you. Tumbler platform function conversion isn't even tested, so I'd be happy to hear any feedback. -- Ben Collins Kernel Developer - Ubuntu Linux ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Alsa-devel] RFC: OSS driver removal, a slightly different approach 2006-01-20 23:22 ` Ben Collins @ 2006-01-23 12:20 ` Takashi Iwai 2006-01-23 13:12 ` Ben Collins 0 siblings, 1 reply; 7+ messages in thread From: Takashi Iwai @ 2006-01-23 12:20 UTC (permalink / raw) To: Ben Collins Cc: alsa-devel, Ben Collins, linux-kernel, Adrian Bunk, linuxppc-dev, Olaf Hering At Fri, 20 Jan 2006 18:22:10 -0500, Ben Collins wrote: > > On Sat, 2006-01-21 at 10:16 +1100, Benjamin Herrenschmidt wrote: > > On Fri, 2006-01-20 at 22:29 +0100, Olaf Hering wrote: > > > On Fri, Jan 20, Adrian Bunk wrote: > > > > > > > > > > Can someone from the ppc developers drop me a small note whether > > > > SND_POWERMAC completely replaces DMASOUND_PMAC? > > > > > > It doesnt. Some tumbler models work only after one plug/unplug cycle of > > > the headphone. early powerbooks report/handle the mute settings > > > incorrectly. there are likely more bugs. > > > > Interesting... Ben Collins hacked something to have Toonie work as a > > "default" driver for non supported machine and saw that problem too, I > > think he fixes it, I'll check with him what's up there and if his fix > > applied to tumbler.c as well. > > My "fix" was basically the result of converting to the platform > functions. It's hit or miss whether this works with tumbler too. > > You can try the Ubuntu kernel packages (they can be unpacked and used on > non Ubuntu systems pretty easily) to see if it works for you. Tumbler > platform function conversion isn't even tested, so I'd be happy to hear > any feedback. Don't forget to forward your patches to alsa-devel or me ;) thanks, Takashi ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Alsa-devel] RFC: OSS driver removal, a slightly different approach 2006-01-23 12:20 ` Takashi Iwai @ 2006-01-23 13:12 ` Ben Collins 0 siblings, 0 replies; 7+ messages in thread From: Ben Collins @ 2006-01-23 13:12 UTC (permalink / raw) To: Takashi Iwai Cc: alsa-devel, linux-kernel, Adrian Bunk, linuxppc-dev, Olaf Hering On Mon, 2006-01-23 at 13:20 +0100, Takashi Iwai wrote: > > > > > Can someone from the ppc developers drop me a small note whether > > > > > SND_POWERMAC completely replaces DMASOUND_PMAC? > > > > > > > > It doesnt. Some tumbler models work only after one plug/unplug cycle of > > > > the headphone. early powerbooks report/handle the mute settings > > > > incorrectly. there are likely more bugs. > > > > > > Interesting... Ben Collins hacked something to have Toonie work as a > > > "default" driver for non supported machine and saw that problem too, I > > > think he fixes it, I'll check with him what's up there and if his fix > > > applied to tumbler.c as well. > > > > My "fix" was basically the result of converting to the platform > > functions. It's hit or miss whether this works with tumbler too. > > > > You can try the Ubuntu kernel packages (they can be unpacked and used on > > non Ubuntu systems pretty easily) to see if it works for you. Tumbler > > platform function conversion isn't even tested, so I'd be happy to hear > > any feedback. > > Don't forget to forward your patches to alsa-devel or me ;) I'm passing everything through to BenH, especially since it's all using functions new in his ppc tree. Update on this "fix", it worked only because platform function interrupts weren't enabled. Now that they are, it's back to the same old thing. At least that's a clue, though. -- Ben Collins Kernel Developer - Ubuntu Linux ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Alsa-devel] RFC: OSS driver removal, a slightly different approach 2006-01-20 19:04 ` [Alsa-devel] RFC: OSS driver removal, a slightly different approach Adrian Bunk 2006-01-20 21:29 ` Olaf Hering @ 2006-01-20 23:15 ` Benjamin Herrenschmidt 1 sibling, 0 replies; 7+ messages in thread From: Benjamin Herrenschmidt @ 2006-01-20 23:15 UTC (permalink / raw) To: Adrian Bunk; +Cc: linuxppc-dev, alsa-devel, linux-kernel On Fri, 2006-01-20 at 20:04 +0100, Adrian Bunk wrote: > On Fri, Jan 20, 2006 at 11:54:43AM +0000, Martin Habets wrote: > > > It seems to me we can already get rid of sound/oss/dmasound now. > > I cannot find anything refering to it anymore, and the ALSA powermac > > driver is being maintained. > > You are correct that I forgot to add the dmasound drivers to my list, > but I don't think we can get rid of all of them since I doubt the ALSA > powermac driver was able to drive m68k hardware. > > Can someone from the ppc developers drop me a small note whether > SND_POWERMAC completely replaces DMASOUND_PMAC? It should... Ben. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-01-23 13:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20060119174600.GT19398@stusta.de>
[not found] ` <20060120115443.GA16582@palantir8>
2006-01-20 19:04 ` [Alsa-devel] RFC: OSS driver removal, a slightly different approach Adrian Bunk
2006-01-20 21:29 ` Olaf Hering
2006-01-20 23:16 ` Benjamin Herrenschmidt
2006-01-20 23:22 ` Ben Collins
2006-01-23 12:20 ` Takashi Iwai
2006-01-23 13:12 ` Ben Collins
2006-01-20 23:15 ` Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).