/sound/pci/asihpi/ |
D | hpicmn.c | 315 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/ |
D | seq_ports.c | 71 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/ |
D | Kconfig | 8 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/ |
D | Kconfig | 19 DAC can be found on Atmel development boards. 22 peripheral found on most AT91 and AVR32 microprocessors.
|
/sound/soc/pxa/ |
D | mmp-pcm.c | 96 bool found = false; in filter() local 103 found = true; in filter() 107 return found; in filter()
|
/sound/soc/au1x/ |
D | Kconfig | 11 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/ |
D | Kconfig | 34 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/ |
D | hda_auto_parser.c | 904 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/ |
D | hda-pcm.c | 172 goto found; in hda_dsp_pcm_pointer() 212 found: in hda_dsp_pcm_pointer()
|
D | hda-stream.c | 216 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/ |
D | Kconfig | 18 chip found in most GSC-based PA-RISC workstations. It's frequently
|
/sound/soc/sof/ |
D | topology.c | 808 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/ |
D | Kconfig | 12 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/ |
D | Kconfig | 10 Drivers that are implemented on ASoC can be found in
|
/sound/arm/ |
D | Kconfig | 10 Drivers that are implemented on ASoC can be found in
|
/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() 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/ |
D | control_led.c | 143 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()
|
D | init.c | 1100 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/ |
D | cht_bsw_rt5645.c | 538 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/ |
D | pcm.c | 99 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/ |
D | pmac.c | 86 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/ |
D | soc-core.c | 1117 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()
|
D | soc-dapm.c | 2279 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/ |
D | skl-messages.c | 1006 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/ |
D | tlv320aic3x.c | 1143 goto found; in aic3x_hw_params() 1169 goto found; in aic3x_hw_params() 1177 found: in aic3x_hw_params()
|