ALSA: usb-audio: DJM-750: ensure format is set
Add case statement to set sample-rate for the DJM-750 Pioneer mixer. This was included as part of another patch but I think it has been archived on Patchwork and hasn't been merged. Signed-off-by: Olivia Mackintosh <livvy@base.nu> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20210418165901.25776-1-livvy@base.nu Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
76fae6185f
commit
e7df7df5a3
|
@ -1511,6 +1511,7 @@ void snd_usb_set_format_quirk(struct snd_usb_substream *subs,
|
|||
case USB_ID(0x2b73, 0x0013): /* Pioneer DJM-450 */
|
||||
pioneer_djm_set_format_quirk(subs, 0x0082);
|
||||
break;
|
||||
case USB_ID(0x08e4, 0x017f): /* Pioneer DJM-750 */
|
||||
case USB_ID(0x08e4, 0x0163): /* Pioneer DJM-850 */
|
||||
pioneer_djm_set_format_quirk(subs, 0x0086);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue