Home
last modified time | relevance | path

Searched defs:snd_usb_substream (Results 1 – 1 of 1) sorted by relevance

/sound/usb/
Dcard.h108 struct snd_usb_substream { struct
109 struct snd_usb_stream *stream;
110 struct usb_device *dev;
111 struct snd_pcm_substream *pcm_substream;
112 int direction; /* playback or capture */
113 int interface; /* current interface */
114 int endpoint; /* assigned endpoint */
115 struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */
116 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */
117 unsigned int channels; /* current number of channels (for hw_params callback) */
[all …]