]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: usb-audio: Apply 48kHz fixed rate playback for Jabra Evolve 65 headset
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Feb 2020 11:14:19 +0000 (12:14 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Feb 2020 11:17:06 +0000 (12:17 +0100)
commit74f73476c3755664504b7d266b5e8f91050ffed9
tree0dc28ef22c994ccbaed56e16d4f57de5889bad7b
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
ALSA: usb-audio: Apply 48kHz fixed rate playback for Jabra Evolve 65 headset

Jabra Evolve 65 headset appears as if supporting lower rates than
48kHz, but it actually doesn't work but with 48kHz for playback.

This patch applies a workaround to enforce the 48kHz like LINE6
devices already did.  The workaround is put in a unified helper
function, set_fixed_rate(), to be called from both places now.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=206149
Link: https://lore.kernel.org/r/20200211111419.5895-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/format.c