Home
last modified time | relevance | path

Searched refs:SNDRV_EMUX_UPDATE_PAN (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/sound/
H A Demux_synth.h196 #define SNDRV_EMUX_UPDATE_PAN (1<<2) macro
/openbmc/linux/sound/synth/emux/
H A Demux_synth.c326 snd_emux_update_channel(port, chan, SNDRV_EMUX_UPDATE_PAN); in snd_emux_control()
522 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice()
523 if (! calc_pan(vp) && (update == SNDRV_EMUX_UPDATE_PAN)) in update_voice()
H A Demux_oss.c444 snd_emux_update_channel(port, chan, SNDRV_EMUX_UPDATE_PAN); in gusspec_control()
/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1_callback.c190 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice()
/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c120 if ((update & SNDRV_EMUX_UPDATE_PAN) && in update_voice()