All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Add implicit feedback quirk for MODX
@ 2020-11-04 12:07 Geoffrey D. Bennett
  2020-11-04 14:00 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Geoffrey D. Bennett @ 2020-11-04 12:07 UTC (permalink / raw)
  To: alsa-devel; +Cc: Frank Slotta

This patch fixes audio distortion on playback for the Yamaha MODX.

Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Tested-by: Frank Slotta <frank.slotta@posteo.de>
---

 pcm.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
index b401ee894e1b..22fbd1f48b3e 100644
--- a/sound/usb/pcm.c
+++ b/sound/usb/pcm.c
@@ -345,6 +345,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
 		ifnum = 2;
 		goto add_sync_ep_from_ifnum;
 	case USB_ID(0x2466, 0x8003): /* Fractal Audio Axe-Fx II */
+	case USB_ID(0x0499, 0x172a): /* Yamaha MODX */
 		ep = 0x86;
 		ifnum = 2;
 		goto add_sync_ep_from_ifnum;

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

* Re: [PATCH] ALSA: usb-audio: Add implicit feedback quirk for MODX
  2020-11-04 12:07 [PATCH] ALSA: usb-audio: Add implicit feedback quirk for MODX Geoffrey D. Bennett
@ 2020-11-04 14:00 ` Takashi Iwai
  2020-11-05  2:12   ` Geoffrey D. Bennett
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2020-11-04 14:00 UTC (permalink / raw)
  To: Geoffrey D. Bennett; +Cc: alsa-devel, Frank Slotta

On Wed, 04 Nov 2020 13:07:05 +0100,
Geoffrey D. Bennett wrote:
> 
> This patch fixes audio distortion on playback for the Yamaha MODX.
> 
> Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
> Tested-by: Frank Slotta <frank.slotta@posteo.de>

Thanks, applied now.


Takashi

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

* Re: [PATCH] ALSA: usb-audio: Add implicit feedback quirk for MODX
  2020-11-04 14:00 ` Takashi Iwai
@ 2020-11-05  2:12   ` Geoffrey D. Bennett
  2020-11-05  8:51     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Geoffrey D. Bennett @ 2020-11-05  2:12 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Wed, Nov 04, 2020 at 03:00:39PM +0100, Takashi Iwai wrote:
> On Wed, 04 Nov 2020 13:07:05 +0100,
> Geoffrey D. Bennett wrote:
> > 
> > This patch fixes audio distortion on playback for the Yamaha MODX.
> > 
> > Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
> > Tested-by: Frank Slotta <frank.slotta@posteo.de>
> 
> Thanks, applied now.

Thanks. Did you see my similar patch that I sent in a few minutes
before that one for the A&H Qu-16?

Geoffrey.

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

* Re: [PATCH] ALSA: usb-audio: Add implicit feedback quirk for MODX
  2020-11-05  2:12   ` Geoffrey D. Bennett
@ 2020-11-05  8:51     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2020-11-05  8:51 UTC (permalink / raw)
  To: Geoffrey D. Bennett; +Cc: alsa-devel

On Thu, 05 Nov 2020 03:12:48 +0100,
Geoffrey D. Bennett wrote:
> 
> On Wed, Nov 04, 2020 at 03:00:39PM +0100, Takashi Iwai wrote:
> > On Wed, 04 Nov 2020 13:07:05 +0100,
> > Geoffrey D. Bennett wrote:
> > > 
> > > This patch fixes audio distortion on playback for the Yamaha MODX.
> > > 
> > > Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
> > > Tested-by: Frank Slotta <frank.slotta@posteo.de>
> > 
> > Thanks, applied now.
> 
> Thanks. Did you see my similar patch that I sent in a few minutes
> before that one for the A&H Qu-16?

Thanks for reminder.  I overlooked it as if it were the same post.


Takashi

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

end of thread, other threads:[~2020-11-05  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-04 12:07 [PATCH] ALSA: usb-audio: Add implicit feedback quirk for MODX Geoffrey D. Bennett
2020-11-04 14:00 ` Takashi Iwai
2020-11-05  2:12   ` Geoffrey D. Bennett
2020-11-05  8:51     ` 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.