xref: /kernel/linux/linux-5.10/sound/usb/clock.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/sound/usb/
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

Indexes created Thu Nov 07 10:32:03 CST 2024