Searched defs:snd_dg00x (Results 1 – 1 of 1) sorted by relevance
34 struct snd_dg00x { struct35 struct snd_card *card;36 struct fw_unit *unit;38 struct mutex mutex;39 spinlock_t lock;41 bool registered;42 struct delayed_work dwork;44 struct amdtp_stream tx_stream;45 struct fw_iso_resources tx_resources;47 struct amdtp_stream rx_stream;[all …]