Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c1366 sc->rt.amounts_left[i] = 0x00; in emu_pcm_attach()
1373 sc->rt_mono.amounts_left[i] = 0x00; in emu_pcm_attach()
1386 sc->rt.amounts_left[0] = 0xff; in emu_pcm_attach()
1388 sc->rt_mono.amounts_left[0] = 0xff; in emu_pcm_attach()
1389 sc->rt_mono.amounts_left[1] = 0xff; in emu_pcm_attach()
1403 sc->rt.amounts_left[2] = 0xff; in emu_pcm_attach()
1405 sc->rt_mono.amounts_left[2] = 0xff; in emu_pcm_attach()
1406 sc->rt_mono.amounts_left[3] = 0xff; in emu_pcm_attach()
1413 sc->rt.amounts_left[4] = 0xff; in emu_pcm_attach()
1414 sc->rt_mono.amounts_left[4] = 0xff; in emu_pcm_attach()
[all …]
H A Demu10kx.h168 int amounts_left[8]; member
H A Demu10kx.c1356 v->amounts[i] = rt->amounts_left[i]; in emu_vroute()