/[openvortex]/alsa/pci/au88x0/au88x0.h
ViewVC logotype

Diff of /alsa/pci/au88x0/au88x0.h

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

revision 1.4 by vizard, Wed Apr 30 01:11:59 2003 UTC revision 1.5 by mjander, Mon May 5 05:52:37 2003 UTC
# Line 21  Line 21 
21  #include <sound/hwdep.h>  #include <sound/hwdep.h>
22  #include <sound/ac97_codec.h>  #include <sound/ac97_codec.h>
23  #include <asm/io.h>  #include <asm/io.h>
24    #include <linux/init.h>
25  /*  /*
26  #ifndef PCI_VENDOR_ID_AUREAL  #ifndef PCI_VENDOR_ID_AUREAL
27  #define PCI_VENDOR_ID_AUREAL 0x12eb  #define PCI_VENDOR_ID_AUREAL 0x12eb
# Line 52  Line 53 
53  #define SRC_RATIO(x)            ((((x<<15)/48000) + 1)/2)  #define SRC_RATIO(x)            ((((x<<15)/48000) + 1)/2)
54  #define SRC_RATIO2(x)           ((((48000<<15)/x) + 1)/2)  #define SRC_RATIO2(x)           ((((48000<<15)/x) + 1)/2)
55    
56    
57    /* FIFO software state constants. */
58    #define FIFO_STOP 0
59    #define FIFO_START 1
60    #define FIFO_PAUSE 2
61    
62    
63  /* Structs */  /* Structs */
64    
65  typedef struct {  typedef struct {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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