Searched refs:mixplayb (Results 1 – 5 of 5) sorted by relevance
/sound/pci/au88x0/ |
D | au88x0_a3d.c | 658 vortex_connection_mixin_mix(v, en, v->mixxtlk[0], v->mixplayb[0], 0); in vortex_Vort3D_connect() 659 vortex_connection_mixin_mix(v, en, v->mixxtlk[1], v->mixplayb[1], 0); in vortex_Vort3D_connect() 660 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() 666 v->mixplayb[2], 0); in vortex_Vort3D_connect() 668 v->mixplayb[3], 0); 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()
|
D | au88x0.h | 102 #define MIX_PLAYB(x) (vortex->mixplayb[x]) 161 s8 mixplayb[4]; member
|
D | au88x0_synth.c | 139 vortex->mixplayb[ii % 2], 0); in vortex_wt_connect() 143 vortex->mixplayb[2 + in vortex_wt_connect()
|
D | au88x0_core.c | 2060 vortex->mixplayb[0] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2062 vortex->mixplayb[1] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2065 vortex->mixplayb[2] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2067 vortex->mixplayb[3] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2070 vortex_connect_codecplay(vortex, en, vortex->mixplayb); in vortex_connect_default()
|
D | au88x0_pcm.c | 594 vortex->mixplayb[i], mixin, vol); in snd_vortex_pcm_vol_put()
|