| /sound/soc/ |
| A D | Kconfig | 105 source "sound/soc/adi/Kconfig" 106 source "sound/soc/amd/Kconfig" 110 source "sound/soc/bcm/Kconfig" 112 source "sound/soc/dwc/Kconfig" 113 source "sound/soc/fsl/Kconfig" 119 source "sound/soc/img/Kconfig" 123 source "sound/soc/mxs/Kconfig" 124 source "sound/soc/pxa/Kconfig" 133 source "sound/soc/sti/Kconfig" 134 source "sound/soc/stm/Kconfig" [all …]
|
| A D | soc-dapm.c | 520 switch (source->id) { in snd_soc_dapm_check_dynamic_path() 2995 const char *source; in snd_soc_dapm_add_route() local 3013 source = route->source; in snd_soc_dapm_add_route() 3111 source = route->source; in snd_soc_dapm_del_route() 3116 if (strcmp(p->source->name, source) != 0) in snd_soc_dapm_del_route() 3140 source, sink); in snd_soc_dapm_del_route() 3869 source = path->source->priv; in snd_soc_dai_link_event_pre_pmu() 3923 source = path->source->priv; in snd_soc_dai_link_event_pre_pmu() 3973 source = path->source->priv; in snd_soc_dai_link_event() 4002 source = path->source->priv; in snd_soc_dai_link_event() [all …]
|
| /sound/ |
| A D | Kconfig | 56 source "sound/isa/Kconfig" 58 source "sound/pci/Kconfig" 60 source "sound/hda/Kconfig" 62 source "sound/ppc/Kconfig" 66 source "sound/aoa/Kconfig" 68 source "sound/arm/Kconfig" 72 source "sound/spi/Kconfig" 76 source "sound/sh/Kconfig" 80 source "sound/usb/Kconfig" 92 source "sound/soc/Kconfig" [all …]
|
| /sound/pci/au88x0/ |
| A D | au88x0_a3d.c | 131 a3d_addrB(a->slice, a->source, in a3dsrc_SetHrtfTarget() 144 a3d_addrB(a->slice, a->source, in a3dsrc_SetHrtfCurrent() 157 a3d_addrB(a->slice, a->source, in a3dsrc_SetHrtfState() 180 a3d_addrA(a->slice, a->source, 185 a3d_addrB(a->slice, a->source, 197 a3d_addrA(a->slice, a->source, 202 a3d_addrB(a->slice, a->source, 284 a3d_addrA(a->slice, a->source, in a3dsrc_SetItdDline() 489 var2 = a->source; in a3dsrc_ZeroStateA3D() 495 a->source = var2; in a3dsrc_ZeroStateA3D() [all …]
|
| A D | au88x0_a3d.h | 37 unsigned int source; /* this_04 */ member 106 #define a3d_addrA(slice,source,reg) (((slice)<<0xd)+((source)*0x3A4)+(reg)) argument 107 #define a3d_addrB(slice,source,reg) (((slice)<<0xd)+((source)*0x2C8)+(reg)) argument
|
| A D | au88x0_core.c | 1729 && (source >= OFFSET_MIXOUT)) in vortex_route() 1739 && (source >= OFFSET_MIXOUT)) in vortex_route() 2407 u32 source; in vortex_interrupt() local 2422 if (source == 0) { in vortex_interrupt() 2430 if (source & IRQ_FATAL) { in vortex_interrupt() 2433 if (source & IRQ_PARITY) { in vortex_interrupt() 2436 if (source & IRQ_REG) { in vortex_interrupt() 2439 if (source & IRQ_FIFO) { in vortex_interrupt() 2442 if (source & IRQ_DMA) { in vortex_interrupt() 2447 if (source & IRQ_PCMOUT) { in vortex_interrupt() [all …]
|
| /sound/firewire/fireworks/ |
| A D | fireworks_command.c | 29 u32 source; member 283 be32_to_cpus(&clock->source); in command_get_clock() 294 unsigned int source, unsigned int rate) in command_set_clock() argument 300 if ((source == UINT_MAX) && (rate == UINT_MAX)) { in command_set_clock() 311 if ((clock.source == source) && (clock.sampling_rate == rate)) in command_set_clock() 315 if ((source != UINT_MAX) && (clock.source != source)) in command_set_clock() 316 clock.source = source; in command_set_clock() 321 cpu_to_be32s(&clock.source); in command_set_clock() 343 enum snd_efw_clock_source *source) in snd_efw_command_get_clock_source() argument 350 *source = clock.source; in snd_efw_command_get_clock_source()
|
| A D | fireworks_transaction.c | 165 handle_resp_for_user(struct fw_card *card, int generation, int source, in handle_resp_for_user() argument 183 if (device->node_id != source) in handle_resp_for_user() 197 handle_resp_for_kernel(struct fw_card *card, int generation, int source, in handle_resp_for_kernel() argument 211 if (device->node_id != source) in handle_resp_for_kernel() 227 int tcode, int destination, int source, in efw_response() argument 245 handle_resp_for_kernel(card, generation, source, in efw_response() 248 handle_resp_for_user(card, generation, source, in efw_response() 251 handle_resp_for_user(card, generation, source, in efw_response()
|
| /sound/hda/ |
| A D | Kconfig | 4 source "sound/hda/common/Kconfig" 5 source "sound/hda/controllers/Kconfig" 6 source "sound/hda/codecs/Kconfig" 7 source "sound/hda/core/Kconfig"
|
| /sound/usb/line6/ |
| A D | toneport.c | 45 int source; member 215 ucontrol->value.enumerated.item[0] = toneport->source; in snd_toneport_source_get() 225 unsigned int source; in snd_toneport_source_put() local 227 source = ucontrol->value.enumerated.item[0]; in snd_toneport_source_put() 228 if (source >= ARRAY_SIZE(toneport_source_info)) in snd_toneport_source_put() 230 if (source == toneport->source) in snd_toneport_source_put() 233 toneport->source = source; in snd_toneport_source_put() 235 toneport_source_info[source].code, 0x0000); in snd_toneport_source_put() 382 toneport_source_info[toneport->source].code, in toneport_setup()
|
| /sound/firewire/motu/ |
| A D | motu-register-dsp-message-parser.c | 204 if (param->mixer.source[mixer_ch].gain[mixer_src_ch] != val) { in snd_motu_register_dsp_message_parser_parse() 206 param->mixer.source[mixer_ch].gain[mixer_src_ch] = val; in snd_motu_register_dsp_message_parser_parse() 210 if (param->mixer.source[mixer_ch].pan[mixer_src_ch] != val) { in snd_motu_register_dsp_message_parser_parse() 212 param->mixer.source[mixer_ch].pan[mixer_src_ch] = val; in snd_motu_register_dsp_message_parser_parse() 216 if (param->mixer.source[mixer_ch].flag[mixer_src_ch] != val) { in snd_motu_register_dsp_message_parser_parse() 218 param->mixer.source[mixer_ch].flag[mixer_src_ch] = val; in snd_motu_register_dsp_message_parser_parse() 222 if (param->mixer.source[mixer_ch].paired_balance[mixer_src_ch] != val) { in snd_motu_register_dsp_message_parser_parse() 224 param->mixer.source[mixer_ch].paired_balance[mixer_src_ch] = val; in snd_motu_register_dsp_message_parser_parse() 228 if (param->mixer.source[mixer_ch].paired_width[mixer_src_ch] != val) { in snd_motu_register_dsp_message_parser_parse() 230 param->mixer.source[mixer_ch].paired_width[mixer_src_ch] = val; in snd_motu_register_dsp_message_parser_parse()
|
| A D | motu-proc.c | 32 enum snd_motu_clock_source source; in proc_read_clock() local 36 if (snd_motu_protocol_get_clock_source(motu, &source) < 0) in proc_read_clock() 40 snd_iprintf(buffer, "Source:\t%s\n", clock_names[source]); in proc_read_clock()
|
| /sound/aoa/ |
| A D | Kconfig | 12 source "sound/aoa/fabrics/Kconfig" 14 source "sound/aoa/codecs/Kconfig" 16 source "sound/aoa/soundbus/Kconfig"
|
| /sound/soc/codecs/ |
| A D | wm2000.c | 434 .source = ANC_OFF, 442 .source = ANC_OFF, 450 .source = ANC_OFF, 459 .source = ANC_ACTIVE, 467 .source = ANC_ACTIVE, 475 .source = ANC_ACTIVE, 483 .source = ANC_BYPASS, 491 .source = ANC_BYPASS, 500 .source = ANC_BYPASS, 508 .source = ANC_STANDBY, [all …]
|
| A D | adav80x.c | 211 static int adav80x_dapm_sysclk_check(struct snd_soc_dapm_widget *source, in adav80x_dapm_sysclk_check() argument 214 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm); in adav80x_dapm_sysclk_check() 232 return snd_soc_dapm_widget_name_cmp(source, clk) == 0; in adav80x_dapm_sysclk_check() 235 static int adav80x_dapm_pll_check(struct snd_soc_dapm_widget *source, in adav80x_dapm_pll_check() argument 538 int clk_id, int source, in adav80x_set_sysclk() argument 623 int source, unsigned int freq_in, unsigned int freq_out) in adav80x_set_pll() argument 631 switch (source) { in adav80x_set_pll() 647 if (source == ADAV80X_PLL_SRC_XIN) { in adav80x_set_pll() 681 if (source != adav80x->pll_src) { in adav80x_set_pll() 682 if (source == ADAV80X_PLL_SRC_MCLKI) in adav80x_set_pll() [all …]
|
| A D | wm8940.c | 533 static void pll_factors(unsigned int target, unsigned int source) in pll_factors() argument 538 Ndiv = target / source; in pll_factors() 541 source <<= 1; in pll_factors() 544 Ndiv = target / source; in pll_factors() 546 source >>= 2; in pll_factors() 549 Ndiv = target / source; in pll_factors() 551 source >>= 1; in pll_factors() 554 Ndiv = target / source; in pll_factors() 564 Nmod = target % source; in pll_factors() 567 do_div(Kpart, source); in pll_factors() [all …]
|
| A D | rt5631.c | 282 static int check_sysclk1_source(struct snd_soc_dapm_widget *source, in check_sysclk1_source() argument 285 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm); in check_sysclk1_source() 292 static int check_dmic_used(struct snd_soc_dapm_widget *source, in check_dmic_used() argument 295 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm); in check_dmic_used() 300 static int check_dacl_to_outmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_outmixl() argument 310 static int check_dacr_to_outmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_outmixr() argument 320 static int check_dacl_to_spkmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_spkmixl() argument 330 static int check_dacr_to_spkmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_spkmixr() argument 340 static int check_adcl_select(struct snd_soc_dapm_widget *source, in check_adcl_select() argument 350 static int check_adcr_select(struct snd_soc_dapm_widget *source, in check_adcr_select() argument [all …]
|
| A D | rt1016.c | 175 static int rt1016_is_sys_clk_from_pll(struct snd_soc_dapm_widget *source, in rt1016_is_sys_clk_from_pll() argument 179 snd_soc_dapm_to_component(source->dapm); in rt1016_is_sys_clk_from_pll() 419 int clk_id, int source, unsigned int freq, int dir) in rt1016_set_component_sysclk() argument 454 int pll_id, int source, unsigned int freq_in, in rt1016_set_component_pll() argument 470 if (source == rt1016->pll_src && freq_in == rt1016->pll_in && in rt1016_set_component_pll() 474 switch (source) { in rt1016_set_component_pll() 486 dev_err(component->dev, "Unknown PLL Source %d\n", source); in rt1016_set_component_pll() 511 rt1016->pll_src = source; in rt1016_set_component_pll()
|
| A D | wm8510.c | 277 static void pll_factors(unsigned int target, unsigned int source) in pll_factors() argument 282 Ndiv = target / source; in pll_factors() 284 source >>= 1; in pll_factors() 286 Ndiv = target / source; in pll_factors() 296 Nmod = target % source; in pll_factors() 299 do_div(Kpart, source); in pll_factors() 314 int source, unsigned int freq_in, unsigned int freq_out) in wm8510_set_dai_pll() argument
|
| A D | wm8960.c | 1141 if (source == 0 || target == 0) in is_pll_freq_available() 1146 Ndiv = target / source; in is_pll_freq_available() 1149 source >>= 1; in is_pll_freq_available() 1150 Ndiv = target / source; in is_pll_freq_available() 1169 pr_debug("WM8960 PLL: setting %dHz->%dHz\n", source, target); in pll_factors() 1174 Ndiv = target / source; in pll_factors() 1176 source >>= 1; in pll_factors() 1178 Ndiv = target / source; in pll_factors() 1188 Nmod = target % source; in pll_factors() 1191 do_div(Kpart, source); in pll_factors() [all …]
|
| /sound/soc/meson/ |
| A D | meson-codec-glue.c | 25 snd_soc_dapm_to_component(p->source->dapm)) in meson_codec_glue_get_input() 28 if (p->source->id == snd_soc_dapm_dai_in) in meson_codec_glue_get_input() 29 return p->source; in meson_codec_glue_get_input() 31 in = meson_codec_glue_get_input(p->source); in meson_codec_glue_get_input()
|
| /sound/core/seq/ |
| A D | seq_system.c | 67 ev->source.client = sysclient; in setheader() 68 ev->source.port = announce_port; in setheader() 97 ev->source.client = sysclient; in snd_seq_system_notify() 98 ev->source.port = announce_port; in snd_seq_system_notify()
|
| A D | seq_ump_convert.h | 11 int snd_seq_deliver_from_ump(struct snd_seq_client *source, 16 int snd_seq_deliver_to_ump(struct snd_seq_client *source,
|
| /sound/soc/intel/avs/ |
| A D | path.c | 894 binding->source = target_mod; in avs_path_binding_arm() 899 binding->source = this_mod; in avs_path_binding_arm() 934 struct avs_path_module *source, *sink; in avs_path_pipeline_arm() local 946 source = mod; in avs_path_pipeline_arm() 949 ret = avs_ipc_bind(adev, source->module_id, source->instance_id, in avs_path_pipeline_arm() 1178 struct avs_path_module *source = binding->source; in avs_path_bind_prepare() local 1214 struct avs_path_module *source, *sink; in avs_path_bind() local 1216 source = binding->source; in avs_path_bind() 1224 source->instance_id, sink->module_id, in avs_path_bind() 1247 struct avs_path_module *source, *sink; in avs_path_unbind() local [all …]
|
| /sound/pci/asihpi/ |
| A D | asihpi.c | 88 int source; member 1632 u16 source, err; in snd_asihpi_aesebu_format_get() local 2324 u16 source, srcindex = 0; in snd_asihpi_clksrc_get() local 2329 source = 0; in snd_asihpi_clksrc_get() 2336 if ((clkcache->s[i].source == source) && in snd_asihpi_clksrc_get() 2451 u16 source; in snd_asihpi_sampleclock_add() local 2463 i, &source)) in snd_asihpi_sampleclock_add() 2465 clkcache->s[i].source = source; in snd_asihpi_sampleclock_add() 2478 &source)) in snd_asihpi_sampleclock_add() 2480 clkcache->s[i].source = in snd_asihpi_sampleclock_add() [all …]
|