Re: [Alsa-user] How to update ALSA modules newer than 1.0.25

2014-09-08 Thread José Jorge Enríquez
Ok, I see. Just recompiling ALSA is less complicated than updating the kernel, as it means checking/testing all other packages/modules that may be affected (e. g. some touchscreen drivers). But anyway I've already started it. Thank you. On Sun, Sep 7, 2014 at 1:25 PM, Clemens Ladisch wrote: >

Re: [Alsa-user] Using hw device in presence of PulseAudio

2014-09-08 Thread Sergei Steshenko
Fri, 5 Sep 2014 09:38:54 -0700 от "Paul A. Steckler" : >I have an app that uses the ALSA library on Linux. > >The app calls snd_pcm_open() to open the capture device. Currently, >I use "default" as the name of the device. According to "arecord -L", the >default device is the PulseAudio server. >

Re: [Alsa-user] Using hw device in presence of PulseAudio

2014-09-08 Thread Paul A. Steckler
Well, I meant, keep PulseAudio running, but still use ALSA without using the PulseAudio server device, which other applications may want to use. -- Paul On Mon, Sep 8, 2014 at 4:11 PM, Sergei Steshenko wrote: > > > > Fri, 5 Sep 2014 09:38:54 -0700 от "Paul A. Steckler" : > > I have an app that u