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


_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to