Home
last modified time | relevance | path

Searched defs:snd_ymfpci_pcm (Results 1 – 2 of 2) sorted by relevance

/sound/pci/ymfpci/
Dymfpci.h267 struct snd_ymfpci_pcm { struct
269 enum snd_ymfpci_pcm_type type; argument
270 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 …]
Dymfpci_main.c1146 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device, struct snd_pcm **rpcm) in snd_ymfpci_pcm() function