diff options
author | Eric Wong <normalperson@yhbt.net> | 2015-05-30 05:15:39 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-30 08:14:40 -0400 |
commit | 2f80b2958abe5658000d5ad9b45a36ecf879666e (patch) | |
tree | 0031e936391af7366c997ddb48e6e9ecd596d1e2 /sound | |
parent | 1ef9f0583514508bc93427106ceef3215e4eb1a5 (diff) |
ALSA: usb-audio: don't try to get Outlaw RR2150 sample rate
This quirk allows us to avoid the noisy:
current rate 0 is different from the runtime rate
message every time playback starts. While USB DAC in the RR2150
supports reading the sample rate, it never returns a sample rate
other than zero in my observation with common sample rates.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Cc: Joe Turner <joe@oampo.co.uk>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index 29175346cc4f..b8c97d092a47 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c | |||
@@ -1120,6 +1120,7 @@ bool snd_usb_get_sample_rate_quirk(struct snd_usb_audio *chip) | |||
1120 | case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */ | 1120 | case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */ |
1121 | case USB_ID(0x045E, 0x0779): /* MS Lifecam HD-3000 */ | 1121 | case USB_ID(0x045E, 0x0779): /* MS Lifecam HD-3000 */ |
1122 | case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */ | 1122 | case USB_ID(0x04D8, 0xFEEA): /* Benchmark DAC1 Pre */ |
1123 | case USB_ID(0x074D, 0x3553): /* Outlaw RR2150 (Micronas UAC3553B) */ | ||
1123 | return true; | 1124 | return true; |
1124 | } | 1125 | } |
1125 | return false; | 1126 | return false; |