From 04b496f0a38aeb9ea50bc172bb1584134033c82f Mon Sep 17 00:00:00 2001 From: Craig McLure Date: Tue, 24 May 2022 00:56:17 +0100 Subject: [PATCH] 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 --- ucm2/USB-Audio/GoXLR/GoXLR-HiFi.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}" } } -- 2.47.1