alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
@ 2016-08-12 18:08 Akshay Bhat
  2016-08-29 14:10 ` Akshay Bhat
  0 siblings, 1 reply; 7+ messages in thread
From: Akshay Bhat @ 2016-08-12 18:08 UTC (permalink / raw)
  To: perex
  Cc: tiwai, gtmkramer, denk, guillaume, vdronov, alsa-devel,
	linux-kernel, Ken Lin, Akshay Bhat

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

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

end of thread, other threads:[~2016-08-30 15:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 18:08 [PATCH] ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114 Akshay Bhat
2016-08-29 14:10 ` 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

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).