All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: DJM-750: ensure format is set
@ 2021-04-18 16:59 Olivia Mackintosh
  2021-04-19  7:43 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Olivia Mackintosh @ 2021-04-18 16:59 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, Olivia Mackintosh

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>
---
 sound/usb/quirks.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 63f27ce64bcb..8b8bee3c3dd6 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -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;
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: usb-audio: DJM-750: ensure format is set
  2021-04-18 16:59 [PATCH] ALSA: usb-audio: DJM-750: ensure format is set Olivia Mackintosh
@ 2021-04-19  7:43 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-04-19  7:43 UTC (permalink / raw)
  To: Olivia Mackintosh; +Cc: alsa-devel

On Sun, 18 Apr 2021 18:59:01 +0200,
Olivia Mackintosh wrote:
> 
> 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>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-19  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-18 16:59 [PATCH] ALSA: usb-audio: DJM-750: ensure format is set Olivia Mackintosh
2021-04-19  7:43 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.