Searched defs:snd_usb_substream (Results 1 – 1 of 1) sorted by relevance
126 struct snd_usb_substream { struct127 struct snd_usb_stream *stream;128 struct usb_device *dev;129 struct snd_pcm_substream *pcm_substream;130 int direction; /* playback or capture */131 int interface; /* current interface */132 int endpoint; /* assigned endpoint */133 struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */134 struct snd_usb_power_domain *str_pd; /* UAC3 Power Domain for streaming path */135 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */[all …]