All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
@ 2023-11-27 22:15 Julian Sikorski
  2024-01-22 13:58 ` Julian Sikorski
  0 siblings, 1 reply; 7+ messages in thread
From: Julian Sikorski @ 2023-11-27 22:15 UTC (permalink / raw)
  To: alsa-devel; +Cc: Julian Sikorski

The device fails to initialize otherwise, giving the following error:
[ 3676.671641] usb 2-1.1: 1:1: cannot get freq at ep 0x1

Signed-off-by: Julian Sikorski <belegdol+github@gmail.com>
---
 sound/usb/quirks.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index ab2b938502eb..bf0a7cca90d0 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2031,6 +2031,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
 		   QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
 	DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
 		   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
+	DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */
+		   QUIRK_FLAG_GET_SAMPLE_RATE),
 	DEVICE_FLG(0x04d8, 0xfeea, /* Benchmark DAC1 Pre */
 		   QUIRK_FLAG_GET_SAMPLE_RATE),
 	DEVICE_FLG(0x04e8, 0xa051, /* Samsung USBC Headset (AKG) */
-- 
2.43.0


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

* Re: [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
  2023-11-27 22:15 Julian Sikorski
@ 2024-01-22 13:58 ` Julian Sikorski
  2024-01-23  7:45   ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Julian Sikorski @ 2024-01-22 13:58 UTC (permalink / raw)
  To: alsa-devel; +Cc: Julian Sikorski

