summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorCalvin Owens <jcalvinowens@gmail.com>2013-04-12 22:33:59 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-14 06:44:22 -0700
commitcd25cf8987bc5a34b70056c2c3e2a54accd34bb7 (patch)
tree6822144c41044409f15adc97e3ef8a4261fc7de5 /firmware
parent8cb6708d75c2999d99d245dc6a42375ae602f8ce (diff)
ALSA: usb: Add quirk for 192KHz recording on E-Mu devices
commit 1539d4f82ad534431cc67935e8e442ccf107d17d upstream. When recording at 176.2KHz or 192Khz, the device adds a 32-bit length header to the capture packets, which obviously needs to be ignored for recording to work properly. Userspace expected: L0 L1 L2 R0 R1 R2 ...but actually got: R2 L0 L1 L2 R0 R1 Also, the last byte of the length header being interpreted as L0 of the first sample caused spikes every 0.5ms, resulting in a loud 16KHz tone (about the highest 'B' on a piano) being present throughout captures. Tested at all sample rates on an E-Mu 0404USB, and tested for regressions on a generic USB headset. Signed-off-by: Calvin Owens <jcalvinowens@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> [bwh: Backported to 3.2: adjust filenames, context] Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Cc: Weng Meiling <wengmeiling.weng@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions