Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dcs4341.c49 struct cs4341_priv *cs4341 = snd_soc_component_get_drvdata(component); in cs4341_set_fmt() local
69 cs4341->fmt = format & SND_SOC_DAIFMT_FORMAT_MASK; in cs4341_set_fmt()
83 struct cs4341_priv *cs4341 = snd_soc_component_get_drvdata(component); in cs4341_hw_params() local
99 switch (cs4341->fmt) { in cs4341_hw_params()
111 cs4341->fmt); in cs4341_hw_params()
216 struct cs4341_priv *cs4341 = dev_get_drvdata(dev); in cs4341_probe() local
220 regmap_write(cs4341->regmap, cs4341_reg_defaults[i].reg, in cs4341_probe()
230 struct cs4341_priv *cs4341; in cs4341_i2c_probe() local
232 cs4341 = devm_kzalloc(&i2c->dev, sizeof(*cs4341), GFP_KERNEL); in cs4341_i2c_probe()
233 if (!cs4341) in cs4341_i2c_probe()
[all …]
DMakefile82 snd-soc-cs4341-objs := cs4341.o
434 obj-$(CONFIG_SND_SOC_CS4341) += snd-soc-cs4341.o
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dcs4341.txt17 codec: cs4341@0 {