![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __USBAUDIO_CLOCK_H 0003 #define __USBAUDIO_CLOCK_H 0004 0005 int snd_usb_init_sample_rate(struct snd_usb_audio *chip, 0006 const struct audioformat *fmt, int rate); 0007 0008 int snd_usb_clock_find_source(struct snd_usb_audio *chip, 0009 const struct audioformat *fmt, bool validate); 0010 0011 int snd_usb_set_sample_rate_v2v3(struct snd_usb_audio *chip, 0012 const struct audioformat *fmt, 0013 int clock, int rate); 0014 0015 #endif /* __USBAUDIO_CLOCK_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |