Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/usb/
Dcard.h119 struct snd_usb_substream { struct
120 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 …]
/kernel/linux/linux-6.6/sound/usb/
Dcard.h152 struct snd_usb_substream { struct
153 struct snd_usb_stream *stream;
154 struct usb_device *dev;
155 struct snd_pcm_substream *pcm_substream;
156 int direction; /* playback or capture */
157 int endpoint; /* assigned endpoint */
158 const struct audioformat *cur_audiofmt; /* current audioformat pointer (for hw_params callback) */
159 struct snd_usb_power_domain *str_pd; /* UAC3 Power Domain for streaming path */
160 unsigned int channels_max; /* max channels in the all audiofmts */
161 unsigned int txfr_quirk:1; /* allow sub-frame alignment */
[all …]