Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dak4641.c101 ak4641->deemph = deemph; in ak4641_put_deemph()
310 ak4641->sysclk = freq; in ak4641_set_dai_sysclk()
324 fs = ak4641->sysclk / rate; in ak4641_i2s_hw_params()
348 ak4641->playback_fs = rate; in ak4641_i2s_hw_params()
440 ret = regcache_sync(ak4641->regmap); in ak4641_set_bias_level()
456 regcache_mark_dirty(ak4641->regmap); in ak4641_set_bias_level()
553 struct ak4641_priv *ak4641; in ak4641_i2c_probe() local
558 if (!ak4641) in ak4641_i2c_probe()
562 if (IS_ERR(ak4641->regmap)) in ak4641_i2c_probe()
563 return PTR_ERR(ak4641->regmap); in ak4641_i2c_probe()
[all …]
H A DMakefile42 snd-soc-ak4641-objs := ak4641.o
427 obj-$(CONFIG_SND_SOC_AK4641) += snd-soc-ak4641.o