Searched refs:max9850 (Results 1 – 2 of 2) sorted by relevance
120 if (!max9850->sysclk) in max9850_hw_params()128 do_div(lrclk_div, max9850->sysclk); in max9850_hw_params()167 max9850->sysclk = freq; in max9850_set_dai_sysclk()237 ret = regcache_sync(max9850->regmap); in max9850_set_bias_level()303 struct max9850_priv *max9850; in max9850_i2c_probe() local306 max9850 = devm_kzalloc(&i2c->dev, sizeof(struct max9850_priv), in max9850_i2c_probe()308 if (max9850 == NULL) in max9850_i2c_probe()311 max9850->regmap = devm_regmap_init_i2c(i2c, &max9850_regmap); in max9850_i2c_probe()312 if (IS_ERR(max9850->regmap)) in max9850_i2c_probe()313 return PTR_ERR(max9850->regmap); in max9850_i2c_probe()[all …]
162 snd-soc-max9850-objs := max9850.o543 obj-$(CONFIG_SND_SOC_MAX9850) += snd-soc-max9850.o