Home
last modified time | relevance | path

Searched refs:cs42l73 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dcs42l73.c1199 struct cs42l73_private *cs42l73 = snd_soc_codec_get_drvdata(codec); in cs42l73_set_bias_level() local
1212 regcache_cache_only(cs42l73->regmap, false); in cs42l73_set_bias_level()
1213 regcache_sync(cs42l73->regmap); in cs42l73_set_bias_level()
1220 if (cs42l73->shutdwn_delay > 0) { in cs42l73_set_bias_level()
1221 mdelay(cs42l73->shutdwn_delay); in cs42l73_set_bias_level()
1222 cs42l73->shutdwn_delay = 0; in cs42l73_set_bias_level()
1335 struct cs42l73_private *cs42l73 = snd_soc_codec_get_drvdata(codec); in cs42l73_probe() local
1338 if (cs42l73->pdata.chgfreq) in cs42l73_probe()
1341 cs42l73->pdata.chgfreq << 4); in cs42l73_probe()
1344 cs42l73->mclksel = CS42L73_CLKID_MCLK1; in cs42l73_probe()
[all …]
DMakefile40 snd-soc-cs42l73-objs := cs42l73.o
225 obj-$(CONFIG_SND_SOC_CS42L73) += snd-soc-cs42l73.o
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dcs42l73.txt5 - compatible : "cirrus,cs42l73"
17 codec: cs42l73@4a {
18 compatible = "cirrus,cs42l73";