Re: [Alsa-user] General question about capabilities for switches

2016-09-26 Thread Clemens Ladisch
Ulrich Sørensen wrote: > Clemens Ladisch wrote: >> In the "simple" mixer API, controls are either playback or capture. >> Having both would imply that there were two independent switches. > > If that is the case then I do not understand the documentation That documentation describes the names of m

Re: [Alsa-user] General question about capabilities for switches

2016-09-26 Thread Ulrich Sørensen
Ulrich Sørensen Fra: Clemens Ladisch [cladi...@googlemail.com] Sendt: 23. september 2016 15:45 Til: alsa-user@lists.sourceforge.net Emne: Re: [Alsa-user] General question about capabilities for switches Ulrich Sørensen wrote: > SOC_DOUBLE_EXT("ALC Switch", DA7213_ALC

Re: [Alsa-user] General question about capabilities for switches

2016-09-23 Thread Clemens Ladisch
Ulrich Sørensen wrote: > SOC_DOUBLE_EXT("ALC Switch", DA7213_ALC_CTRL1, DA7213_ALC_L_EN_SHIFT, >DA7213_ALC_R_EN_SHIFT, DA7213_ALC_EN_MAX, >DA7213_NO_INVERT, snd_soc_get_volsw, da7213_put_alc_sw), > > In amixer the capabilities are show as: > > Simple mixer control 'A

[Alsa-user] General question about capabilities for switches

2016-09-23 Thread Ulrich Sørensen
Hi, I have a general question about the capabilities of switches to help me understand how it works. I am using the da7213 codec and the driver has a switch to enable/disable the ALC which is defined as: SOC_DOUBLE_EXT("ALC Switch", DA7213_ALC_CTRL1, DA7213_ALC_L_EN_SHIFT, DA721

Re: [Alsa-user] general question

2002-07-06 Thread Steve Kieu
> linux, for applications distibuted with the > tar.gz/tgz extention, its > always good to keep them around somewhere, when you > wish to uninstall I would suggest another better way, use the program called checkinstall ; google it and try > them. > ciao mark .k > > On Fri, 5 Jul 2002,

Re: [Alsa-user] general question

2002-07-06 Thread Mark Khemma
if you still have the alsa-driver folder, go into that folder and run, "make uninstall" and your alsa files will disappear. i've realized that in linux, for applications distibuted with the tar.gz/tgz extention, its always good to keep them around somewhere, when you wish to uninstall them. ciao

Re: [Alsa-user] general question

2002-07-05 Thread Lawrence Abbott
Paul Winkler wrote: >On Fri, Jul 05, 2002 at 02:56:48PM +0200, Dominique wrote: > >>Hi, >> >>How do I cleanly UNINSTALL alsa (to try a different version)? >> > >assuming you didn't install it from an rpm or deb package, do: >$ locate alsa > >and rm everything you find. >sometimes the obvious answ

Re: [Alsa-user] general question

2002-07-05 Thread Paul Winkler
On Fri, Jul 05, 2002 at 02:56:48PM +0200, Dominique wrote: > Hi, > > How do I cleanly UNINSTALL alsa (to try a different version)? assuming you didn't install it from an rpm or deb package, do: $ locate alsa and rm everything you find. sometimes the obvious answer is the way to go... p.s. you