From: Julian Sikorski <belegdol@gmail.com>
To: alsa-devel@alsa-project.org
Cc: Julian Sikorski <belegdol+github@gmail.com>
Subject: [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter
Date: Mon, 27 Nov 2023 23:15:52 +0100 [thread overview]
Message-ID: <20231127221552.19087-1-belegdol+github@gmail.com> (raw)
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
next reply other threads:[~2023-11-27 22:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 22:15 Julian Sikorski [this message]
2024-01-22 13:58 ` [PATCH] Add a quirk for Yamaha YIT-W12TX transmitter Julian Sikorski
2024-01-23 7:45 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2024-01-23 8:49 Julian Sikorski
2024-01-23 8:51 ` kernel test robot
2024-01-23 9:10 ` Takashi Iwai
2024-01-23 9:19 ` Julian Sikorski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231127221552.19087-1-belegdol+github@gmail.com \
--to=belegdol@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=belegdol+github@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.