]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
USB-Audio: Solid State Labs SSL 2 - fix capture channels
authorFlo <flo@fino.fr>
Sat, 24 May 2025 09:52:12 +0000 (11:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 27 May 2025 08:12:07 +0000 (10:12 +0200)
Same fix as for SSL+, commit fc17ed4.
Capture configuration is the same, with 4 channels.

  Capture:
    Status: Stop
    Interface 2
      Altset 1
      Format: S32_LE
      Channels: 4
      Endpoint: 0x81 (1 IN) (ASYNC)
      Rates: 44100, 48000, 88200, 96000, 176400, 192000
      Data packet interval: 125 us
      Bits: 24
      Channel map: FL FR FC LFE

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/566
Signed-off-by: Flo <flo@fino.fr>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/USB-Audio/SolidStateLabs/SSL2-HiFi.conf
ucm2/USB-Audio/SolidStateLabs/SSL2.conf

index 46b2e269ec3794d252bd286a473731dbbbf38112..8663384acdcfecb9f0ea4a7a6a51ca96899eec2f 100644 (file)
@@ -6,7 +6,7 @@ Macro [
                        Name "ssl2_mono_in"
                        Direction Capture
                        Channels 1
-                       HWChannels 2
+                       HWChannels 4
                        HWChannelPos0 MONO
                        HWChannelPos1 MONO
                }
@@ -31,7 +31,7 @@ SectionDevice."Mic1" {
        Macro.pcm_split.SplitPCMDevice {
                Name "ssl2_mono_in"
                Direction Capture
-               HWChannels 2
+               HWChannels 4
                Channels 1
                Channel0 0
                ChannelPos0 MONO
@@ -47,7 +47,7 @@ SectionDevice."Mic2" {
        Macro.pcm_split.SplitPCMDevice {
                Name "ssl2_mono_in"
                Direction Capture
-               HWChannels 2
+               HWChannels 4
                Channels 1
                Channel0 1
                ChannelPos0 MONO
index 55318349d3a98648b511707b229faa0288eda900..3cdb60b95c195a65b8f822a51b8b89970f18a660 100644 (file)
@@ -6,6 +6,6 @@ SectionUseCase."HiFi" {
 }
 
 Define.DirectPlaybackChannels 2
-Define.DirectCaptureChannels 2
+Define.DirectCaptureChannels 4
 
 Include.dhw.File "/common/direct.conf"