Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
[linux-2.6-block.git] / sound / usb / stream.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e8e8babf
DM
2#ifndef __USBAUDIO_STREAM_H
3#define __USBAUDIO_STREAM_H
4
5int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
6 int iface_no);
7
8int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
9 int stream,
10 struct audioformat *fp);
11
12#endif /* __USBAUDIO_STREAM_H */
13