• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/rme9652/

Lines Matching refs:H9632

181 #define HDSP_AnalogExtensionBoard (1<<18) /* For H9632 cards */
182 #define HDSP_XLRBreakoutCable (1<<20) /* For H9632 cards */
186 #define HDSP_ADGain0 (1<<25) /* From here : H9632 specific */
269 #define HDSP_SPDIFIN_AES 3 /* xlr for H9632 (AES)*/
277 /* For H9632 cards */
297 #define HDSP_spdifFrequency3 HDSP_Lock2 /* this is for H9632 only */
315 #define HDSP_AEBO (1<<28) /* H9632 specific Analog Extension Boards */
334 /* This is for H9632 cards */
459 unsigned char qs_in_channels; /* quad speed mode for H9632 */
619 case H9632:
636 case H9632:
655 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return 0;
669 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
779 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
848 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) {
862 if (hdsp->io_type == H9632 && addr >= 512)
920 if (hdsp->io_type == H9632)
934 if (hdsp->io_type == H9632) return 128000;
937 if (hdsp->io_type == H9632) return 176400;
940 if (hdsp->io_type == H9632) return 192000;
958 if (hdsp->io_type == H9632 &&
997 if (hdsp->io_type == H9632 && hdsp->firmware_rev >= 152)
1088 else if (hdsp->io_type == H9632 && (spdif_freq == external_freq*4) && (hdsp_autosync_ref(hdsp) >= HDSP_AUTOSYNC_FROM_ADAT1))
1109 if (rate > 96000 && hdsp->io_type != H9632)
1174 if (hdsp->io_type == H9632 && hdsp->firmware_rev >= 152)
1180 if (hdsp->io_type == H9632)
1193 case H9632:
1614 uinfo->value.enumerated.items = ((hdsp->io_type == H9632) ? 4 : 3);
1615 if (uinfo->value.enumerated.item > ((hdsp->io_type == H9632) ? 3 : 2))
1616 uinfo->value.enumerated.item = ((hdsp->io_type == H9632) ? 3 : 2);
1637 val = ucontrol->value.enumerated.item[0] % ((hdsp->io_type == H9632) ? 4 : 3);
1840 uinfo->value.enumerated.items = (hdsp->io_type == H9632) ? 10 : 7;
1924 uinfo->value.enumerated.items = (hdsp->io_type == H9632) ? 10 : 7 ;
2103 if (hdsp->io_type == H9632)
2131 if (hdsp->io_type == H9632) {
2610 case H9632:
2649 case H9632:
3074 case H9632:
3262 /* DA, AD and Phone gain and XLR breakout cable controls for H9632 cards */
3263 if (hdsp->io_type == H9632) {
3271 if (hdsp->io_type == H9632 || hdsp->io_type == H9652) {
3551 /* Informations about H9632 specific controls */
3552 if (hdsp->io_type == H9632) {
3691 for (i = 0; i < ((hdsp->io_type == H9652 || hdsp->io_type == H9632) ? 1352 : HDSP_MATRIX_MIXER_SIZE); ++i) {
3696 /* H9632 specific defaults */
3697 if (hdsp->io_type == H9632) {
3767 if (hdsp->io_type != Multiface && hdsp->io_type != H9632 && midi1 && midi1status) {
4155 if (hdsp->io_type == H9632) {
4175 if (hdsp->io_type == H9632) {
4193 if (r->min > 96000 && hdsp->io_type == H9632) {
4224 if (r->min > 96000 && hdsp->io_type == H9632) {
4262 } else if (c->max <= hdsp->qs_out_channels && hdsp->io_type == H9632) {
4293 } else if (c->max <= hdsp->qs_in_channels && hdsp->io_type == H9632) {
4339 } else if (hdsp->io_type == H9632) {
4344 if (hdsp->io_type == H9632) {
4410 if (hdsp->io_type == H9632) {
4592 case H9632:
4615 if (hdsp->io_type != H9632)
4618 for (i = 0; i < ((hdsp->io_type != Multiface && hdsp->io_type != H9632) ? 3 : 1); ++i)
4632 if (hdsp->io_type == H9632) {
4639 if (hdsp->io_type == H9632 || hdsp->io_type == H9652)
4649 if (hdsp->io_type != H9632) return -EINVAL;
4660 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return -EINVAL;
4676 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return -EINVAL;
4826 case H9632:
4921 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
4926 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
5116 hdsp->io_type = H9632;