Home
last modified time | relevance | path

Searched refs:max9867 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmax9867.c54 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, &reg); 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, &reg); in max9867_filter_set()
124 regmap_update_bits(max9867->regmap, MAX9867_PWRMAN, in max9867_filter_set()
128 regmap_update_bits(max9867->regmap, MAX9867_CODECFLTR, in max9867_filter_set()
[all …]
H A DMakefile122 snd-soc-max9867-objs := max9867.o
449 obj-$(CONFIG_SND_SOC_MAX9867) += snd-soc-max9867.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dmax9867.txt1 max9867 codec
7 - compatible : "maxim,max9867"
13 max9867: max9867@18 {
14 compatible = "maxim,max9867";