/sound/usb/ |
D | mixer_scarlett_gen2.c | 571 static void scarlett2_fill_request_header(struct scarlett2_mixer_data *private, in scarlett2_fill_request_header() argument 576 u16 seq = private->scarlett2_seq++; in scarlett2_fill_request_header() 590 struct scarlett2_mixer_data *private = mixer->private_data; in scarlett2_usb() local 608 mutex_lock(&private->usb_mutex); in scarlett2_usb() 612 scarlett2_fill_request_header(private, req, cmd, req_size); in scarlett2_usb() 680 mutex_unlock(&private->usb_mutex); in scarlett2_usb() 700 struct scarlett2_mixer_data *private = in scarlett2_config_save_work() local 703 scarlett2_config_save(private->mixer); in scarlett2_config_save_work() 722 struct scarlett2_mixer_data *private = mixer->private_data; in scarlett2_usb_set_config() local 725 cancel_delayed_work_sync(&private->work); in scarlett2_usb_set_config() [all …]
|
/sound/soc/sof/ |
D | topology.c | 137 struct snd_sof_widget *swidget = w->dobj.private; in sof_keyword_dapm_event() 934 if (sdev->private) in sof_parse_word_tokens() 935 index = sdev->private; in sof_parse_word_tokens() 1098 dobj->private = scontrol; in sof_control_load() 1108 struct snd_sof_control *scontrol = dobj->private; in sof_control_unload() 1184 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_dai() local 1198 ARRAY_SIZE(dai_tokens), private->array, in sof_widget_load_dai() 1199 le32_to_cpu(private->size)); in sof_widget_load_dai() 1202 le32_to_cpu(private->size)); in sof_widget_load_dai() 1207 ARRAY_SIZE(comp_tokens), private->array, in sof_widget_load_dai() [all …]
|
D | control.c | 41 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_get() 59 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_put() 90 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_get() 106 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_put() 137 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_get() 153 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_put() 184 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_get() 219 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_put() 259 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_ext_put() 327 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_ext_get()
|
D | pm.c | 77 if (!swidget->private) in sof_restore_pipelines() 83 dai = swidget->private; in sof_restore_pipelines() 98 pipeline = swidget->private; in sof_restore_pipelines() 102 hdr = swidget->private; in sof_restore_pipelines() 104 swidget->private, hdr->size, in sof_restore_pipelines() 123 if (!sroute->private) in sof_restore_pipelines() 126 connect = sroute->private; in sof_restore_pipelines()
|
D | sof-priv.h | 335 void *private; /* core does not touch this */ member 345 void *private; member 443 void *private; /* core does not touch this */ member
|
/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 120 void *private; /* core doesn't touch this */ member 156 void *private; member 206 void *private; /* core doesn't touch this */ member 245 void *private; /* generic core does not touch this */ member 338 const struct firmware *fw, void *private); 346 struct sst_module_template *template, void *private); 354 int id, void *private); 378 u32 index, void *private);
|
D | sst-firmware.c | 331 const struct firmware *fw, void *private) in sst_fw_new() argument 344 sst_fw->private = private; in sst_fw_new() 481 struct sst_module_template *template, void *private) in sst_module_new() argument 523 int id, void *private) in sst_module_runtime_new() argument 1020 u32 index, void *private) in sst_mem_block_register() argument 1033 block->private = private; in sst_mem_block_register()
|
/sound/synth/emux/ |
D | emux_effect.c | 89 struct snd_emux_effect_table *fx = chan->private; in effect_set_byte() 110 struct snd_emux_effect_table *fx = chan->private; in effect_set_word() 127 struct snd_emux_effect_table *fx = chan->private; in effect_get_offset() 174 fx = chan->private; in snd_emux_send_effect() 226 if (! (fx = chan->private)) in snd_emux_setup_effect() 273 p->chset.channels[i].private = p->effect + i; in snd_emux_create_effect() 276 p->chset.channels[i].private = NULL; in snd_emux_create_effect()
|
D | emux_synth.c | 132 struct snd_emux_effect_table *fx = chan->private; in snd_emux_note_on() 777 if (chan->private) { in calc_volume() 778 struct snd_emux_effect_table *fx = chan->private; in calc_volume() 839 if (chan->private) { in calc_pitch() 840 struct snd_emux_effect_table *fx = chan->private; in calc_pitch()
|
D | emux_voice.h | 24 int snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private,
|
/sound/pci/ice1712/ |
D | quartet.c | 676 struct qtet_kcontrol_private private = in qtet_enum_info() local 678 return snd_ctl_enum_info(uinfo, 1, ARRAY_SIZE(private.texts), in qtet_enum_info() 679 private.texts); in qtet_enum_info() 685 struct qtet_kcontrol_private private = in qtet_sw_get() local 689 (private.get_register(ice) & private.bit) ? 1 : 0; in qtet_sw_get() 696 struct qtet_kcontrol_private private = in qtet_sw_put() local 700 old = private.get_register(ice); in qtet_sw_put() 702 new = old | private.bit; in qtet_sw_put() 704 new = old & ~private.bit; in qtet_sw_put() 706 private.set_register(ice, new); in qtet_sw_put()
|
/sound/core/seq/oss/ |
D | seq_oss_init.c | 40 static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int ho… 46 static void free_devinfo(void *private); 123 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce() argument 387 free_devinfo(void *private) in free_devinfo() argument 389 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private; in free_devinfo()
|
D | seq_oss_midi.h | 30 int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
|
/sound/core/seq/ |
D | seq_midi_emul.c | 36 static void do_control(struct snd_midi_op *ops, void *private, 44 static void sysex(struct snd_midi_op *ops, void *private, unsigned char *sysex, 46 static void all_sounds_off(struct snd_midi_op *ops, void *private, 48 static void all_notes_off(struct snd_midi_op *ops, void *private, 473 sysex(struct snd_midi_op *ops, void *private, unsigned char *buf, int len, in sysex() argument 580 ops->sysex(private, buf - 1, len + 1, parsed, chset); in sysex() 626 p->private = NULL; in snd_midi_channel_init()
|
/sound/core/ |
D | pcm_drm_eld.c | 31 const u8 *sad, *eld = rule->private; in eld_limit_rates() 60 const u8 *sad, *eld = rule->private; in eld_limit_channels()
|
D | pcm_lib.c | 1110 snd_pcm_hw_rule_func_t func, void *private, in snd_pcm_hw_rule_add() argument 1134 c->private = private; in snd_pcm_hw_rule_add() 1243 struct snd_pcm_hw_constraint_list *list = rule->private; in snd_pcm_hw_rule_list() 1273 struct snd_pcm_hw_constraint_ranges *r = rule->private; in snd_pcm_hw_rule_ranges() 1304 const struct snd_pcm_hw_constraint_ratnums *r = rule->private; in snd_pcm_hw_rule_ratnums() 1339 const struct snd_pcm_hw_constraint_ratdens *r = rule->private; in snd_pcm_hw_rule_ratdens() 1373 unsigned int l = (unsigned long) rule->private; in snd_pcm_hw_rule_msbits() 1419 unsigned long step = (unsigned long) rule->private; in snd_pcm_hw_rule_step() 1476 unsigned int base_rate = (unsigned int)(uintptr_t)rule->private; in snd_pcm_hw_rule_noresample_func()
|
/sound/soc/sof/imx/ |
D | imx8.c | 129 struct imx8_priv *priv = (struct imx8_priv *)sdev->private; in imx8_send_msg() 143 struct imx8_priv *dsp_priv = (struct imx8_priv *)sdev->private; in imx8_run() 198 sdev->private = priv; in imx8_probe() 325 struct imx8_priv *priv = (struct imx8_priv *)sdev->private; in imx8_remove()
|
/sound/soc/fsl/ |
D | imx-pcm-dma.c | 27 chan->private = param; in filter()
|
D | fsl_asrc_dma.c | 39 chan->private = param; in filter() 204 tmp_data = tmp_chan->private; in fsl_asrc_dma_hw_params() 210 tmp_data = tmp_chan->private; in fsl_asrc_dma_hw_params()
|
/sound/soc/cirrus/ |
D | ep93xx-pcm.c | 43 chan->private = data; in ep93xx_pcm_dma_filter()
|
/sound/firewire/bebob/ |
D | bebob_pcm.c | 13 struct snd_bebob_stream_formation *formations = rule->private; in hw_rule_rate() 41 struct snd_bebob_stream_formation *formations = rule->private; in hw_rule_channels()
|
/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 66 unsigned int *pcm_channels = rule->private; in hw_rule_rate() 91 unsigned int *pcm_channels = rule->private; in hw_rule_channels()
|
/sound/firewire/fireface/ |
D | ff-pcm.c | 13 const unsigned int *pcm_channels = rule->private; in hw_rule_rate() 44 const unsigned int *pcm_channels = rule->private; in hw_rule_channels()
|
/sound/soc/stm/ |
D | stm32_adfsdm.c | 168 static int stm32_afsdm_pcm_cb(const void *data, size_t size, void *private) in stm32_afsdm_pcm_cb() argument 170 struct stm32_adfsdm_priv *priv = private; in stm32_afsdm_pcm_cb()
|
/sound/firewire/motu/ |
D | motu-pcm.c | 14 struct snd_motu_packet_format *formats = rule->private; in motu_rate_constraint() 44 struct snd_motu_packet_format *formats = rule->private; in motu_channels_constraint()
|