]> git.ipfire.org Git - thirdparty/linux.git/blame - sound/usb/proc.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / sound / usb / proc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e5779998
DM
2#ifndef __USBAUDIO_PROC_H
3#define __USBAUDIO_PROC_H
4
5void snd_usb_audio_create_proc(struct snd_usb_audio *chip);
6void snd_usb_proc_pcm_format_add(struct snd_usb_stream *stream);
7
8#endif /* __USBAUDIO_PROC_H */
9