Home
last modified time | relevance | path

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

12

/sound/pci/asihpi/
Dhpicmn.c324 short found = 1; in hpi_check_control_cache_single() local
351 found = 0; in hpi_check_control_cache_single()
370 found = 0; in hpi_check_control_cache_single()
378 found = 0; in hpi_check_control_cache_single()
385 found = 0; in hpi_check_control_cache_single()
392 found = 0; in hpi_check_control_cache_single()
409 found = 0; in hpi_check_control_cache_single()
417 found = 0; in hpi_check_control_cache_single()
423 found = 0; in hpi_check_control_cache_single()
429 found = 0; in hpi_check_control_cache_single()
[all …]
/sound/core/seq/
Dseq_ports.c86 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest() local
89 found = NULL; in snd_seq_port_query_nearest()
95 found = port; in snd_seq_port_query_nearest()
98 if (found == NULL || port->addr.port < found->addr.port) in snd_seq_port_query_nearest()
99 found = port; in snd_seq_port_query_nearest()
101 if (found) { in snd_seq_port_query_nearest()
102 if (found->closing) in snd_seq_port_query_nearest()
103 found = NULL; in snd_seq_port_query_nearest()
105 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest()
108 return found; in snd_seq_port_query_nearest()
[all …]
/sound/aoa/codecs/
DKconfig7 codec chip found in the latest Apple machines
16 found in a lot of Apple Machines, especially
23 found in the Mac Mini. If you have a Mac Mini and
/sound/soc/intel/common/
Dsst-match-acpi.c69 bool found = false; in sst_acpi_check_hid() local
71 status = acpi_get_devices(hid, sst_acpi_mach_match, &found, NULL); in sst_acpi_check_hid()
76 return found; in sst_acpi_check_hid()
/sound/soc/fsl/
Dwm1133-ev1.c86 int i, found = 0; in wm1133_ev1_hw_params() local
96 found = 1; in wm1133_ev1_hw_params()
100 if (!found) in wm1133_ev1_hw_params()
/sound/spi/
DKconfig18 DAC can be found on Atmel development boards.
21 peripheral found on most AT91 and AVR32 microprocessors.
/sound/soc/pxa/
Dmmp-pcm.c86 bool found = false; in filter() local
93 found = true; in filter()
97 return found; in filter()
/sound/soc/au1x/
DKconfig10 Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.
29 old DMA controller as found on the Au1000/Au1500/Au1100 chips.
/sound/parisc/
DKconfig17 chip found in most GSC-based PA-RISC workstations. It's frequently
/sound/soc/txx9/
Dtxx9aclc.c328 bool found = false; in filter() local
334 found = true; in filter()
337 return found; in filter()
/sound/soc/davinci/
DKconfig22 Say Y or M here if you want to have support for McBSP IP found in
29 Say Y or M here if you want to have support for McASP IP found in
/sound/sh/
DKconfig9 Drivers that are implemented on ASoC can be found in
/sound/arm/
DKconfig9 Drivers that are implemented on ASoC can be found in
/sound/soc/intel/boards/
Dcht_bsw_rt5645.c562 bool found = false; in snd_cht_mc_probe() local
578 found = true; in snd_cht_mc_probe()
583 if (!found) { in snd_cht_mc_probe()
/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()
990 bool found = false; in cygnus_set_dai_tdm_slot() local
1030 found = true; in cygnus_set_dai_tdm_slot()
1035 if (!found) { in cygnus_set_dai_tdm_slot()
/sound/core/
Dinit.c945 struct snd_monitor_file *mfile, *found = NULL; in snd_card_file_remove() local
956 found = mfile; in snd_card_file_remove()
961 if (!found) { in snd_card_file_remove()
965 kfree(found); in snd_card_file_remove()
/sound/usb/
Dpcm.c99 struct audioformat *found = NULL; in find_format() local
119 if (! found) { in find_format()
120 found = fp; in find_format()
139 found = fp; in find_format()
145 if (fp->maxpacksize > found->maxpacksize) { in find_format()
146 found = fp; in find_format()
150 return found; in find_format()
/sound/pci/hda/
Dhda_auto_parser.c900 int found; in pin_config_match() local
903 found = 0; in pin_config_match()
906 found = 1; in pin_config_match()
915 if (!found && (cfg & 0xf0000000) != 0x40000000) in pin_config_match()
/sound/soc/
Dsoc-core.c3034 char *found, name[NAME_SIZE]; in fmt_single_name() local
3043 found = strstr(name, dev->driver->name); in fmt_single_name()
3044 if (found) { in fmt_single_name()
3046 if (sscanf(&found[strlen(dev->driver->name)], ".%d", id) == 1) { in fmt_single_name()
3050 found[strlen(dev->driver->name)] = '\0'; in fmt_single_name()
3423 int found = 0; in __snd_soc_unregister_component() local
3433 found = 1; in __snd_soc_unregister_component()
3438 if (found) { in __snd_soc_unregister_component()
3443 return found; in __snd_soc_unregister_component()
3811 goto found; in snd_soc_unregister_codec()
[all …]
Dsoc-ops.c603 int found = 0; in snd_soc_limit_volume() local
612 found = 1; in snd_soc_limit_volume()
616 if (found) { in snd_soc_limit_volume()
Dsoc-dapm.c2206 int found = 0; in soc_dapm_mux_update_power() local
2213 found = 1; in soc_dapm_mux_update_power()
2223 if (found) in soc_dapm_mux_update_power()
2226 return found; in soc_dapm_mux_update_power()
2253 int found = 0; in soc_dapm_mixer_update_power() local
2281 if (found && rconnect >= 0) in soc_dapm_mixer_update_power()
2285 found = 1; in soc_dapm_mixer_update_power()
2288 if (found) in soc_dapm_mixer_update_power()
2291 return found; in soc_dapm_mixer_update_power()
/sound/ppc/
Dpmac.c99 int i, ok, found; in snd_pmac_rate_index() local
104 found = 0; in snd_pmac_rate_index()
107 found = i; in snd_pmac_rate_index()
111 return found; in snd_pmac_rate_index()
/sound/oss/
DKconfig248 M here (the module will be called sound) if you haven't found a
267 found after the machine has been running for a while. If you say Y
456 UART chip. This interface is rarely found on sound cards. It's safe
518 16-bit support for the VIDC onboard sound hardware found on Acorn
/sound/soc/codecs/
Dtlv320aic3x.c1140 goto found; in aic3x_hw_params()
1166 goto found; in aic3x_hw_params()
1174 found: in aic3x_hw_params()
/sound/soc/intel/skylake/
Dskl-messages.c954 bool found = false; in skl_clear_module_state() local
959 found = true; in skl_clear_module_state()
963 if (!found) in skl_clear_module_state()

12