Searched refs:cs4349 (Results 1 – 3 of 3) sorted by relevance
74 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_set_dai_fmt() local83 cs4349->mode = format & SND_SOC_DAIFMT_FORMAT_MASK; in cs4349_set_dai_fmt()97 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_pcm_hw_params() local100 cs4349->rate = params_rate(params); in cs4349_pcm_hw_params()102 switch (cs4349->mode) { in cs4349_pcm_hw_params()278 struct cs4349_private *cs4349; in cs4349_i2c_probe() local281 cs4349 = devm_kzalloc(&client->dev, sizeof(*cs4349), GFP_KERNEL); in cs4349_i2c_probe()282 if (!cs4349) in cs4349_i2c_probe()285 cs4349->regmap = devm_regmap_init_i2c(client, &cs4349_regmap); in cs4349_i2c_probe()286 if (IS_ERR(cs4349->regmap)) { in cs4349_i2c_probe()[all …]
104 snd-soc-cs4349-y := cs4349.o511 obj-$(CONFIG_SND_SOC_CS4349) += snd-soc-cs4349.o
5 - compatible : "cirrus,cs4349"15 codec: cs4349@48 {16 compatible = "cirrus,cs4349";