Skip to content

Commit 83d9956

Browse files
yungching0725tiwai
authored andcommitted
ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114
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 <[email protected]> Signed-off-by: Akshay Bhat <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 8ddc056 commit 83d9956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip)
11411141
case USB_ID(0x0556, 0x0014): /* Phoenix Audio TMX320VC */
11421142
case USB_ID(0x05A3, 0x9420): /* ELP HD USB Camera */
11431143
case USB_ID(0x074D, 0x3553): /* Outlaw RR2150 (Micronas UAC3553B) */
1144+
case USB_ID(0x1901, 0x0191): /* GE B850V3 CP2114 audio interface */
11441145
case USB_ID(0x1de7, 0x0013): /* Phoenix Audio MT202exe */
11451146
case USB_ID(0x1de7, 0x0014): /* Phoenix Audio TMX320 */
11461147
case USB_ID(0x1de7, 0x0114): /* Phoenix Audio MT202pcs */

0 commit comments

Comments
 (0)