Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci.h223 YMFPCI_PCM, enumerator
H A Dymfpci_main.c217 case YMFPCI_PCM: in voice_alloc()
247 if (snd_BUG_ON(pair && type != YMFPCI_PCM)) in snd_ymfpci_voice_alloc()
253 if (result == 0 || type != YMFPCI_PCM) in snd_ymfpci_voice_alloc()
467 err = snd_ymfpci_voice_alloc(ypcm->chip, YMFPCI_PCM, voices > 1, &ypcm->voices[0]); in snd_ymfpci_pcm_voice_alloc()