Lines Matching defs:snd_oxfw
37 struct snd_oxfw { struct
38 struct snd_card *card;
39 struct fw_unit *unit;
40 struct mutex mutex;
41 spinlock_t lock;
43 bool registered;
44 struct delayed_work dwork;
46 bool wrong_dbs;
47 bool has_output;
48 bool has_input;
49 u8 *tx_stream_formats[SND_OXFW_STREAM_FORMAT_ENTRIES];
50 u8 *rx_stream_formats[SND_OXFW_STREAM_FORMAT_ENTRIES];
51 bool assumed;
52 struct cmp_connection out_conn;
53 struct cmp_connection in_conn;
54 struct amdtp_stream tx_stream;
55 struct amdtp_stream rx_stream;
56 unsigned int substreams_count;
58 unsigned int midi_input_ports;
59 unsigned int midi_output_ports;
61 int dev_lock_count;
62 bool dev_lock_changed;
63 wait_queue_head_t hwdep_wait;
65 const struct ieee1394_device_id *entry;
66 void *spec;
68 struct amdtp_domain domain;