Searched refs:cs4341 (Results 1 – 3 of 3) sorted by relevance
99 switch (cs4341->fmt) { in cs4341_hw_params()111 cs4341->fmt); in cs4341_hw_params()229 struct cs4341_priv *cs4341; in cs4341_i2c_probe() local231 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() local277 cs4341 = devm_kzalloc(&spi->dev, sizeof(*cs4341), GFP_KERNEL); in cs4341_spi_probe()278 if (!cs4341) in cs4341_spi_probe()[all …]
106 snd-soc-cs4341-y := cs4341.o524 obj-$(CONFIG_SND_SOC_CS4341) += snd-soc-cs4341.o
17 codec: cs4341@0 {