All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1
@ 2020-12-21 21:55 Mike Oliphant
  2020-12-22  8:27 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Oliphant @ 2020-12-21 21:55 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mike Oliphant

The BOSS GT-1 (USB ID 0582:01d6) requires implicit feedback
like other similar BOSS devices. This patch adds this support.

Signed-off-by: Mike Oliphant <oliphant@nostatic.org>
---
 sound/usb/implicit.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/usb/implicit.c b/sound/usb/implicit.c
index 4e911d200..d44997e49 100644
--- a/sound/usb/implicit.c
+++ b/sound/usb/implicit.c
@@ -77,6 +77,7 @@ static const struct snd_usb_implicit_fb_match playback_implicit_fb_quirks[] = {
 	IMPLICIT_FB_SKIP_DEV(0x0582, 0x0189),	/* BOSS GT-100v2 */
 	IMPLICIT_FB_SKIP_DEV(0x0582, 0x01d8),	/* BOSS Katana */
 	IMPLICIT_FB_SKIP_DEV(0x0582, 0x01e5),	/* BOSS GT-001 */
+	IMPLICIT_FB_SKIP_DEV(0x0582, 0x01d6),	/* BOSS GT-1 */
 
 	{} /* terminator */
 };
@@ -87,6 +88,7 @@ static const struct snd_usb_implicit_fb_match capture_implicit_fb_quirks[] = {
 	IMPLICIT_FB_FIXED_DEV(0x0582, 0x0189, 0x0d, 0x01), /* BOSS GT-100v2 */
 	IMPLICIT_FB_FIXED_DEV(0x0582, 0x01d8, 0x0d, 0x01), /* BOSS Katana */
 	IMPLICIT_FB_FIXED_DEV(0x0582, 0x01e5, 0x0d, 0x01), /* BOSS GT-001 */
+	IMPLICIT_FB_FIXED_DEV(0x0582, 0x01d6, 0x0d, 0x01), /* BOSS GT-1 */
 
 	{} /* terminator */
 };
-- 
2.29.2


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

* Re: [PATCH] ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1
  2020-12-21 21:55 [PATCH] ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1 Mike Oliphant
@ 2020-12-22  8:27 ` Takashi Iwai
  2020-12-22 12:47   ` Keith A. Milner
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2020-12-22  8:27 UTC (permalink / raw)
  To: Mike Oliphant; +Cc: alsa-devel

On Mon, 21 Dec 2020 22:55:33 +0100,
Mike Oliphant wrote:
> 
> The BOSS GT-1 (USB ID 0582:01d6) requires implicit feedback
> like other similar BOSS devices. This patch adds this support.
> 
> Signed-off-by: Mike Oliphant <oliphant@nostatic.org>

Applied now (with the move of the entry to keep the ID number order).
Thanks!


Takashi

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

* Re: [PATCH] ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1
  2020-12-22  8:27 ` Takashi Iwai
@ 2020-12-22 12:47   ` Keith A. Milner
  0 siblings, 0 replies; 3+ messages in thread
From: Keith A. Milner @ 2020-12-22 12:47 UTC (permalink / raw)
  To: alsa-devel

On Tuesday, 22 December 2020 08:27:13 GMT Takashi Iwai wrote:
> On Mon, 21 Dec 2020 22:55:33 +0100,
> 
> Mike Oliphant wrote:
> > The BOSS GT-1 (USB ID 0582:01d6) requires implicit feedback
> > like other similar BOSS devices. This patch adds this support.

It seems I forgot to include the GT-1 IDs in the list I gave Takashi-san. 
Sorry about that.

Cheers,

Keith




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

end of thread, other threads:[~2020-12-22 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 21:55 [PATCH] ALSA: usb-audio: Add implicit feeback support for the BOSS GT-1 Mike Oliphant
2020-12-22  8:27 ` Takashi Iwai
2020-12-22 12:47   ` Keith A. Milner

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.