Home
last modified time | relevance | path

Searched refs:ak4535 (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Dak4535.c255 struct ak4535_priv *ak4535 = snd_soc_codec_get_drvdata(codec); in ak4535_set_dai_sysclk() local
257 ak4535->sysclk = freq; in ak4535_set_dai_sysclk()
266 struct ak4535_priv *ak4535 = snd_soc_codec_get_drvdata(codec); in ak4535_hw_params() local
271 fs = ak4535->sysclk / rate; in ak4535_hw_params()
411 struct ak4535_priv *ak4535; in ak4535_i2c_probe() local
414 ak4535 = devm_kzalloc(&i2c->dev, sizeof(struct ak4535_priv), in ak4535_i2c_probe()
416 if (ak4535 == NULL) in ak4535_i2c_probe()
419 ak4535->regmap = devm_regmap_init_i2c(i2c, &ak4535_regmap); in ak4535_i2c_probe()
420 if (IS_ERR(ak4535->regmap)) { in ak4535_i2c_probe()
421 ret = PTR_ERR(ak4535->regmap); in ak4535_i2c_probe()
[all …]
DMakefile30 snd-soc-ak4535-objs := ak4535.o
268 obj-$(CONFIG_SND_SOC_AK4535) += snd-soc-ak4535.o