/[openvortex]/alsa/pci/au88x0/au88x0_core.c
ViewVC logotype

Diff of /alsa/pci/au88x0/au88x0_core.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mjander, Mon May 5 05:52:37 2003 UTC revision 1.10 by vizard, Tue May 6 03:03:52 2003 UTC
# Line 713  void vortex_fifo_setadbctrl(vortex_t *vo Line 713  void vortex_fifo_setadbctrl(vortex_t *vo
713                          temp = (temp & 0xffffffdf) | ((empty & 1) << 5);                          temp = (temp & 0xffffffdf) | ((empty & 1) << 5);
714  #ifdef CHIP_AU8820  #ifdef CHIP_AU8820
715                          temp = (temp & 0xfffbffff) | ((f & 1) << 0x12);                          temp = (temp & 0xfffbffff) | ((f & 1) << 0x12);
716  #else  #endif
717    #ifdef CHIP_AU8830
718                          temp = (temp & 0xf7ffffff) | ((f & 1) << 0x1b);                          temp = (temp & 0xf7ffffff) | ((f & 1) << 0x1b);
719                          temp = (temp & 0xefffffff) | ((f & 1) << 0x1c);                          temp = (temp & 0xefffffff) | ((f & 1) << 0x1c);
720  #endif  #endif
721    #ifdef CHIP_AU8810
722                            temp = (temp & 0xfeffffff) | ((f & 1) << 0x18);
723                            temp = (temp & 0xfdffffff) | ((f & 1) << 0x19);
724    #endif
725                  }                  }
726      } else {      } else {
727                  if (temp & FIFO_VALID)                  if (temp & FIFO_VALID)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26