Searched refs:emu10k1_volcache (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx-pcm.c116 unsigned int emu10k1_volcache[2][2]; member in struct:emu_pcm_info
293 sc->emu10k1_volcache[0][0] = left;
294 left = left * sc->emu10k1_volcache[1][0] / 100;
295 sc->emu10k1_volcache[0][1] = right;
296 right = right * sc->emu10k1_volcache[1][1] / 100;
328 sc->emu10k1_volcache[1][0] = left;
329 left = left * sc->emu10k1_volcache[0][0] / 100;
330 sc->emu10k1_volcache[1][1] = right;
331 right = right * sc->emu10k1_volcache[0][1] / 100;
1380 sc->emu10k1_volcache[
[all...]

Completed in 50 milliseconds