Re: [Alsa-user] configuring asoundrc
Brought to you by:
perex
|
From: Clemens L. <cla...@go...> - 2021-02-03 09:14:38
|
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
|