Searched refs:mixplayb (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/sound/pci/au88x0/ |
D | au88x0_a3d.c | 646 vortex_connection_mixin_mix(v, en, v->mixxtlk[0], v->mixplayb[0], 0); in vortex_Vort3D_connect() 647 vortex_connection_mixin_mix(v, en, v->mixxtlk[1], v->mixplayb[1], 0); in vortex_Vort3D_connect() 648 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() 654 v->mixplayb[2], 0); in vortex_Vort3D_connect() 656 v->mixplayb[3], 0); 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()
|
D | au88x0.h | 90 #define MIX_PLAYB(x) (vortex->mixplayb[x]) 149 s8 mixplayb[4]; member
|
D | au88x0_synth.c | 127 vortex->mixplayb[ii % 2], 0); in vortex_wt_connect() 131 vortex->mixplayb[2 + in vortex_wt_connect()
|
D | au88x0_core.c | 2054 vortex->mixplayb[0] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2056 vortex->mixplayb[1] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2059 vortex->mixplayb[2] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2061 vortex->mixplayb[3] = vortex_adb_checkinout(vortex, vortex->fixed_res, en, in vortex_connect_default() 2064 vortex_connect_codecplay(vortex, en, vortex->mixplayb); in vortex_connect_default()
|
D | au88x0_pcm.c | 572 vortex->mixplayb[i], mixin, vol); in snd_vortex_pcm_vol_put()
|