Searched defs:snd_ymfpci_pcm (Results 1 – 2 of 2) sorted by relevance
252 struct snd_ymfpci_pcm { struct254 enum snd_ymfpci_pcm_type type; argument255 struct snd_pcm_substream *substream;256 struct snd_ymfpci_voice *voices[2]; /* playback only */257 unsigned int running: 1,258 use_441_slot: 1,259 output_front: 1,260 output_rear: 1,261 swap_rear: 1;262 unsigned int update_pcm_vol;[all …]
1127 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device) in snd_ymfpci_pcm() function