~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to sound/pci/au88x0/au88x0.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
#define MIX_PLAYB(x) (vortex->mixplayb[x])
105
105
#define MIX_SPDIF(x) (vortex->mixspdif[x])
106
106
 
107
 
#define NR_WTPB 0x20            /* WT channels per eahc bank. */
 
107
#define NR_WTPB 0x20            /* WT channels per each bank. */
108
108
 
109
109
/* Structs */
110
110
typedef struct {
211
211
//static void vortex_adbdma_stopfifo(vortex_t *vortex, int adbdma);
212
212
static void vortex_adbdma_pausefifo(vortex_t * vortex, int adbdma);
213
213
static void vortex_adbdma_resumefifo(vortex_t * vortex, int adbdma);
214
 
static int inline vortex_adbdma_getlinearpos(vortex_t * vortex, int adbdma);
 
214
static inline int vortex_adbdma_getlinearpos(vortex_t * vortex, int adbdma);
215
215
static void vortex_adbdma_resetup(vortex_t *vortex, int adbdma);
216
216
 
217
217
#ifndef CHIP_AU8810
219
219
static void vortex_wtdma_stopfifo(vortex_t * vortex, int wtdma);
220
220
static void vortex_wtdma_pausefifo(vortex_t * vortex, int wtdma);
221
221
static void vortex_wtdma_resumefifo(vortex_t * vortex, int wtdma);
222
 
static int inline vortex_wtdma_getlinearpos(vortex_t * vortex, int wtdma);
 
222
static inline int vortex_wtdma_getlinearpos(vortex_t * vortex, int wtdma);
223
223
#endif
224
224
 
225
225
/* global stuff. */