Skip to content

Commit 359b431

Browse files
committed
ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go
Line6 Pod Go (0e41:424b) requires the similar workaround for the fixed 48k sample rate like other Line6 models. This patch adds the corresponding entry to line6_parse_audio_format_rate_quirk(). Reported-by: John Humlick <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent c0e7205 commit 359b431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/format.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ static int line6_parse_audio_format_rates_quirk(struct snd_usb_audio *chip,
423423
case USB_ID(0x0e41, 0x4248): /* Line6 Helix >= fw 2.82 */
424424
case USB_ID(0x0e41, 0x4249): /* Line6 Helix Rack >= fw 2.82 */
425425
case USB_ID(0x0e41, 0x424a): /* Line6 Helix LT >= fw 2.82 */
426+
case USB_ID(0x0e41, 0x424b): /* Line6 Pod Go */
426427
case USB_ID(0x19f7, 0x0011): /* Rode Rodecaster Pro */
427428
return set_fixed_rate(fp, 48000, SNDRV_PCM_RATE_48000);
428429
}

0 commit comments

Comments
 (0)