/sound/synth/emux/ |
D | emux_synth.c | 49 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update); 251 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_key_press() 271 snd_emux_update_channel(struct snd_emux_port *port, struct snd_midi_channel *chan, int update) in snd_emux_update_channel() argument 278 if (! update) in snd_emux_update_channel() 282 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_channel() 289 update_voice(emu, vp, update); in snd_emux_update_channel() 298 snd_emux_update_port(struct snd_emux_port *port, int update) in snd_emux_update_port() argument 305 if (! update) in snd_emux_update_port() 309 if (snd_BUG_ON(!emu || !emu->ops.update)) in snd_emux_update_port() 316 update_voice(emu, vp, update); in snd_emux_update_port() [all …]
|
D | emux_voice.h | 55 struct snd_midi_channel *chan, int update); 56 void snd_emux_update_port(struct snd_emux_port *port, int update);
|
D | emux_effect.c | 55 int update; /* flgas for real-time update */ member 198 if (! parm_defs[type].update || (offset = parm_defs[type].offset) < 0) in snd_emux_send_effect() 227 snd_emux_update_channel(port, chan, parm_defs[type].update); in snd_emux_send_effect()
|
/sound/isa/sb/ |
D | emu8000_callback.c | 34 static void update_voice(struct snd_emux_voice *vp, int update); 71 .update = update_voice, 124 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument 129 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 131 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 133 if ((update & SNDRV_EMUX_UPDATE_PAN) && in update_voice() 136 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice() 138 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice() 140 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice() 142 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
|
/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 46 static void update_voice(struct snd_emux_voice *vp, int update); 70 .update = update_voice, 192 update_voice(struct snd_emux_voice *vp, int update) in update_voice() argument 197 if (update & SNDRV_EMUX_UPDATE_VOLUME) in update_voice() 199 if (update & SNDRV_EMUX_UPDATE_PITCH) in update_voice() 201 if (update & SNDRV_EMUX_UPDATE_PAN) { in update_voice() 205 if (update & SNDRV_EMUX_UPDATE_FMMOD) in update_voice() 207 if (update & SNDRV_EMUX_UPDATE_TREMFREQ) in update_voice() 209 if (update & SNDRV_EMUX_UPDATE_FM2FRQ2) in update_voice() 211 if (update & SNDRV_EMUX_UPDATE_Q) in update_voice()
|
/sound/soc/ |
D | soc-dapm.c | 1495 struct snd_soc_dapm_update *update = card->update; in dapm_widget_update() local 1501 if (!update || !dapm_kcontrol_is_powered(update->kcontrol)) in dapm_widget_update() 1504 wlist = dapm_kcontrol_get_wlist(update->kcontrol); in dapm_widget_update() 1510 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_PRE_REG); in dapm_widget_update() 1520 ret = soc_dapm_update_bits(w->dapm, update->reg, update->mask, in dapm_widget_update() 1521 update->val); in dapm_widget_update() 1530 ret = w->event(w, update->kcontrol, SND_SOC_DAPM_POST_REG); in dapm_widget_update() 2055 struct snd_soc_dapm_update *update) in snd_soc_dapm_mux_update_power() argument 2061 card->update = update; in snd_soc_dapm_mux_update_power() 2063 card->update = NULL; in snd_soc_dapm_mux_update_power() [all …]
|
/sound/soc/codecs/ |
D | adau17x1.c | 181 struct snd_soc_dapm_update update; in adau17x1_dsp_mux_enum_put() local 207 update.kcontrol = kcontrol; in adau17x1_dsp_mux_enum_put() 208 update.mask = 0xff; in adau17x1_dsp_mux_enum_put() 209 update.reg = reg; in adau17x1_dsp_mux_enum_put() 210 update.val = val; in adau17x1_dsp_mux_enum_put() 213 ucontrol->value.enumerated.item[0], e, &update); in adau17x1_dsp_mux_enum_put()
|
D | tlv320aic3x.c | 168 struct snd_soc_dapm_update update; in snd_soc_dapm_put_volsw_aic3x() local 187 update.kcontrol = kcontrol; in snd_soc_dapm_put_volsw_aic3x() 188 update.reg = reg; in snd_soc_dapm_put_volsw_aic3x() 189 update.mask = mask; in snd_soc_dapm_put_volsw_aic3x() 190 update.val = val; in snd_soc_dapm_put_volsw_aic3x() 193 &update); in snd_soc_dapm_put_volsw_aic3x()
|
/sound/pci/ice1712/ |
D | maya44.c | 129 unsigned short update; /* update bits */ member 140 .update = 0x180, /* update and zero-cross enable */ 148 .update = 0x100, /* zero-cross enable */ 156 .update = 0x100, /* update */ 221 data |= vol->update; in maya_vol_put() 223 vol->mask | vol->update, data); in maya_vol_put()
|
/sound/aoa/fabrics/ |
D | layout.c | 848 int v, update; in layout_notify() local 856 update = ldev->switch_on_headphone; in layout_notify() 857 if (update) { in layout_notify() 865 update = ldev->switch_on_lineout; in layout_notify() 866 if (update) { in layout_notify() 876 if (update) { in layout_notify()
|
/sound/pci/ctxfi/ |
D | cttimer.c | 251 int update; in ct_xfitimer_callback() local 257 update = ct_xfitimer_reprogram(atimer, 1); in ct_xfitimer_callback() 259 if (update) in ct_xfitimer_callback()
|
/sound/drivers/vx/ |
D | vx_pcm.c | 667 int err, update; in vx_update_pipe_position() local 677 update = (int)(count - pipe->cur_count); in vx_update_pipe_position() 679 pipe->position += update; in vx_update_pipe_position() 682 pipe->transferred += update; in vx_update_pipe_position()
|
/sound/oss/ |
D | vidc_fill.S | 150 moveq r2, r3 @ DMAing A, update B
|
/sound/firewire/fireworks/ |
D | fireworks.c | 332 .update = efw_update,
|
/sound/firewire/bebob/ |
D | bebob.c | 453 .update = bebob_update,
|
/sound/pci/lola/ |
D | lola.h | 518 int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update);
|
D | lola_mixer.c | 425 int lola_set_src_config(struct lola *chip, unsigned int src_mask, bool update) in lola_set_src_config() argument 442 if (update) { in lola_set_src_config()
|
/sound/firewire/ |
D | scs1x.c | 514 .update = scs_update,
|
D | speakers.c | 776 .update = fwspk_bus_reset,
|
D | isight.c | 732 .update = isight_bus_reset,
|
D | dice.c | 1495 .update = dice_bus_reset,
|