On Tue, Jun 03, 2014 at 07:25:25PM +0200, Alexandre Ratchov wrote:
> 
> sndiod_flags="-f rsnd/1 -f rsnd/0"
> 
> This will kind of "exchange" the first two devices. I.e. this
> exposes "snd/0" as sub-device of "rsnd/1" and "snd/1" as sub-device
> of "rsnd/0".
> 

If device renumbering seems confusing/ugly, another option would be
to keep the kernel order:

sndiod_flags="-f rsnd/0 -f rsnd/1"

then export AUDIODEVICE=snd/1 in your ~/.profile or equivalent

-- Alexandre

Reply via email to