]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
authorTakashi Iwai <tiwai@suse.de>
Mon, 4 Apr 2016 09:47:50 +0000 (11:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2016 06:42:15 +0000 (15:42 +0900)
commit77ffc8a9e9b36c2311ee1443a9dc5f1a5cf534d3
tree8cabc6e334ecc78703fcfb4b24c9c6cbb383b441
parentf0cf5ccef6fc0390aa42987e822dd63732d4d2da
ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320

commit f03b24a851d32ca85dacab01785b24a7ee717d37 upstream.

Phoenix Audio TMX320 gives the similar error when the sample rate is
asked:
  usb 2-1.3: 2:1: cannot get freq at ep 0x85
  usb 2-1.3: 1:1: cannot get freq at ep 0x2
  ....

Add the corresponding USB-device ID (1de7:0014) to
snd_usb_get_sample_rate_quirk() list.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=110221
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/quirks.c