Home
last modified time | relevance | path

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

/sound/usb/
Dcard.h156 struct snd_usb_substream { struct
157 struct snd_usb_stream *stream;
158 struct usb_device *dev;
159 struct snd_pcm_substream *pcm_substream;
160 int direction; /* playback or capture */
161 int endpoint; /* assigned endpoint */
162 const struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */
163 struct snd_usb_power_domain *str_pd; /* UAC3 Power Domain for streaming path */
164 unsigned int channels_max; /* max channels in the all audiofmts */
165 unsigned int txfr_quirk:1; /* allow sub-frame alignment */
[all …]