/sound/pci/asihpi/ |
D | hpicmn.c | 324 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/ |
D | seq_ports.c | 86 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/ |
D | Kconfig | 7 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/ |
D | sst-match-acpi.c | 69 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/ |
D | wm1133-ev1.c | 86 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/ |
D | Kconfig | 18 DAC can be found on Atmel development boards. 21 peripheral found on most AT91 and AVR32 microprocessors.
|
/sound/soc/pxa/ |
D | mmp-pcm.c | 86 bool found = false; in filter() local 93 found = true; in filter() 97 return found; in filter()
|
/sound/soc/au1x/ |
D | Kconfig | 10 Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC. 29 old DMA controller as found on the Au1000/Au1500/Au1100 chips.
|
/sound/parisc/ |
D | Kconfig | 17 chip found in most GSC-based PA-RISC workstations. It's frequently
|
/sound/soc/txx9/ |
D | txx9aclc.c | 328 bool found = false; in filter() local 334 found = true; in filter() 337 return found; in filter()
|
/sound/soc/davinci/ |
D | Kconfig | 22 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/ |
D | Kconfig | 9 Drivers that are implemented on ASoC can be found in
|
/sound/arm/ |
D | Kconfig | 9 Drivers that are implemented on ASoC can be found in
|
/sound/soc/intel/boards/ |
D | cht_bsw_rt5645.c | 562 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/ |
D | cygnus-ssp.c | 495 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/ |
D | init.c | 945 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/ |
D | pcm.c | 99 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/ |
D | hda_auto_parser.c | 900 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/ |
D | soc-core.c | 3034 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 …]
|
D | soc-ops.c | 603 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()
|
D | soc-dapm.c | 2206 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/ |
D | pmac.c | 99 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/ |
D | Kconfig | 248 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/ |
D | tlv320aic3x.c | 1140 goto found; in aic3x_hw_params() 1166 goto found; in aic3x_hw_params() 1174 found: in aic3x_hw_params()
|
/sound/soc/intel/skylake/ |
D | skl-messages.c | 954 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()
|