Hi, One Apple machines I have with snd-aoa the situation that the alsa driver can detect changes in in/output connector state ("is headphone plugged in" etc.) and currently surfaces it through a read-only alsa mixer element. That isn't really ideal since nothing is prepared to handle such events, hence I provide an additional control that allows an in-kernel toggle from speakers to headphone on headphone plug (and vice versa). I'd really like to see this handled in userspace (additionally or possibly event instead), since there are complications especially with input (line-in) detection and user preferences of what should happen then. The number of cases can become large, especially when throwing in digital and combo connectors that aren't handled yet. Now, is it appropriate to create an input device for the state of these things and add new constants like SW_LINEIN_INSERTED, SW_LINEOUT_INSERTED, SW_OPTICALOUT_INSERTED, SW_OPTICALIN_INSERTED and if so, how do I reflect the fact that on some machines optical and analog input/output is mutually exclusive, while on others it isn't? That would probably require another SW_COMBO_IN/OUT set... Or should I simply stick with (a) read-only mixer control(s), and for the mutually exclusive case create a tristate (none, optical, analog) one? But SW_HEADPHONE_INSERT already exists, so we may want to do this identically on different machines. Comments appreciated. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel