Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 43) sorted by relevance

12

/sound/soc/qcom/qdsp6/
A Dtopology.c40 *found = true; in audioreach_tplg_alloc_graph_info()
44 *found = false; in audioreach_tplg_alloc_graph_info()
90 *found = true; in audioreach_tplg_alloc_sub_graph()
94 *found = false; in audioreach_tplg_alloc_sub_graph()
132 *found = true; in audioreach_tplg_alloc_container()
135 *found = false; in audioreach_tplg_alloc_container()
236 if (found) in audioreach_get_sg_array()
269 if (found) in audioreach_get_cont_array()
302 if (found) in audioreach_get_module_array()
316 bool found; in audioreach_parse_sg_tokens() local
[all …]
/sound/pci/asihpi/
A Dhpicmn.c342 found = 0; in hpi_check_control_cache_single()
361 found = 0; in hpi_check_control_cache_single()
369 found = 0; in hpi_check_control_cache_single()
376 found = 0; in hpi_check_control_cache_single()
383 found = 0; in hpi_check_control_cache_single()
400 found = 0; in hpi_check_control_cache_single()
408 found = 0; in hpi_check_control_cache_single()
414 found = 0; in hpi_check_control_cache_single()
420 found = 0; in hpi_check_control_cache_single()
426 found = 0; in hpi_check_control_cache_single()
[all …]
/sound/core/seq/
A Dseq_ports.c73 found = NULL; in snd_seq_port_query_nearest()
82 found = port; in snd_seq_port_query_nearest()
85 if (found == NULL || port->addr.port < found->addr.port) in snd_seq_port_query_nearest()
86 found = port; in snd_seq_port_query_nearest()
88 if (found) { in snd_seq_port_query_nearest()
89 if (found->closing) in snd_seq_port_query_nearest()
90 found = NULL; in snd_seq_port_query_nearest()
92 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest()
94 return found; in snd_seq_port_query_nearest()
284 found = p; in snd_seq_delete_port()
[all …]
/sound/aoa/codecs/
A DKconfig8 codec chip found in the latest Apple machines
17 found in a lot of Apple Machines, especially
24 found in the Mac Mini. If you have a Mac Mini and
/sound/spi/
A DKconfig19 DAC can be found on Atmel development boards.
22 peripheral found on most AT91 microprocessors.
/sound/soc/sof/
A Dtopology.c462 int found = 0; in sof_parse_uuid_tokens() local
483 found++; in sof_parse_uuid_tokens()
487 return found; in sof_parse_uuid_tokens()
511 int found = 0; in sof_copy_tuples() local
596 found++; in sof_copy_tuples()
633 int found = 0; in sof_parse_string_tokens() local
655 found++; in sof_parse_string_tokens()
659 return found; in sof_parse_string_tokens()
702 found++; in sof_parse_word_tokens()
706 return found; in sof_parse_word_tokens()
[all …]
A Dipc3-control.c561 bool found = false; in sof_ipc3_control_update() local
573 found = true; in sof_ipc3_control_update()
578 if (!found) in sof_ipc3_control_update()
/sound/soc/loongson/
A DKconfig25 The controller is found in loongson bridge chips or SoCs,
37 The controller work as a platform device, we can found it in
/sound/soc/ti/
A DKconfig34 Say Y or M here if you want to have support for McASP IP found in
48 Say Y or M here if you want to have support for DMIC IP found in
56 Say Y or M here if you want to have support for McBSP IP found in
64 Say Y or M here if you want to have support for McPDM IP found in
134 connected to a handset and a speakerphone found on Amstrad E3 (Delta)
/sound/soc/au1x/
A DKconfig13 Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.
32 old DMA controller as found on the Au1000/Au1500/Au1100 chips.
/sound/hda/common/
A Dauto_parser.c906 int found; in pin_config_match() local
909 found = 0; in pin_config_match()
912 found = 1; in pin_config_match()
922 !found && (cfg & 0xf0000000) != 0x40000000) in pin_config_match()
1028 goto found; in snd_hda_pick_fixup()
1039 goto found; in snd_hda_pick_fixup()
1099 found: in snd_hda_pick_fixup()
/sound/soc/apple/
A DKconfig8 This option enables an ASoC platform driver for MCA peripherals found
/sound/parisc/
A DKconfig18 chip found in most GSC-based PA-RISC workstations. It's frequently
/sound/soc/meson/
A DKconfig12 Select Y or M to add support for the Audio output subsystem found
136 Say Y or M if you want to add support for the internal DAC found
/sound/soc/rockchip/
A DKconfig19 Rockchip I2S/TDM devices, found in Rockchip SoCs. These devices
38 Interface controller found on Rockchip SoCs such as the RK3576. The
/sound/sh/
A DKconfig10 Drivers that are implemented on ASoC can be found in
/sound/arm/
A DKconfig10 Drivers that are implemented on ASoC can be found in
/sound/soc/sof/intel/
A Dhda-pcm.c205 goto found; in hda_dsp_pcm_pointer()
209 found: in hda_dsp_pcm_pointer()
/sound/soc/bcm/
A Dcygnus-ssp.c485 bool found = false; in pll_configure_mclk() local
492 found = true; in pll_configure_mclk()
496 if (!found) { in pll_configure_mclk()
968 bool found = false; in cygnus_set_dai_tdm_slot() local
1008 found = true; in cygnus_set_dai_tdm_slot()
1013 if (!found) { in cygnus_set_dai_tdm_slot()
/sound/core/
A Dcontrol_led.c144 bool found; in snd_ctl_led_set_state() local
150 found = false; in snd_ctl_led_set_state()
157 found = true; in snd_ctl_led_set_state()
160 if (!found && kctl && card) { in snd_ctl_led_set_state()
A Dinit.c1095 struct snd_monitor_file *mfile, *found = NULL; in snd_card_file_remove() local
1105 found = mfile; in snd_card_file_remove()
1112 if (!found) { in snd_card_file_remove()
1116 kfree(found); in snd_card_file_remove()
/sound/soc/intel/boards/
A Dcht_bsw_rt5645.c534 bool found = false; in snd_cht_mc_probe() local
554 found = true; in snd_cht_mc_probe()
559 if (!found) { in snd_cht_mc_probe()
/sound/usb/
A Dpcm.c96 const struct audioformat *found = NULL; in find_format() local
117 if (!found) { in find_format()
118 found = fp; in find_format()
137 found = fp; in find_format()
143 if (fp->maxpacksize > found->maxpacksize) { in find_format()
144 found = fp; in find_format()
148 return found; in find_format()
/sound/soc/
A Dsoc-core.c1337 goto found; in snd_soc_runtime_get_dai_fmt()
1342 found: in snd_soc_runtime_get_dai_fmt()
2608 char *found, *name; in fmt_single_name() local
2620 found = strstr(name, dev->driver->name); in fmt_single_name()
2621 if (found) { in fmt_single_name()
2623 if (sscanf(&found[strlen(dev->driver->name)], ".%d", &__id) == 1) { in fmt_single_name()
2627 found[strlen(dev->driver->name)] = '\0'; in fmt_single_name()
3633 goto found; in snd_soc_get_dai_via_args()
3636 found: in snd_soc_get_dai_via_args()
/sound/ppc/
A Dpmac.c86 int i, ok, found; in snd_pmac_rate_index() local
91 found = 0; in snd_pmac_rate_index()
94 found = i; in snd_pmac_rate_index()
98 return found; in snd_pmac_rate_index()

Completed in 85 milliseconds

12