D | wss.h | 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); [all …]
|