Re: configuring asoundrc

Clemens Ladisch via Alsa-user <[email protected]> Wed, 3 Feb 2021 10:14:19 +0100
Newsgroups gmane.linux.alsa.user
Message-ID <[email protected]>
James Cloos wrote:
> pcm.!default {
>     type hw
>     card Generic
>     device 3
> }
>
> ctl.!default {
>     type hw
>     card Generic
> }

This disables all automatic sample rate/format conversions.

Replace it with:

  pcm.!default {
    type asym
    playback.pcm "plug:hdmi:0,0"
    capture.pcm "plughw:1"
  }


Regards,
Clemens