Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Burak METİN
Isn't changing card name possible with any other methods? It would be hard to create a shared library for this purpose. Instead of making Alsa's source code use this library, is it possible to edit the alsa source code and build the kernel? On Fri, Jul 4, 2014 at 11:50 AM, Clemens Ladisch wrote:

Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Clemens Ladisch
Burak METİN wrote: > How can i create virtual control devices? By writing a shared library in C. For changing the card name, this would be overkill. Regards, Clemens -- Open source business process management suite buil

Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Burak METİN
How can i create virtual control devices? Shouldn't i use plugins? On Fri, Jul 4, 2014 at 11:26 AM, Burak METİN wrote: > How can i create virtual devices? Shouldn't i use plugins? > > > On Fri, Jul 4, 2014 at 11:22 AM, Clemens Ladisch > wrote: > >> Burak METİN wrote: >> > If possible, I want t

Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Burak METİN
How can i create virtual devices? Shouldn't i use plugins? On Fri, Jul 4, 2014 at 11:22 AM, Clemens Ladisch wrote: > Burak METİN wrote: > > If possible, I want to change the sound card's name appearing in > alsamixer. > > PCM devices and Control devices are different types of devices. > > You c

Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Clemens Ladisch
Burak METİN wrote: > If possible, I want to change the sound card's name appearing in alsamixer. PCM devices and Control devices are different types of devices. You created a PCM device, but alsamixer shows a control device. While it is possible to create virtual control devices, there is no use

Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Burak METİN
If possible, I want to change the sound card's name appearing in alsamixer. On Fri, Jul 4, 2014 at 9:59 AM, Clemens Ladisch wrote: > Burak METİN wrote: > > Is there a solution for making these devices as a separate hardwre > devices > > (having separate card numbers shown in alsamixer also) ? >

Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Burak METİN
I want left and right channel of my sound card appear as separate cards (hardwares). For example i want left channel as hw:0 and right channel as hw:1. I should use them at the same time and distinguish them. On Fri, Jul 4, 2014 at 9:59 AM, Clemens Ladisch wrote: > Burak METİN wrote: > > Is the

Re: [Alsa-user] Alsa virtual devices plugin

2014-07-04 Thread Clemens Ladisch
Burak METİN wrote: > Is there a solution for making these devices as a separate hardwre devices > (having separate card numbers shown in alsamixer also) ? What have virtual devices to do with alsamixer? What is the actual problem you are trying to solve? Regards, Clemens ---