• 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:io_type

453 	enum HDSP_IO_Type     io_type;               /* ditto, but for code use */
611 switch (hdsp->io_type) {
628 switch (hdsp->io_type) {
655 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return 0;
669 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
755 hdsp->io_type = Multiface;
760 hdsp->io_type = Digiface;
765 hdsp->io_type = Multiface;
767 hdsp->io_type = Digiface;
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)
865 if (hdsp->io_type == H9652 && addr >= 1352)
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)
1185 switch (hdsp->io_type) {
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) {
2602 switch (hdsp->io_type) {
2641 switch (hdsp->io_type) {
3067 switch (hdsp->io_type) {
3254 if (hdsp->io_type == Digiface || hdsp->io_type == H9652) {
3263 if (hdsp->io_type == H9632) {
3271 if (hdsp->io_type == H9632 || hdsp->io_type == H9652) {
3512 switch (hdsp->io_type) {
3552 if (hdsp->io_type == H9632) {
3678 if (hdsp->io_type == H9652)
3691 for (i = 0; i < ((hdsp->io_type == H9652 || hdsp->io_type == H9632) ? 1352 : HDSP_MATRIX_MIXER_SIZE); ++i) {
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) {
4589 switch (hdsp->io_type) {
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;
4661 if (hdsp->io_type == Undefined) {
4665 hdsp_version.io_type = hdsp->io_type;
4676 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return -EINVAL;
4678 if (hdsp->io_type == Undefined) return -EINVAL;
4813 switch (hdsp->io_type) {
4873 if (hdsp->io_type == Digiface || hdsp->io_type == H9652) {
4921 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
4923 if (hdsp->io_type == Undefined) {
4926 if (hdsp->io_type == H9652 || hdsp->io_type == H9632)
4931 switch (hdsp->io_type) {
4945 snd_printk(KERN_ERR "Hammerfall-DSP: invalid io_type %d\n", hdsp->io_type);
5011 hdsp->io_type = Undefined;
5103 hdsp->io_type = Multiface;
5105 hdsp->io_type = Digiface;
5113 hdsp->io_type = H9652;
5116 hdsp->io_type = H9632;