Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dcs4341.c99 switch (cs4341->fmt) { in cs4341_hw_params()
111 cs4341->fmt); in cs4341_hw_params()
229 struct cs4341_priv *cs4341; in cs4341_i2c_probe() local
231 cs4341 = devm_kzalloc(&i2c->dev, sizeof(*cs4341), GFP_KERNEL); in cs4341_i2c_probe()
232 if (!cs4341) in cs4341_i2c_probe()
243 cs4341->regmap = devm_regmap_init_i2c(i2c, &cs4341->regcfg); in cs4341_i2c_probe()
244 if (IS_ERR(cs4341->regmap)) in cs4341_i2c_probe()
274 struct cs4341_priv *cs4341; in cs4341_spi_probe() local
277 cs4341 = devm_kzalloc(&spi->dev, sizeof(*cs4341), GFP_KERNEL); in cs4341_spi_probe()
278 if (!cs4341) in cs4341_spi_probe()
[all …]
H A DMakefile106 snd-soc-cs4341-y := cs4341.o
524 obj-$(CONFIG_SND_SOC_CS4341) += snd-soc-cs4341.o
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dcs4341.txt17 codec: cs4341@0 {