Lines Matching defs:snd_wss
64 struct snd_wss { struct
65 unsigned long port; /* base i/o port */
66 struct resource *res_port;
67 unsigned long cport; /* control base i/o port (CS4236) */
68 struct resource *res_cport;
69 int irq; /* IRQ line */
70 int dma1; /* playback DMA */
71 int dma2; /* record DMA */
72 unsigned short version; /* version of CODEC chip */
73 unsigned short mode; /* see to WSS_MODE_XXXX */
74 unsigned short hardware; /* see to WSS_HW_XXXX */
75 unsigned short hwshare; /* shared resources */
76 unsigned short single_dma:1, /* forced single DMA mode (GUS 16-bit */
101 void (*set_playback_format) (struct snd_wss *chip, argument
104 void (*set_capture_format) (struct snd_wss *chip, argument
107 void (*trigger) (struct snd_wss *chip, unsigned int what, int start); argument
109 void (*suspend) (struct snd_wss *chip); argument
110 void (*resume) (struct snd_wss *chip); argument
113 int (*claim_dma) (struct snd_wss *chip, argument
115 int (*release_dma) (struct snd_wss *chip, argument