Searched +full:msm8916 +full:- +full:wcd +full:- +full:digital +full:- +full:codec (Results  1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | qcom,msm8916-wcd-digital-codec.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/sound/qcom,msm8916-wcd-digital-codec.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Qualcomm MSM8916 WCD Digital Audio Codec
 10   - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
 13   The digital WCD audio codec found on Qualcomm MSM8916 LPASS.
 17     const: qcom,msm8916-wcd-digital-codec
 25   clock-names:
 27       - const: ahbix-clk
 [all …]
 
 | 
| /linux/sound/soc/codecs/ | 
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.02 snd-soc-88pm860x-y := 88pm860x-codec.o
 3 snd-soc-ab850
 [all...]
 | 
| H A D | msm8916-wcd-digital.c | 1 // SPDX-License-Identifier: GPL-2.0190 /* Codec supports 2 IIR filters */
 197 /* Codec supports 5 bands */
 331 /* Digital Gain control -84 dB to +40 dB in 1 dB steps */
 332 static const DECLARE_TLV_DB_SCALE(digital_gain, -8400, 100, -8400);
 334 /* Cutoff Freq for High Pass Filter at -3dB */
 360 			snd_soc_dapm_to_component(w->dapm);  in msm8x16_wcd_codec_set_iir_gain()
 365 		if (w->shift == 0)  in msm8x16_wcd_codec_set_iir_gain()
 367 		else if (w->shift == 1)  in msm8x16_wcd_codec_set_iir_gain()
 429 			(struct wcd_iir_filter_ctl *)kcontrol->private_value;  in msm8x16_wcd_get_iir_band_audio_mixer()
 [all …]
 
 | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only3 # modular, meaning we can't build the codec driver in with I2C support.
 5 # setting - SPI can't be modular so that case doesn't need to be covered.
 12 menu "CODEC drivers"
 15 	tristate "Build all ASoC CODEC drivers"
 366 	  Normally ASoC codec drivers are only built if a machine driver which
 430 	tristate "Build generic ASoC AC97 CODEC drive
 [all...]
 | 
| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | apq8016-schneider-hmibsc.dts | 1 // SPDX-License-Identifier: GPL-2.0-only7 /dts-v1/;
 9 #include "msm8916-pm8916.dtsi"
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/input/input.h>
 12 #include <dt-bindings/leds/common.h>
 13 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
 14 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h>
 15 #include <dt-bindings/sound/apq8016-lpass.h>
 19 	compatible = "schneider,apq8016-hmibsc", "qcom,apq8016";
 [all …]
 
 |