[LAU] Jack-hardware bridging issue

Iain Mott mott at escuta.org
Wed Apr 1 15:06:58 CEST 2020


Thanks Jeanette. But it seems that the daemon is bypassing Alsa 
altogether and connecting to the built in card directly, if that's 
possible. I must admit that Alsa/OSS/interfaces in general always tie my 
head in knots.

Em 01/04/2020 07:10, Jeanette C. escreveu:
> Hi Iain,
> just one idea: are you aware of ALSA's own JACK module? You could 
> create such a device as your default device in your user's - or system 
> wide - asoundrc:
> pcm.myjack {
>   type jack
>   capture_ports {
>     0 system:capture_1
>     1 system:capture_1
>   }
>   playback_ports {
>     0 system:playback_1
>     1 system:playback_2
>   }
> }
>
> # And set this as the default audio I/O
> pcm.!default {
>   type plug
>   slave {
>     pcm "myjack"
>   }
> }
>
> HTH.
>
> Best wishes,
>
> Jeanette
>


More information about the Linux-audio-user mailing list