mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
11
sound/usb/clock.h
Normal file
11
sound/usb/clock.h
Normal file
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue