Searched defs:snd_usb_substream (Results 1 – 1 of 1) sorted by relevance
119 struct snd_usb_substream { struct120 struct snd_usb_stream *stream;121 struct usb_device *dev;122 struct snd_pcm_substream *pcm_substream;123 int direction; /* playback or capture */124 int interface; /* current interface */125 int endpoint; /* assigned endpoint */126 struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */127 struct snd_usb_power_domain *str_pd; /* UAC3 Power Domain for streaming path */128 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */[all …]