Searched +full:mfp1 +full:- +full:mfp5 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Alexander Stein <alexander.stein@ew.tq-group.com>19 - ti,tas250520 - ti,tlv320aic32x421 - ti,tlv320aic32x628 - description: Master clock30 clock-names:32 - const: mclk[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later7 * Author: Javier Martin <javier.martin@vista-silicon.com>30 #include <sound/soc-dapm.h>59 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in aic32x4_reset_adc()81 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in mic_bias_event()112 ucontrol->value.integer.value[0] = (val & 0x01); in aic32x4_get_mfp1_gpio()129 return -EINVAL; in aic32x4_set_mfp2_gpio()132 if (ucontrol->value.integer.value[0] == (val & AIC32X4_MFP2_GPIO_OUT_HIGH)) in aic32x4_set_mfp2_gpio()135 if (ucontrol->value.integer.value[0]) in aic32x4_set_mfp2_gpio()136 val |= ucontrol->value.integer.value[0]; in aic32x4_set_mfp2_gpio()[all …]