Home
last modified time | relevance | path

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

/src/sys/dev/sound/pci/
H A Demu10kx-pcm.c101 struct emu_route rt_mono; member
796 emu_vroute(sc->card, &(sc->rt_mono), ch->master); in emupchan_trigger()
1372 sc->rt_mono.routing_left[i] = i; in emu_pcm_attach()
1373 sc->rt_mono.amounts_left[i] = 0x00; in emu_pcm_attach()
1374 sc->rt_mono.routing_right[i] = i; in emu_pcm_attach()
1375 sc->rt_mono.amounts_right[i] = 0x00; 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()
1405 sc->rt_mono.amounts_left[2] = 0xff; in emu_pcm_attach()
1406 sc->rt_mono.amounts_left[3] = 0xff; in emu_pcm_attach()
[all …]