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