Skip to content

Commit bad81ba

Browse files
wjhrkhuangtao
authored andcommitted
drivers: sound: usb: fix disvr usb Audio bug
The disvr usb audio sampling rate is through nanoc reported to the kernel, so don't need the kernel again set the sampling rate. Change-Id: I60409fc579952a196c4fe40f678e87d505a7508d Signed-off-by: wjh <wjh@rock-chips.com>
1 parent 7f670e7 commit bad81ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sound/usb/stream.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,9 @@ int snd_usb_parse_audio_interface(struct snd_usb_audio *chip, int iface_no)
685685

686686
switch (chip->usb_id) {
687687
case USB_ID(0x0a92, 0x0053): /* AudioTrak Optoplay */
688+
#ifdef CONFIG_HID_RKVR
689+
case USB_ID(0x071B, 0x3205): /* RockChip NanoC VR */
690+
#endif
688691
/* Optoplay sets the sample rate attribute although
689692
* it seems not supporting it in fact.
690693
*/

0 commit comments

Comments
 (0)