You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
325 B
13 lines
325 B
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __USBAUDIO_STREAM_H
|
|
#define __USBAUDIO_STREAM_H
|
|
|
|
int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
|
|
int iface_no);
|
|
|
|
int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
|
|
int stream,
|
|
struct audioformat *fp);
|
|
|
|
#endif /* __USBAUDIO_STREAM_H */
|
|
|
|
|