Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs4349.c75 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_set_dai_fmt() local
84 cs4349->mode = format & SND_SOC_DAIFMT_FORMAT_MASK; in cs4349_set_dai_fmt()
98 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_pcm_hw_params() local
101 cs4349->rate = params_rate(params); in cs4349_pcm_hw_params()
103 switch (cs4349->mode) { in cs4349_pcm_hw_params()
284 struct cs4349_private *cs4349; in cs4349_i2c_probe() local
287 cs4349 = devm_kzalloc(&client->dev, sizeof(*cs4349), GFP_KERNEL); in cs4349_i2c_probe()
288 if (!cs4349) in cs4349_i2c_probe()
291 cs4349->regmap = devm_regmap_init_i2c(client, &cs4349_regmap); in cs4349_i2c_probe()
292 if (IS_ERR(cs4349->regmap)) { in cs4349_i2c_probe()
[all …]
H A DMakefile70 snd-soc-cs4349-objs := cs4349.o
397 obj-$(CONFIG_SND_SOC_CS4349) += snd-soc-cs4349.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs4349.txt5 - compatible : "cirrus,cs4349"
15 codec: cs4349@48 {
16 compatible = "cirrus,cs4349";