Am 27.11.23 um 23:15 schrieb Julian Sikorski:
> The device fails to initialize otherwise, giving the following error:
> [ 3676.671641] usb 2-1.1: 1:1: cannot get freq at ep 0x1
> 
> Signed-off-by: Julian Sikorski <belegdol+github@gmail.com>
> ---
>   sound/usb/quirks.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
> index ab2b938502eb..bf0a7cca90d0 100644
> --- a/sound/usb/quirks.c
> +++ b/sound/usb/quirks.c
> @@ -2031,6 +2031,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
>   		   QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
>   	DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
>   		   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
> +	DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */
> +		   QUIRK_FLAG_GET_SAMPLE_RATE),
>   	DEVICE_FLG(0x04d8, 0xfeea, /* Benchmark DAC1 Pre */
>   		   QUIRK_FLAG_GET_SAMPLE_RATE),
>   	DEVICE_FLG(0x04e8, 0xa051, /* Samsung USBC Headset (AKG) */



Hi all,

is there something missing? It does not look like this got merged.

Best regards,
Julian

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

* Re: [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
  2024-01-22 13:58 ` Julian Sikorski
@ 2024-01-23  7:45   ` Takashi Iwai
  0 siblings, 0 replies; 7+ messages in thread
From: Takashi Iwai @ 2024-01-23  7:45 UTC (permalink / raw)
  To: Julian Sikorski; +Cc: alsa-devel, Julian Sikorski

On Mon, 22 Jan 2024 14:58:14 +0100,
Julian Sikorski wrote:
> 
> Am 27.11.23 um 23:15 schrieb Julian Sikorski:
> > The device fails to initialize otherwise, giving the following error:
> > [ 3676.671641] usb 2-1.1: 1:1: cannot get freq at ep 0x1
> > 
> > Signed-off-by: Julian Sikorski <belegdol+github@gmail.com>
> > ---
> >   sound/usb/quirks.c | 2 ++
> >   1 file changed, 2 insertions(+)
> > 
> > diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
> > index ab2b938502eb..bf0a7cca90d0 100644
> > --- a/sound/usb/quirks.c
> > +++ b/sound/usb/quirks.c
> > @@ -2031,6 +2031,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
> >   		   QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
> >   	DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
> >   		   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
> > +	DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */
> > +		   QUIRK_FLAG_GET_SAMPLE_RATE),
> >   	DEVICE_FLG(0x04d8, 0xfeea, /* Benchmark DAC1 Pre */
> >   		   QUIRK_FLAG_GET_SAMPLE_RATE),
> >   	DEVICE_FLG(0x04e8, 0xa051, /* Samsung USBC Headset (AKG) */
> 
> 
> 
> Hi all,
> 
> is there something missing? It does not look like this got merged.

I seem to have overlooked or it didn't reach to me properly.
Care to resubmit?  Don't forget to put subsystem maintainers to Cc.


thanks,

Takashi

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

* [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
@ 2024-01-23  8:49 Julian Sikorski
  2024-01-23  8:51 ` kernel test robot
  2024-01-23  9:10 ` Takashi Iwai
  0 siblings, 2 replies; 7+ messages in thread
From: Julian Sikorski @ 2024-01-23  8:49 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: alsa-devel, stable, Julian Sikorski

The device fails to initialize otherwise, giving the following error:
[ 3676.671641] usb 2-1.1: 1:1: cannot get freq at ep 0x1

Signed-off-by: Julian Sikorski <belegdol+github@gmail.com>
---
 sound/usb/quirks.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index ab2b938502eb..bf0a7cca90d0 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2031,6 +2031,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
 		   QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
 	DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
 		   QUIRK_FLAG_GENERIC_IMPLICIT_FB),
+	DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */
+		   QUIRK_FLAG_GET_SAMPLE_RATE),
 	DEVICE_FLG(0x04d8, 0xfeea, /* Benchmark DAC1 Pre */
 		   QUIRK_FLAG_GET_SAMPLE_RATE),
 	DEVICE_FLG(0x04e8, 0xa051, /* Samsung USBC Headset (AKG) */
-- 
2.43.0


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

* Re: [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
  2024-01-23  8:49 [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter Julian Sikorski
@ 2024-01-23  8:51 ` kernel test robot
  2024-01-23  9:10 ` Takashi Iwai
  1 sibling, 0 replies; 7+ messages in thread
From: kernel test robot @ 2024-01-23  8:51 UTC (permalink / raw)
  To: Julian Sikorski; +Cc: stable, oe-kbuild-all

Hi,

Thanks for your patch.

FYI: kernel test robot notices the stable kernel rule is not satisfied.

The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#option-1

Rule: add the tag "Cc: stable@vger.kernel.org" in the sign-off area to have the patch automatically included in the stable tree.
Subject: [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
Link: https://lore.kernel.org/stable/20240123084935.2745-1-belegdol%2Bgithub%40gmail.com

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki




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

* Re: [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
  2024-01-23  8:49 [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter Julian Sikorski
  2024-01-23  8:51 ` kernel test robot
@ 2024-01-23  9:10 ` Takashi Iwai
  2024-01-23  9:19   ` Julian Sikorski
  1 sibling, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2024-01-23  9:10 UTC (permalink / raw)
  To: Julian Sikorski
  Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, stable,
	Julian Sikorski

On Tue, 23 Jan 2024 09:49:35 +0100,
Julian Sikorski wrote:
> 
> The device fails to initialize otherwise, giving the following error:
> [ 3676.671641] usb 2-1.1: 1:1: cannot get freq at ep 0x1
> 
> Signed-off-by: Julian Sikorski <belegdol+github@gmail.com>

Thanks, I applied now.

But at the next time, try to check the following:

- Use a proper subject prefix; each subsystem has an own one, and this
  case would be "ALSA: usb-audio: Add a quirk..."

- Use the same mail address for both author and sign-off
  
- Put Cc-to-stable in the patch description instead of actually
  sending to it now


Takashi

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

* Re: [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
  2024-01-23  9:10 ` Takashi Iwai
@ 2024-01-23  9:19   ` Julian Sikorski
  0 siblings, 0 replies; 7+ messages in thread
From: Julian Sikorski @ 2024-01-23  9:19 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, stable,
	Julian Sikorski


Am 23.01.24 um 10:10 schrieb Takashi Iwai:
> On Tue, 23 Jan 2024 09:49:35 +0100,
> Julian Sikorski wrote:
>>
>> The device fails to initialize otherwise, giving the following error:
>> [ 3676.671641] usb 2-1.1: 1:1: cannot get freq at ep 0x1
>>
>> Signed-off-by: Julian Sikorski <belegdol+github@gmail.com>
> 
> Thanks, I applied now.
> 
> But at the next time, try to check the following:
> 
> - Use a proper subject prefix; each subsystem has an own one, and this
>    case would be "ALSA: usb-audio: Add a quirk..."
> 
> - Use the same mail address for both author and sign-off
>    
> - Put Cc-to-stable in the patch description instead of actually
>    sending to it now
> 
> 
> Takashi
Thank you and apologies for the mistakes. I will try to do better next time.

Best regards,
Julian

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

end of thread, other threads:[~2024-01-23  9:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23  8:49 [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter Julian Sikorski
2024-01-23  8:51 ` kernel test robot
2024-01-23  9:10 ` Takashi Iwai
2024-01-23  9:19   ` Julian Sikorski
  -- strict thread matches above, loose matches on Subject: below --
2023-11-27 22:15 Julian Sikorski
2024-01-22 13:58 ` Julian Sikorski
2024-01-23  7:45   ` 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.