3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 02:05:54 +00:00
Brooklyn/sound/usb/clock.h

13 lines
389 B
C
Raw Normal View History

2021-05-27 00:09:36 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __USBAUDIO_CLOCK_H
#define __USBAUDIO_CLOCK_H
2021-09-23 21:59:15 +05:00
int snd_usb_init_sample_rate(struct snd_usb_audio *chip, int iface,
struct usb_host_interface *alts,
struct audioformat *fmt, int rate);
2021-05-27 00:09:36 +05:00
int snd_usb_clock_find_source(struct snd_usb_audio *chip,
2021-09-23 21:59:15 +05:00
struct audioformat *fmt, bool validate);
2021-05-27 00:09:36 +05:00
#endif /* __USBAUDIO_CLOCK_H */