Searched full:es8389 (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | es8389.c | 3 * es8389.c -- ES8389 ALSA SoC Audio Codec 26 #include "es8389.h" 62 struct es8389_private *es8389 = snd_soc_component_get_drvdata(component); in es8389_dmic_set() local 72 regmap_update_bits_check(es8389->regmap, ES8389_DMIC_EN, 0xC0, 0xC0, &changed1); in es8389_dmic_set() 73 regmap_update_bits_check(es8389->regmap, ES8389_ADC_MODE, 0x03, 0x03, &changed2); in es8389_dmic_set() 75 regmap_update_bits_check(es8389->regmap, ES8389_DMIC_EN, 0xC0, 0x00, &changed1); in es8389_dmic_set() 76 regmap_update_bits_check(es8389->regmap, ES8389_ADC_MODE, 0x03, 0x00, &changed2); in es8389_dmic_set() 469 struct es8389_private *es8389 = snd_soc_component_get_drvdata(component); in es8389_set_dai_sysclk() local 471 es8389->sysclk = freq; in es8389_set_dai_sysclk() 480 struct es8389_private *es8389 = snd_soc_component_get_drvdata(component); in es8389_set_tdm_slot() local [all …]
|
| H A D | es8389.h | 3 * ES8389.h -- ES8389 ALSA SoC Audio Codec
|
| H A D | Makefile | 138 snd-soc-es8389-y := es8389.o 569 obj-$(CONFIG_SND_SOC_ES8389) += snd-soc-es8389.o
|
| H A D | Kconfig | 1223 tristate "Everest Semi ES8389 CODEC"
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | everest,es8389.yaml | 4 $id: http://devicetree.org/schemas/sound/everest,es8389.yaml# 7 title: Everest ES8389 audio CODEC 17 const: everest,es8389 45 es8389: codec@10 { 46 compatible = "everest,es8389";
|