Lines Matching defs:snd_wss
79 struct snd_wss { struct
80 unsigned long port; /* base i/o port */
81 struct resource *res_port;
82 unsigned long cport; /* control base i/o port (CS4236) */
83 struct resource *res_cport;
84 int irq; /* IRQ line */
85 int dma1; /* playback DMA */
86 int dma2; /* record DMA */
87 unsigned short version; /* version of CODEC chip */
88 unsigned short mode; /* see to WSS_MODE_XXXX */
89 unsigned short hardware; /* see to WSS_HW_XXXX */
90 unsigned short hwshare; /* shared resources */
91 unsigned short single_dma:1, /* forced single DMA mode (GUS 16-bit */
116 void (*set_playback_format) (struct snd_wss *chip, argument
119 void (*set_capture_format) (struct snd_wss *chip, argument
122 void (*trigger) (struct snd_wss *chip, unsigned int what, int start); argument
124 void (*suspend) (struct snd_wss *chip); argument
125 void (*resume) (struct snd_wss *chip); argument
128 int (*claim_dma) (struct snd_wss *chip, argument
130 int (*release_dma) (struct snd_wss *chip, argument