Searched defs:snd_usb_substream (Results 1 – 1 of 1) sorted by relevance
111 struct snd_usb_substream { struct112 struct snd_usb_stream *stream;113 struct usb_device *dev;114 struct snd_pcm_substream *pcm_substream;115 int direction; /* playback or capture */116 int interface; /* current interface */117 int endpoint; /* assigned endpoint */118 struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */119 struct snd_usb_power_domain *str_pd; /* UAC3 Power Domain for streaming path */120 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */[all …]