From: Akshay Bhat <akshay.bhat@timesys.com>
To: perex@perex.cz
Cc: tiwai@suse.com, gtmkramer@xs4all.nl, denk@post.com,
guillaume@eulerian.com, vdronov@redhat.com,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
Ken Lin <ken.lin@advantech.com.tw>,
Akshay Bhat <akshay.bhat@timesys.com>
Subject: [PATCH] ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
Date: Fri, 12 Aug 2016 14:08:47 -0400 [thread overview]
Message-ID: <1471025327-3529-1-git-send-email-akshay.bhat@timesys.com> (raw)
From: Ken Lin <ken.lin@advantech.com.tw>
Avoid getting sample rate on B850V3 CP2114 as it is unsupported and
causes noisy "current rate is different from the runtime rate" messages
when playback starts.
Signed-off-by: Ken Lin <ken.lin@advantech.com.tw>
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
---
sound/usb/quirks.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 6adde45..e5a1133 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1139,6 +1139,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */
case USB_ID(0x0556, 0x0014): /* Phoenix Audio TMX320VC */
case USB_ID(0x074D, 0x3553): /* Outlaw RR2150 (Micronas UAC3553B) */
+ case USB_ID(0x1901, 0x0191): /* GE B850V3 CP2114 audio interface */
case USB_ID(0x1de7, 0x0013): /* Phoenix Audio MT202exe */
case USB_ID(0x1de7, 0x0014): /* Phoenix Audio TMX320 */
case USB_ID(0x1de7, 0x0114): /* Phoenix Audio MT202pcs */
--
2.8.1
next reply other threads:[~2016-08-12 18:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-12 18:08 Akshay Bhat [this message]
2016-08-29 14:10 ` [PATCH] ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114 Akshay Bhat
2016-08-29 14:13 ` Takashi Iwai
2016-08-29 14:45 ` Akshay Bhat
2016-08-29 14:49 ` Takashi Iwai
2016-08-30 15:06 ` Akshay Bhat
2016-08-30 15:10 ` Takashi Iwai
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=1471025327-3529-1-git-send-email-akshay.bhat@timesys.com \
--to=akshay.bhat@timesys.com \
--cc=alsa-devel@alsa-project.org \
--cc=denk@post.com \
--cc=gtmkramer@xs4all.nl \
--cc=guillaume@eulerian.com \
--cc=ken.lin@advantech.com.tw \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=vdronov@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).