Home
last modified time | relevance | path

Searched refs:snd_wss (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/sound/
Dwss.h79 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 …]