Home
last modified time | relevance | path

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

12

/sound/pci/asihpi/
Dhpicmn.c315 short found = 1; in hpi_check_control_cache_single() local
342 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()
[all …]
/sound/core/seq/
Dseq_ports.c71 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest() local
74 found = NULL; in snd_seq_port_query_nearest()
80 found = port; in snd_seq_port_query_nearest()
83 if (found == NULL || port->addr.port < found->addr.port) in snd_seq_port_query_nearest()
84 found = port; in snd_seq_port_query_nearest()
86 if (found) { in snd_seq_port_query_nearest()
87 if (found->closing) in snd_seq_port_query_nearest()
88 found = NULL; in snd_seq_port_query_nearest()
90 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest()
93 return found; in snd_seq_port_query_nearest()
[all …]
/sound/aoa/codecs/
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/
DKconfig19 DAC can be found on Atmel development boards.
22 peripheral found on most AT91 and AVR32 microprocessors.
/sound/soc/pxa/
Dmmp-pcm.c96 bool found = false; in filter() local
103 found = true; in filter()
107 return found; in filter()
/sound/soc/au1x/
DKconfig11 Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.
30 old DMA controller as found on the Au1000/Au1500/Au1100 chips.
/sound/soc/ti/
DKconfig34 Say Y or M here if you want to have support for McASP IP found in
55 Say Y or M here if you want to have support for DMIC IP found in
63 Say Y or M here if you want to have support for McBSP IP found in
71 Say Y or M here if you want to have support for McPDM IP found in
140 connected to a handset and a speakerphone found on Amstrad E3 (Delta)
/sound/pci/hda/
Dhda_auto_parser.c904 int found; in pin_config_match() local
907 found = 0; in pin_config_match()
910 found = 1; in pin_config_match()
920 !found && (cfg & 0xf0000000) != 0x40000000) in pin_config_match()
1000 goto found; in snd_hda_pick_fixup()
1011 goto found; in snd_hda_pick_fixup()
1056 found: in snd_hda_pick_fixup()
/sound/soc/sof/intel/
Dhda-pcm.c172 goto found; in hda_dsp_pcm_pointer()
212 found: in hda_dsp_pcm_pointer()
Dhda-stream.c216 bool found = false; in hda_dsp_stream_put() local
233 found = true; in hda_dsp_stream_put()
246 if (!found) { in hda_dsp_stream_put()
/sound/parisc/
DKconfig18 chip found in most GSC-based PA-RISC workstations. It's frequently
/sound/soc/sof/
Dtopology.c808 int found = 0; in sof_parse_uuid_tokens() local
830 found++; in sof_parse_uuid_tokens()
834 return found; in sof_parse_uuid_tokens()
845 int found = 0; in sof_parse_string_tokens() local
867 found++; in sof_parse_string_tokens()
871 return found; in sof_parse_string_tokens()
882 int found = 0; in sof_parse_word_tokens() local
907 found++; in sof_parse_word_tokens()
911 return found; in sof_parse_word_tokens()
936 int found = 0; in sof_parse_token_sets() local
[all …]
/sound/soc/meson/
DKconfig12 Select Y or M to add support for the Audio output subsystem found
135 Say Y or M if you want to add support for the internal DAC found
/sound/sh/
DKconfig10 Drivers that are implemented on ASoC can be found in
/sound/arm/
DKconfig10 Drivers that are implemented on ASoC can be found in
/sound/soc/bcm/
Dcygnus-ssp.c495 bool found = false; in pll_configure_mclk() local
502 found = true; in pll_configure_mclk()
506 if (!found) { in pll_configure_mclk()
978 bool found = false; in cygnus_set_dai_tdm_slot() local
1018 found = true; in cygnus_set_dai_tdm_slot()
1023 if (!found) { in cygnus_set_dai_tdm_slot()
/sound/core/
Dcontrol_led.c143 bool found; in snd_ctl_led_set_state() local
149 found = false; in snd_ctl_led_set_state()
158 found = true; in snd_ctl_led_set_state()
161 if (!found && kctl && card) { in snd_ctl_led_set_state()
Dinit.c1100 struct snd_monitor_file *mfile, *found = NULL; in snd_card_file_remove() local
1111 found = mfile; in snd_card_file_remove()
1118 if (!found) { in snd_card_file_remove()
1122 kfree(found); in snd_card_file_remove()
/sound/soc/intel/boards/
Dcht_bsw_rt5645.c538 bool found = false; in snd_cht_mc_probe() local
558 found = true; in snd_cht_mc_probe()
563 if (!found) { in snd_cht_mc_probe()
/sound/usb/
Dpcm.c99 const struct audioformat *found = NULL; in find_format() local
126 if (!found) { in find_format()
127 found = fp; in find_format()
146 found = fp; in find_format()
152 if (fp->maxpacksize > found->maxpacksize) { in find_format()
153 found = fp; in find_format()
157 return found; in find_format()
/sound/ppc/
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()
/sound/soc/
Dsoc-core.c1117 goto found; in snd_soc_runtime_get_dai_fmt()
1122 found: in snd_soc_runtime_get_dai_fmt()
2371 char *found, *name; in fmt_single_name() local
2382 found = strstr(name, dev->driver->name); in fmt_single_name()
2383 if (found) { in fmt_single_name()
2385 if (sscanf(&found[strlen(dev->driver->name)], ".%d", id) == 1) { in fmt_single_name()
2389 found[strlen(dev->driver->name)] = '\0'; in fmt_single_name()
Dsoc-dapm.c2279 int found = 0; in soc_dapm_mux_update_power() local
2286 found = 1; in soc_dapm_mux_update_power()
2296 if (found) in soc_dapm_mux_update_power()
2299 return found; in soc_dapm_mux_update_power()
2326 int found = 0; in soc_dapm_mixer_update_power() local
2354 if (found && rconnect >= 0) in soc_dapm_mixer_update_power()
2358 found = 1; in soc_dapm_mixer_update_power()
2361 if (found) in soc_dapm_mixer_update_power()
2364 return found; in soc_dapm_mixer_update_power()
/sound/soc/intel/skylake/
Dskl-messages.c1006 bool found = false; in skl_clear_module_state() local
1011 found = true; in skl_clear_module_state()
1015 if (!found) in skl_clear_module_state()
/sound/soc/codecs/
Dtlv320aic3x.c1143 goto found; in aic3x_hw_params()
1169 goto found; in aic3x_hw_params()
1177 found: in aic3x_hw_params()

12