Hello,

> [...]
>
> pcm.snd_card {
> type hw
> card 1 # change to your cards number or name
> }
>
>
> pcm.gcleft {
> type plug
> slave {
> pcm "hw:1"
> channels 2
> }
> ttable.0.0 1
>
> }
>
> [...]
> I want to make these devices appear in alsamixer instead of the card 
> 1. Yes this needs writing controller plugins. Any ideas?
>
>

as said before, use softvol for that. Please note that this will then be 
handled in software and therefore need CPU.

Just use something like this:

pcm.left {
      type softvol
      pcm.slave "gcleft"
     ...
}

-
Mathias




------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to