]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ALSA: usb-audio: Configure Pioneer DJM-850 samplerate
authorNicolas MURE <nicolas.mure2019@gmail.com>
Mon, 1 Mar 2021 15:27:28 +0000 (16:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Mar 2021 09:19:09 +0000 (10:19 +0100)
commit1a2a94a4392d5d1e5e25cc127573452f4c7fa9b8
tree35eca9f672602399b7656ae38713ac9f5694f7e6
parent7687850b95b4883b7a4778be45576d8288603ee6
ALSA: usb-audio: Configure Pioneer DJM-850 samplerate

Send an `URB_CONTROL out` USB frame to the device to configure its
samplerate. This should be done before using the device for audio
streaming (capture or playback).

See https://github.com/nm2107/Pioneer-DJM-850-driver-reverse-engineering/blob/172fb9a61055960c88c67b7c416fe5bf3609807b/doc/windows-dvs/framerate-setting/README.md

Signed-off-by: Nicolas MURE <nicolas.mure2019@gmail.com>
Link: https://lore.kernel.org/r/20210301152729.18094-4-nicolas.mure2019@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c