diff options
| author | Jonathan Seth Mainguy <jon@soh.re> | 2026-08-28 20:49:58 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-08-31 10:27:38 +0200 |
| commit | a13515c7f1d52238cde3bb986610cd12b2fa87bf (patch) | |
| tree | bc6ff94363929a7b6f6ddfd478afe1ab758fdca9 /scripts | |
| parent | 9b110a9dcecc59516c77cb3c0caf1f492f75df2d (diff) | |
| download | linux-next-a13515c7f1d52238cde3bb986610cd12b2fa87bf.tar.gz linux-next-a13515c7f1d52238cde3bb986610cd12b2fa87bf.zip | |
ALSA: usb-audio: add Roland OCTA-CAPTURE multirate support
The OCTA-CAPTURE provides one alternate setting for each supported
sample rate. Add the 48, 96 and 192 kHz playback and capture settings.
The existing S32_LE description causes the white-noise playback reported
by Niklas Aldervall and other users. The device sends packed 24-bit
samples, but S32_LE makes ALSA interpret each sample as a four-byte value,
which misaligns the stream. USB captures and PCM streaming tests confirm
that S24_3LE is the correct format for every setting.
The device provides 10 playback and 12 capture channels through
96 kHz, and four channels in each direction at 192 kHz. Correct the
product name in the commented override.
Tested on a physical OCTA-CAPTURE with full-duplex streams at 44.1,
48, 96 and 192 kHz.
Reported-by: Niklas Aldervall <niklas@aldervall.se>
Closes: https://lore.kernel.org/alsa-devel/6b623cb6-3a9b-4fe4-a57c-9a165d261692@aldervall.se/
Signed-off-by: Jonathan Seth Mainguy <jon@soh.re>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260829005001.534571-2-jon@soh.re
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
