Home
last modified time | relevance | path

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

/Linux-v5.4/sound/usb/
Dcard.h114 struct snd_usb_substream { struct
115 struct snd_usb_stream *stream;
116 struct usb_device *dev;
117 struct snd_pcm_substream *pcm_substream;
118 int direction; /* playback or capture */
119 int interface; /* current interface */
120 int endpoint; /* assigned endpoint */
121 struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */
122 struct snd_usb_power_domain *str_pd; /* UAC3 Power Domain for streaming path */
123 snd_pcm_format_t pcm_format; /* current audio format (for hw_params callback) */
[all …]