mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
cddcd5472a
A user reports functional regression for Mackie Onyx 1640i that the device
generates slow sound with ALSA oxfw driver which supports media clock
recovery. Although the device is based on OXFW971 ASIC, it does not
transfer isochronous packet with own event frequency as expected. The
device seems to adjust event frequency according to events in received
isochronous packets in the beginning of packet streaming. This is
unknown quirk.
This commit fixes the regression to turn the recovery off in driver
side. As a result, nominal frequency is used in duplex packet streaming
between device and driver. For stability of sampling rate in events of
transferred isochronous packet, 4,000 isochronous packets are skipped
in the beginning of packet streaming.
Reference: https://github.com/takaswie/snd-firewire-improve/issues/38
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
oxfw-command.c | ||
oxfw-hwdep.c | ||
oxfw-midi.c | ||
oxfw-pcm.c | ||
oxfw-proc.c | ||
oxfw-scs1x.c | ||
oxfw-spkr.c | ||
oxfw-stream.c | ||
oxfw.c | ||
oxfw.h |