Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/ymfpci/
Dymfpci.h252 struct snd_ymfpci_pcm { struct
254 enum snd_ymfpci_pcm_type type; argument
255 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 …]
Dymfpci_main.c1127 int snd_ymfpci_pcm(struct snd_ymfpci *chip, int device) in snd_ymfpci_pcm() function