Hello,

By using this .asoundrc, I can not use the burak and burak2 devices at the
same time. Is there a solution for making these devices as a separate
hardwre devices (having separate card numbers shown in alsamixer also) ?

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

}


pcm.gcright {
    type plug
    slave {
        pcm "hw:1"
        channels 2
    }
    ttable.0.1 1
    ttable.1.1 1
}

pcm.nano {
    type asym
        playback.pcm "gcleft"
        capture.pcm "snd_card"

}

pcm.nano2 {
    type asym
        playback.pcm "gcright"
        capture.pcm "snd_card"

}
pcm.burak{
type plug
slave.pcm "nano"

}

pcm.burak2{
type plug
slave.pcm "nano2"

}
------------------------------------------------------------------------------
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