summaryrefslogtreecommitdiff
path: root/sound/usb/stream.h
blob: c97f679fc84f7ce4e7e33c6576f73bd0fa3c4ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __USBAUDIO_STREAM_H
#define __USBAUDIO_STREAM_H

int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
				  int iface_no);

int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
			     int stream,
			     struct audioformat *fp);

#endif /* __USBAUDIO_STREAM_H */

'oid'>973324fff154beb51711136d5d242df7f328f708 (patch) treebdce64652075a50c7f5cd071a52c61ac5e6d985c /tools/pcmcia parentff32eeb86aa18a3d11e32b279faaae4b2e4fef38 (diff)
ath10k: implement offset_tsf ieee80211_op
Current set_tsf is implemented in terms of TSF_INCREMENT only. Instead support new WMI command TSF_DECREMENT and export these through offset_tsf. Advantage is we get more accurate TSF adjustments, and don't calculate wrong offset in case absolute TSF was calculated from rx_mactime (actual TSF). The new WMI command is available in firmware 10.4-3.2.1-00033 for QCA4019 chips. Old drivers on new firmware or vice versa shouldn't be a problem since get/set tsf logic was already broken. Signed-off-by: Thomas Pedersen <twp@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'tools/pcmcia')