18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __USBAUDIO_CLOCK_H 38c2ecf20Sopenharmony_ci#define __USBAUDIO_CLOCK_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciint snd_usb_init_sample_rate(struct snd_usb_audio *chip, int iface, 68c2ecf20Sopenharmony_ci struct usb_host_interface *alts, 78c2ecf20Sopenharmony_ci struct audioformat *fmt, int rate); 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciint snd_usb_clock_find_source(struct snd_usb_audio *chip, 108c2ecf20Sopenharmony_ci struct audioformat *fmt, bool validate); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* __USBAUDIO_CLOCK_H */ 13