From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- sound/usb/clock.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sound/usb/clock.h (limited to 'sound/usb/clock.h') diff --git a/sound/usb/clock.h b/sound/usb/clock.h new file mode 100644 index 00000000..d592e4a2 --- /dev/null +++ b/sound/usb/clock.h @@ -0,0 +1,11 @@ +#ifndef __USBAUDIO_CLOCK_H +#define __USBAUDIO_CLOCK_H + +int snd_usb_init_sample_rate(struct snd_usb_audio *chip, int iface, + struct usb_host_interface *alts, + struct audioformat *fmt, int rate); + +int snd_usb_clock_find_source(struct snd_usb_audio *chip, int entity_id, + bool validate); + +#endif /* __USBAUDIO_CLOCK_H */ -- cgit v1.3.1