Home
last modified time | relevance | path

Searched refs:cs42l73 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcs42l73.c3 * cs42l73.c -- CS42L73 ALSA Soc Audio driver
28 #include <sound/cs42l73.h>
29 #include "cs42l73.h"
1095 struct cs42l73_private *cs42l73 = snd_soc_component_get_drvdata(component); in cs42l73_set_bias_level() local
1108 regcache_cache_only(cs42l73->regmap, false); in cs42l73_set_bias_level()
1109 regcache_sync(cs42l73->regmap); in cs42l73_set_bias_level()
1116 if (cs42l73->shutdwn_delay > 0) { in cs42l73_set_bias_level()
1117 mdelay(cs42l73->shutdwn_delay); in cs42l73_set_bias_level()
1118 cs42l73->shutdwn_delay = 0; in cs42l73_set_bias_level()
1167 .name = "cs42l73
1230 struct cs42l73_private *cs42l73 = snd_soc_component_get_drvdata(component); cs42l73_probe() local
1276 struct cs42l73_private *cs42l73; cs42l73_i2c_probe() local
[all...]
H A DMakefile59 snd-soc-cs42l73-objs := cs42l73.o
368 obj-$(CONFIG_SND_SOC_CS42L73) += snd-soc-cs42l73.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l73.c3 * cs42l73.c -- CS42L73 ALSA Soc Audio driver
28 #include <sound/cs42l73.h>
29 #include "cs42l73.h"
1096 struct cs42l73_private *cs42l73 = snd_soc_component_get_drvdata(component); in cs42l73_set_bias_level() local
1109 regcache_cache_only(cs42l73->regmap, false); in cs42l73_set_bias_level()
1110 regcache_sync(cs42l73->regmap); in cs42l73_set_bias_level()
1117 if (cs42l73->shutdwn_delay > 0) { in cs42l73_set_bias_level()
1118 mdelay(cs42l73->shutdwn_delay); in cs42l73_set_bias_level()
1119 cs42l73->shutdwn_delay = 0; in cs42l73_set_bias_level()
1168 .name = "cs42l73
1231 struct cs42l73_private *cs42l73 = snd_soc_component_get_drvdata(component); cs42l73_probe() local
1278 struct cs42l73_private *cs42l73; cs42l73_i2c_probe() local
[all...]
H A DMakefile86 snd-soc-cs42l73-objs := cs42l73.o
472 obj-$(CONFIG_SND_SOC_CS42L73) += snd-soc-cs42l73.o

Completed in 7 milliseconds