Searched defs:snd_usb_substream (Results 1 – 1 of 1) sorted by relevance
109 struct snd_usb_substream { struct110 struct snd_usb_stream *stream;111 struct usb_device *dev;112 struct snd_pcm_substream *pcm_substream;113 int direction; /* playback or capture */114 int interface; /* current interface */115 int endpoint; /* assigned endpoint */116 struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */117 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */118 unsigned int channels; /* current number of channels (for hw_params callback) */[all …]