mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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: 34fe4a9df2 ("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>
This commit is contained in:
parent
a7b75a11c6
commit
2d80392a97
|
|
@ -2652,6 +2652,9 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
#endif /* disabled */
|
||||
|
||||
{
|
||||
/*
|
||||
* The AudioBox USB advertises S24_3LE as the only supported format
|
||||
|
|
@ -2700,7 +2703,6 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
|||
}
|
||||
}
|
||||
},
|
||||
#endif /* disabled */
|
||||
|
||||
{
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user