D | wss.h | 79 struct snd_wss { struct 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 136 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char val); 137 unsigned char snd_wss_in(struct snd_wss *chip, unsigned char reg); [all …]
|