Re: [LAU] Jack-hardware bridging issue

From: Iain Mott <mott@email-addr-hidden>
Date: Wed Apr 01 2020 - 16:06:58 EEST

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
>
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Thu Apr 2 04:15:01 2020

This archive was generated by hypermail 2.1.8 : Thu Apr 02 2020 - 04:15:01 EEST