mbox series

[v2,0/2] ALSA: usb-audio: Add Pioneer DJM-450 support

Message ID 20210202134225.3217-1-livvy@base.nu (mailing list archive)
Headers show
Series ALSA: usb-audio: Add Pioneer DJM-450 support | expand

Message

Olivia Mackintosh Feb. 2, 2021, 1:42 p.m. UTC
Re-roll of this patchset to fix the following:
	1. Missing 'Signed-of-by:' line
	2. Spaces around operators
	3. Test that I'm threading submissions correctly

Apologies for the clumsiness on my part.

Olivia

Olivia Mackintosh (2):
  ALSA: usb-audio: Add DJM450 to Pioneer format quirk
  ALSA: usb-audio: Add DJM-450 to the quirks table

 sound/usb/quirks-table.h | 57 ++++++++++++++++++++++++++++++++++++++++
 sound/usb/quirks.c       | 20 ++++++++++++++
 2 files changed, 77 insertions(+)

Comments

Takashi Iwai Feb. 2, 2021, 5:47 p.m. UTC | #1
On Tue, 02 Feb 2021 14:42:24 +0100,
Olivia Mackintosh wrote:
> 
> Re-roll of this patchset to fix the following:
> 	1. Missing 'Signed-of-by:' line
> 	2. Spaces around operators
> 	3. Test that I'm threading submissions correctly
> 
> Apologies for the clumsiness on my part.
> 
> Olivia
> 
> Olivia Mackintosh (2):
>   ALSA: usb-audio: Add DJM450 to Pioneer format quirk
>   ALSA: usb-audio: Add DJM-450 to the quirks table

Applied both patches now.  Thanks.


Takashi