From: Craig McLure Date: Mon, 23 May 2022 23:56:17 +0000 (+0100) Subject: GoXLR: Fixed sampler input configuration X-Git-Tag: v1.2.7~17 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=04b496f0a38aeb9ea50bc172bb1584134033c82f;p=alsa-ucm-conf.git GoXLR: Fixed sampler input configuration Renamed the 'Sample' input channel to 'Sampler' to better reflect it's behaviour, and corrected channel numbers. Link: https://github.com/alsa-project/alsa-ucm-conf/pull/155 Signed-off-by: Craig McLure Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/USB-Audio/GoXLR/GoXLR-HiFi.conf b/ucm2/USB-Audio/GoXLR/GoXLR-HiFi.conf index c29d7af..343fbcc 100644 --- a/ucm2/USB-Audio/GoXLR/GoXLR-HiFi.conf +++ b/ucm2/USB-Audio/GoXLR/GoXLR-HiFi.conf @@ -114,13 +114,13 @@ LibraryConfig.pcm.Config { } } - pcm.goxlr_sample_input { + pcm.goxlr_sampler_input { @args [ CARD ] @args.CARD.type string type empty slave.pcm { @func concat - strings [ "goxlr_stereo_in:" $CARD ",16,17" ] + strings [ "goxlr_stereo_in:" $CARD ",4,5" ] } } @@ -190,10 +190,10 @@ SectionDevice."Headset" { } SectionDevice."Line5" { - Comment "Sample" + Comment "Sampler" Value { CapturePriority 300 - CapturePCM "goxlr_sample_input:${CardId}" + CapturePCM "goxlr_sampler_input:${CardId}" } }