Lines Matching defs:snd_oxfw
59 struct snd_oxfw { struct
65 // The combination of snd_oxfw_quirk enumeration-constants. argument
66 unsigned int quirks;
67 bool has_output;
68 bool has_input;
69 u8 *tx_stream_formats[SND_OXFW_STREAM_FORMAT_ENTRIES];
70 u8 *rx_stream_formats[SND_OXFW_STREAM_FORMAT_ENTRIES];
71 bool assumed;
72 struct cmp_connection out_conn;
73 struct cmp_connection in_conn;
74 struct amdtp_stream tx_stream;
75 struct amdtp_stream rx_stream;
76 unsigned int substreams_count;
78 unsigned int midi_input_ports;
79 unsigned int midi_output_ports;
81 int dev_lock_count;
82 bool dev_lock_changed;
83 wait_queue_head_t hwdep_wait;
85 void *spec;
87 struct amdtp_domain domain;