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
14
sound/usb/pcm.h
Normal file
14
sound/usb/pcm.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef __USBAUDIO_PCM_H
|
||||
#define __USBAUDIO_PCM_H
|
||||
|
||||
snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs,
|
||||
unsigned int rate);
|
||||
|
||||
void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream);
|
||||
|
||||
int snd_usb_init_pitch(struct snd_usb_audio *chip, int iface,
|
||||
struct usb_host_interface *alts,
|
||||
struct audioformat *fmt);
|
||||
|
||||
|
||||
#endif /* __USBAUDIO_PCM_H */
|
Loading…
Add table
Add a link
Reference in a new issue