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()305 struct max9850_priv *max9850; in max9850_i2c_probe() local308 max9850 = devm_kzalloc(&i2c->dev, sizeof(struct max9850_priv), in max9850_i2c_probe()310 if (max9850 == NULL) in max9850_i2c_probe()313 max9850->regmap = devm_regmap_init_i2c(i2c, &max9850_regmap); in max9850_i2c_probe()314 if (IS_ERR(max9850->regmap)) in max9850_i2c_probe()315 return PTR_ERR(max9850->regmap); in max9850_i2c_probe()[all …]
133 snd-soc-max9850-objs := max9850.o466 obj-$(CONFIG_SND_SOC_MAX9850) += snd-soc-max9850.o
Completed in 7 milliseconds