Searched defs:snd_ymfpci_pcm (Results 1 – 2 of 2) sorted by relevance
267 struct snd_ymfpci_pcm { struct269 enum snd_ymfpci_pcm_type type; argument270 struct snd_pcm_substream *substream;271 struct snd_ymfpci_voice *voices[2]; /* playback only */272 unsigned int running: 1,273 use_441_slot: 1,274 output_front: 1,275 output_rear: 1,276 swap_rear: 1;277 unsigned int update_pcm_vol;[all …]
1146 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm) in snd_ymfpci_pcm() function