Searched +full:modeswitch +full:- +full:delay +full:- +full:ms (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/sound/dmic-codec.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>13 - $ref: dai-common.yaml#17 const: dmic-codec19 '#sound-dai-cells':22 vref-supply:25 dmicen-gpios:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * dmic.c -- SoC audio for Generic Digital MICs8 #include <linux/delay.h>18 #include <sound/soc-dapm.h>31 /* Delay after DMIC mode switch */38 struct snd_soc_component *component = dai->component; in dmic_daiops_trigger()43 if (dmic->modeswitch_delay) in dmic_daiops_trigger()44 mdelay(dmic->modeswitch_delay); in dmic_daiops_trigger()58 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in dmic_aif_event()64 if (dmic->gpio_en) in dmic_aif_event()[all …]