]> git.baikalelectronics.ru Git - kernel.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)
commit1de42271ae032b61d026d648f15d3e37b734548a
tree0dc28ef22c994ccbaed56e16d4f57de5889bad7b
parent900abd43b6d837ba70928a9ee9599ba3be1d2fb6
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