Lines Matching refs:snd_wss
64 struct snd_wss { struct
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
121 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char val);
122 unsigned char snd_wss_in(struct snd_wss *chip, unsigned char reg);
123 void snd_cs4236_ext_out(struct snd_wss *chip,
125 unsigned char snd_cs4236_ext_in(struct snd_wss *chip, unsigned char reg);
126 void snd_wss_mce_up(struct snd_wss *chip);
127 void snd_wss_mce_down(struct snd_wss *chip);
129 void snd_wss_overrange(struct snd_wss *chip);
133 const char *snd_wss_chip_id(struct snd_wss *chip);
141 struct snd_wss **rchip);
142 int snd_wss_pcm(struct snd_wss *chip, int device);
143 int snd_wss_timer(struct snd_wss *chip, int device);
144 int snd_wss_mixer(struct snd_wss *chip);
154 struct snd_wss **rchip);
155 int snd_cs4236_pcm(struct snd_wss *chip, int device);
156 int snd_cs4236_mixer(struct snd_wss *chip);