Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: usb-audio: Fix quirk entry placement for PreSonus AudioBox USB

The quirk entry for PreSonus AudioBox USB was mistakenly placed inside
a disabled #if 0 block. Move it to the correct position after the

Fixes: 34fe4a9df247 ("ALSA: usb-audio: Add quirk for PreSonus AudioBox USB")
Signed-off-by: Abhinav Mahadevan <abhi220204@gmail.com>
Link: https://patch.msgid.link/20260428155117.5170-1-abhi220204@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Abhinav Mahadevan and committed by
Takashi Iwai
2d80392a a7b75a11

+3 -1
+3 -1
sound/usb/quirks-table.h
··· 2652 2652 } 2653 2653 } 2654 2654 }, 2655 + 2656 + #endif /* disabled */ 2657 + 2655 2658 { 2656 2659 /* 2657 2660 * The AudioBox USB advertises S24_3LE as the only supported format ··· 2703 2700 } 2704 2701 } 2705 2702 }, 2706 - #endif /* disabled */ 2707 2703 2708 2704 { 2709 2705 /*