[ibm-acpi-devel] ALSA mixer volume control

2009-01-23 Thread Lorne Applebaum
Hi, I've got an ALSA mixer for the speaker volume working in thinkpad_acpi.c on my laptop. Is this where I should post if I'm interested in getting the code good enough to get upstream? Thanks, Lorne -- This SF.net

Re: [ibm-acpi-devel] ALSA mixer volume control

2009-01-24 Thread Lorne Applebaum
if it was all done through the EC. Cheers, Lorne On Sat, Jan 24, 2009 at 7:29 AM, Henrique de Moraes Holschuh h...@hmh.eng.br wrote: On Sat, 24 Jan 2009, Lorne Applebaum wrote: I've got an ALSA mixer for the speaker volume working in thinkpad_acpi.c on my laptop. Is this where I should post

Re: [ibm-acpi-devel] ALSA mixer volume control

2009-01-30 Thread Lorne Applebaum
Hi Henrique, Here are the rest of the changes. One comment/question for these: I created a function volume_alsa_notify_change() to be called when that the volume has been changed outside of alsa callbacks (to in turn notify software mixers to change their sliders, etc). Since I'm not completely

Re: [ibm-acpi-devel] ALSA mixer volume control

2009-04-20 Thread Lorne Applebaum
that the volume buttons can be used. I'm not sure why my last patches didn't get any comments. Were they that bad? Please let me know if this patch is also horrible. Thanks, Lorne On Fri, Jan 30, 2009 at 7:49 PM, Lorne Applebaum lorne.appleb...@gmail.com wrote: Hi Henrique, Here are the rest

Re: [ibm-acpi-devel] ALSA mixer volume control

2009-04-20 Thread Lorne Applebaum
Hi Henrique, One thing you can do to help me merge and test it faster, is to make sure it applies and works on top of branch release/2.6.28 of the git trees at: http://repo.or.cz/w/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git The patch applies to the tree, builds and works on my T60. Otherwise,

Re: [ibm-acpi-devel] ALSA mixer volume control

2009-05-03 Thread Lorne Applebaum
I've added a little extra functionality to this. The first is to send notifications whenever the mixer volume changes. These are via ALSA and simply allow other applications to know when the volume has changed. Thanks! I wasn't sure where to put those. The other thing to note is that the