Home
last modified time | relevance | path

Searched +full:mfp1 +full:- +full:mfp5 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dti,tlv320aic32x4.yaml1 # 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,tas2505
20 - ti,tlv320aic32x4
21 - ti,tlv320aic32x6
28 - description: Master clock
30 clock-names:
32 - const: mclk
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic32x4.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * 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 …]