Home
last modified time | relevance | path

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

/freebsd/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()
1369 sc->rt_mono.routing_left[i] = i; in emu_pcm_attach()
1370 sc->rt_mono.amounts_left[i] = 0x00; in emu_pcm_attach()
1371 sc->rt_mono.routing_right[i] = i; in emu_pcm_attach()
1372 sc->rt_mono.amounts_right[i] = 0x00; in emu_pcm_attach()
1385 sc->rt_mono.amounts_left[0] = 0xff; in emu_pcm_attach()
1386 sc->rt_mono.amounts_left[1] = 0xff; in emu_pcm_attach()
1402 sc->rt_mono.amounts_left[2] = 0xff; in emu_pcm_attach()
1403 sc->rt_mono.amounts_left[3] = 0xff; in emu_pcm_attach()
[all …]