Searched defs:fwspk (Results 1 – 1 of 1) sorted by relevance
48 struct fwspk { struct49 struct snd_card *card;50 struct fw_unit *unit;51 const struct device_info *device_info;52 struct snd_pcm_substream *pcm;53 struct mutex mutex;54 struct cmp_connection connection;55 struct amdtp_out_stream stream;56 bool stream_running;57 bool mute;[all …]