Lines Matching refs:H9632

169 #define HDSP_AnalogExtensionBoard (1<<18) /* For H9632 cards */
170 #define HDSP_XLRBreakoutCable (1<<20) /* For H9632 cards */
174 #define HDSP_ADGain0 (1<<25) /* From here : H9632 specific */
276 #define HDSP_SPDIFIN_AES 3 /* xlr for H9632 (AES)*/
284 /* For H9632 cards */
304 #define HDSP_spdifFrequency3 HDSP_Lock2 /* this is for H9632 only */
322 #define HDSP_AEBO (1<<28) /* H9632 specific Analog Extension Boards */
341 /* This is for H9632 cards */
463 unsigned char qs_in_channels; /* quad speed mode for H9632 */
611 case H9632:
629 case H9632:
650 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return 0;
673 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
821 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
887 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) {
901 if (hdsp->io_type == H9632 && addr >= 512)
959 if (hdsp->io_type == H9632)
973 if (hdsp->io_type == H9632) return 128000;
976 if (hdsp->io_type == H9632) return 176400;
979 if (hdsp->io_type == H9632) return 192000;
999 if (hdsp->io_type == H9632 &&
1038 if (hdsp->io_type == H9632 && hdsp->firmware_rev >= 152)
1131 else if (hdsp->io_type == H9632 && (spdif_freq == external_freq*4) && (hdsp_autosync_ref(hdsp) >= HDSP_AUTOSYNC_FROM_ADAT1))
1154 if (rate > 96000 && hdsp->io_type != H9632)
1220 if (hdsp->io_type == H9632 && hdsp->firmware_rev >= 152)
1226 if (hdsp->io_type == H9632)
1240 case H9632:
1659 return snd_ctl_enum_info(uinfo, 1, (hdsp->io_type == H9632) ? 4 : 3,
1679 val = ucontrol->value.enumerated.item[0] % ((hdsp->io_type == H9632) ? 4 : 3);
1763 return snd_ctl_enum_info(uinfo, 1, (hdsp->io_type == H9632) ? 10 : 7,
1846 return snd_ctl_enum_info(uinfo, 1, (hdsp->io_type == H9632) ? 10 : 7,
2019 return snd_ctl_enum_info(uinfo, 1, (hdsp->io_type == H9632) ? 10 : 7,
2041 if (hdsp->io_type == H9632) {
2394 case H9632:
2429 case H9632:
2794 case H9632:
3350 /* DA, AD and Phone gain and XLR breakout cable controls for H9632 cards */
3351 if (hdsp->io_type == H9632) {
3360 /* Output loopback controls for H9632 cards */
3361 if (hdsp->io_type == H9632) {
3372 if (hdsp->io_type == H9632 || hdsp->io_type == H9652) {
3707 /* Informations about H9632 specific controls */
3708 if (hdsp->io_type == H9632) {
3844 for (i = 0; i < ((hdsp->io_type == H9652 || hdsp->io_type == H9632) ? 1352 : HDSP_MATRIX_MIXER_SIZE); ++i) {
3849 /* H9632 specific defaults */
3850 if (hdsp->io_type == H9632) {
3920 if (hdsp->io_type != Multiface && hdsp->io_type != RPM && hdsp->io_type != H9632 && midi1 && midi1status) {
4315 if (hdsp->io_type == H9632) {
4335 if (hdsp->io_type == H9632) {
4353 if (r->min > 96000 && hdsp->io_type == H9632) {
4384 if (r->min > 96000 && hdsp->io_type == H9632) {
4422 } else if (c->max <= hdsp->qs_out_channels && hdsp->io_type == H9632) {
4453 } else if (c->max <= hdsp->qs_in_channels && hdsp->io_type == H9632) {
4498 } else if (hdsp->io_type == H9632) {
4503 if (hdsp->io_type == H9632) {
4572 if (hdsp->io_type == H9632) {
4755 case H9632:
4778 if (hdsp->io_type != H9632)
4781 for (i = 0; i < ((hdsp->io_type != Multiface && hdsp->io_type != RPM && hdsp->io_type != H9632) ? 3 : 1); ++i)
4800 if (hdsp->io_type == H9632) {
4812 if (hdsp->io_type == H9632 || hdsp->io_type == H9652)
4824 if (hdsp->io_type != H9632) return -EINVAL;
4835 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return -EINVAL;
4853 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return -EINVAL;
5021 case H9632:
5141 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
5147 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
5358 hdsp->io_type = H9632;