Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Des1968.c1502 static int snd_es1968_alloc_apu_pair(struct es1968 *chip, int type) in snd_es1968_alloc_apu_pair() function
1537 apu1 = snd_es1968_alloc_apu_pair(chip, ESM_APU_PCM_PLAY); in snd_es1968_playback_open()
1574 apu1 = snd_es1968_alloc_apu_pair(chip, ESM_APU_PCM_CAPTURE); in snd_es1968_capture_open()
1577 apu2 = snd_es1968_alloc_apu_pair(chip, ESM_APU_PCM_RATECONV); in snd_es1968_capture_open()
1699 apu = snd_es1968_alloc_apu_pair(chip, ESM_APU_PCM_PLAY); in es1968_measure_clock()