Lines Matching defs:snd_dg00x
33 struct snd_dg00x { struct
34 struct snd_card *card;
35 struct fw_unit *unit;
37 struct mutex mutex;
38 spinlock_t lock;
40 bool registered;
41 struct delayed_work dwork;
43 struct amdtp_stream tx_stream;
44 struct fw_iso_resources tx_resources;
46 struct amdtp_stream rx_stream;
47 struct fw_iso_resources rx_resources;
49 unsigned int substreams_counter;
52 int dev_lock_count;
53 bool dev_lock_changed;
54 wait_queue_head_t hwdep_wait;
57 struct fw_address_handler async_handler;
58 u32 msg;
61 bool is_console;
63 struct amdtp_domain domain;