Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Demu10kx.h171 int amounts_right[8]; member
H A Demu10kx-pcm.c1370 sc->rt.amounts_right[i] = 0x00; in emu_pcm_attach()
1377 sc->rt_mono.amounts_right[i] = 0x00; in emu_pcm_attach()
1389 sc->rt.amounts_right[1] = 0xff; in emu_pcm_attach()
1406 sc->rt.amounts_right[3] = 0xff; in emu_pcm_attach()
1432 sc->rt.amounts_right[7] = 0xff; in emu_pcm_attach()
H A Demu10kx.c1371 v->amounts[i] = rt->amounts_right[i]; in emu_vroute()