Lines Matching defs:snd_efw_hwinfo
125 struct snd_efw_hwinfo { struct
126 u32 flags;
127 u32 guid_hi;
128 u32 guid_lo;
129 u32 type;
130 u32 version;
131 char vendor_name[HWINFO_NAME_SIZE_BYTES];
132 char model_name[HWINFO_NAME_SIZE_BYTES];
133 u32 supported_clocks;
134 u32 amdtp_rx_pcm_channels;
135 u32 amdtp_tx_pcm_channels;
136 u32 phys_out;
137 u32 phys_in;
138 u32 phys_out_grp_count;
139 struct snd_efw_phys_grp phys_out_grps[HWINFO_MAX_CAPS_GROUPS];
140 u32 phys_in_grp_count;
141 struct snd_efw_phys_grp phys_in_grps[HWINFO_MAX_CAPS_GROUPS];
142 u32 midi_out_ports;
143 u32 midi_in_ports;
144 u32 max_sample_rate;
145 u32 min_sample_rate;
146 u32 dsp_version;
147 u32 arm_version;
148 u32 mixer_playback_channels;
149 u32 mixer_capture_channels;
150 u32 fpga_version;
151 u32 amdtp_rx_pcm_channels_2x;
152 u32 amdtp_tx_pcm_channels_2x;
153 u32 amdtp_rx_pcm_channels_4x;
154 u32 amdtp_tx_pcm_channels_4x;
155 u32 reserved[16];