Searched full:max9867 (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | max9867.c | 3 // MAX9867 ALSA SoC codec driver 17 #include "max9867.h" 56 struct max9867_priv *max9867 = snd_soc_component_get_drvdata(component); in max9867_adc_dac_event() local 71 max9867->adc_dac_active |= BIT(adc_dac); in max9867_adc_dac_event() 73 max9867->adc_dac_active &= ~BIT(adc_dac); in max9867_adc_dac_event() 82 struct max9867_priv *max9867 = snd_soc_component_get_drvdata(component); in max9867_filter_get() local 86 ret = regmap_read(max9867->regmap, MAX9867_CODECFLTR, ®); in max9867_filter_get() 102 struct max9867_priv *max9867 = snd_soc_component_get_drvdata(component); in max9867_filter_set() local 110 if (max9867->adc_dac_active) in max9867_filter_set() 114 ret = regmap_read(max9867->regmap, MAX9867_CODECFLTR, ®); in max9867_filter_set() [all …]
|
| D | max9867.h | 3 * max9867.h -- MAX9867 ALSA SoC Audio driver 11 /* MAX9867 register space */
|
| D | Makefile | 150 snd-soc-max9867-objs := max9867.o 531 obj-$(CONFIG_SND_SOC_MAX9867) += snd-soc-max9867.o
|
| D | Kconfig | 1166 tristate "Maxim MAX9867 CODEC"
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | max9867.c | 3 // MAX9867 ALSA SoC codec driver 16 #include "max9867.h" 54 struct max9867_priv *max9867 = snd_soc_component_get_drvdata(component); in max9867_adc_dac_event() local 69 max9867->adc_dac_active |= BIT(adc_dac); in max9867_adc_dac_event() 71 max9867->adc_dac_active &= ~BIT(adc_dac); in max9867_adc_dac_event() 80 struct max9867_priv *max9867 = snd_soc_component_get_drvdata(component); in max9867_filter_get() local 84 ret = regmap_read(max9867->regmap, MAX9867_CODECFLTR, ®); in max9867_filter_get() 100 struct max9867_priv *max9867 = snd_soc_component_get_drvdata(component); in max9867_filter_set() local 108 if (max9867->adc_dac_active) in max9867_filter_set() 112 ret = regmap_read(max9867->regmap, MAX9867_CODECFLTR, ®); in max9867_filter_set() [all …]
|
| D | max9867.h | 3 * max9867.h -- MAX9867 ALSA SoC Audio driver 11 /* MAX9867 register space */
|
| D | Makefile | 114 snd-soc-max9867-objs := max9867.o 423 obj-$(CONFIG_SND_SOC_MAX9867) += snd-soc-max9867.o
|
| D | Kconfig | 870 tristate "Maxim MAX9867 CODEC"
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | max9867.txt | 1 max9867 codec 7 - compatible : "maxim,max9867" 13 max9867: max9867@18 { 14 compatible = "maxim,max9867";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | maxim,max9867.yaml | 4 $id: http://devicetree.org/schemas/sound/maxim,max9867.yaml# 7 title: Maxim Integrated MAX9867 CODEC 30 - maxim,max9867 54 compatible = "maxim,max9867";
|