Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __USBAUDIO_STREAM_H
0003 #define __USBAUDIO_STREAM_H
0004 
0005 int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
0006                   int iface_no);
0007 
0008 int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
0009                  int stream,
0010                  struct audioformat *fp);
0011 
0012 #endif /* __USBAUDIO_STREAM_H */
0013