/[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.32 by vizard, Mon Jul 28 23:42:40 2003 UTC revision 1.33 by vizard, Tue Jul 29 00:12:39 2003 UTC
# Line 92  void vortex_mix_setvolumebyte(vortex_t * Line 92  void vortex_mix_setvolumebyte(vortex_t *
92      int temp;      int temp;
93      hwwrite(vortex->mmio, VORTEX_MIX_VOL_A + (mix << 2), vol);      hwwrite(vortex->mmio, VORTEX_MIX_VOL_A + (mix << 2), vol);
94      if (1) {                    /*if (this_10) */      if (1) {                    /*if (this_10) */
95          temp = hwread(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2));                  temp = hwread(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2));
96          if ((temp != 0x80) || (vol == 0x80))                  if ((temp != 0x80) || (vol == 0x80))
97              return;                  return;
98      }      }
99      hwwrite(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2), vol);      hwwrite(vortex->mmio, VORTEX_MIX_VOL_B + (mix << 2), vol);
100  }  }
# Line 460  void vortex_src_setupchannel(vortex_t *c Line 460  void vortex_src_setupchannel(vortex_t *c
460          // g = cvr          // g = cvr
461          // dirplay: 0 = recording, 1 = playback          // dirplay: 0 = recording, 1 = playback
462          // d = src hw index.          // d = src hw index.
463                    
464      int esi, ebp=0, esp10;      int esi, ebp=0, esp10;
465    
466      vortex_src_flushbuffers(card, src);      vortex_src_flushbuffers(card, src);
# Line 2059  int vortex_core_shutdown(vortex_t *vorte Line 2059  int vortex_core_shutdown(vortex_t *vorte
2059  #ifndef CHIP_AU8820      #ifndef CHIP_AU8820    
2060          vortex_eq_free(vortex);          vortex_eq_free(vortex);
2061  #endif  #endif
         printk(KERN_INFO "eq down...");  
2062      vortex_disable_timer_int(vortex);      vortex_disable_timer_int(vortex);
2063          vortex_disable_int(vortex);          vortex_disable_int(vortex);
2064      vortex_connect_default(vortex, 0);      vortex_connect_default(vortex, 0);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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