Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/au88x0/
Dau88x0_a3d.c660 vortex_mix_setinputvolumebyte(v, v->mixplayb[0], v->mixxtlk[0], in vortex_Vort3D_connect()
662 vortex_mix_setinputvolumebyte(v, v->mixplayb[1], v->mixxtlk[1], in vortex_Vort3D_connect()
669 vortex_mix_setinputvolumebyte(v, v->mixplayb[2], in vortex_Vort3D_connect()
672 vortex_mix_setinputvolumebyte(v, v->mixplayb[3], in vortex_Vort3D_connect()
Dau88x0.h268 static void vortex_mix_setinputvolumebyte(vortex_t * vortex,
Dau88x0_core.c194 vortex_mix_setinputvolumebyte(vortex_t * vortex, unsigned char mix, in vortex_mix_setinputvolumebyte() function
241 vortex_mix_setinputvolumebyte(vortex, mix, mixin, 0x80); in vortex_mix_killinput()
251 vortex_mix_setinputvolumebyte(vortex, mix, mixin, 0x80); /*0x80 : mute */ in vortex_mix_enableinput()
1858 vortex_mix_setinputvolumebyte(vortex, mix, mixin, MIX_DEFIGAIN); // added to original code. in vortex_connection_mixin_mix()
2212 vortex_mix_setinputvolumebyte(vortex, in vortex_adb_allocroute()
2246 vortex_mix_setinputvolumebyte(vortex, in vortex_adb_allocroute()
Dau88x0_pcm.c593 vortex_mix_setinputvolumebyte(vortex, in snd_vortex_pcm_vol_put()