]> Git Repo - J-linux.git/blob - sound/usb/stream.h
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / sound / usb / stream.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __USBAUDIO_STREAM_H
3 #define __USBAUDIO_STREAM_H
4
5 int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
6                                   int iface_no);
7
8 int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
9                              int stream,
10                              struct audioformat *fp);
11
12 #endif /* __USBAUDIO_STREAM_H */
13
This page took 0.027377 seconds and 4 git commands to generate.