Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/au88x0/
Dau88x0_a3d.c648 vortex_mix_setinputvolumebyte(v, v->mixplayb[0], v->mixxtlk[0], in vortex_Vort3D_connect()
650 vortex_mix_setinputvolumebyte(v, v->mixplayb[1], v->mixxtlk[1], in vortex_Vort3D_connect()
657 vortex_mix_setinputvolumebyte(v, v->mixplayb[2], in vortex_Vort3D_connect()
660 vortex_mix_setinputvolumebyte(v, v->mixplayb[3], in vortex_Vort3D_connect()
Dau88x0.h256 static void vortex_mix_setinputvolumebyte(vortex_t * vortex,
Dau88x0_core.c182 vortex_mix_setinputvolumebyte(vortex_t * vortex, unsigned char mix, in vortex_mix_setinputvolumebyte() function
229 vortex_mix_setinputvolumebyte(vortex, mix, mixin, 0x80); in vortex_mix_killinput()
239 vortex_mix_setinputvolumebyte(vortex, mix, mixin, 0x80); /*0x80 : mute */ in vortex_mix_enableinput()
1852 vortex_mix_setinputvolumebyte(vortex, mix, mixin, MIX_DEFIGAIN); // added to original code. in vortex_connection_mixin_mix()
2208 vortex_mix_setinputvolumebyte(vortex, in vortex_adb_allocroute()
2242 vortex_mix_setinputvolumebyte(vortex, in vortex_adb_allocroute()
Dau88x0_pcm.c571 vortex_mix_setinputvolumebyte(vortex, in snd_vortex_pcm_vol_put()