License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / sound / usb / stream.h
blobd92e18d5818feebbf1ce8f6b6b4290fecd5d46d0
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __USBAUDIO_STREAM_H
3 #define __USBAUDIO_STREAM_H
5 int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
6 int iface_no);
8 int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
9 int stream,
10 struct audioformat *fp);
12 #endif /* __USBAUDIO_STREAM_H */