Searched refs:max9850 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Dmax9850.c2 * max9850.c -- codec driver for max9850
28 #include "max9850.h"
35 /* max9850 register cache */
134 struct max9850_priv *max9850 = snd_soc_codec_get_drvdata(codec); max9850_hw_params() local
138 if (!max9850->sysclk) max9850_hw_params()
146 do_div(lrclk_div, max9850->sysclk); max9850_hw_params()
173 struct max9850_priv *max9850 = snd_soc_codec_get_drvdata(codec); max9850_set_dai_sysclk() local
185 max9850->sysclk = freq; max9850_set_dai_sysclk()
245 struct max9850_priv *max9850 = snd_soc_codec_get_drvdata(codec); max9850_set_bias_level() local
255 ret = regcache_sync(max9850->regmap); max9850_set_bias_level()
281 .name = "max9850-hifi",
320 struct max9850_priv *max9850; max9850_i2c_probe() local
323 max9850 = devm_kzalloc(&i2c->dev, sizeof(struct max9850_priv), max9850_i2c_probe()
325 if (max9850 == NULL) max9850_i2c_probe()
328 max9850->regmap = devm_regmap_init_i2c(i2c, &max9850_regmap); max9850_i2c_probe()
329 if (IS_ERR(max9850->regmap)) max9850_i2c_probe()
330 return PTR_ERR(max9850->regmap); max9850_i2c_probe()
332 i2c_set_clientdata(i2c, max9850); max9850_i2c_probe()
346 { "max9850", 0 },
353 .name = "max9850",
H A Dmax9850.h2 * max9850.h -- codec driver for max9850
H A DMakefile74 snd-soc-max9850-objs := max9850.o
269 obj-$(CONFIG_SND_SOC_MAX9850) += snd-soc-max9850.o

Completed in 229 milliseconds