Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs4349.c74 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_set_dai_fmt() local
83 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() local
100 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() local
281 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 …]
H A DMakefile104 snd-soc-cs4349-y := cs4349.o
511 obj-$(CONFIG_SND_SOC_CS4349) += snd-soc-cs4349.o
/linux/Documentation/devicetree/bindings/sound/
H A Dcs4349.txt5 - compatible : "cirrus,cs4349"
15 codec: cs4349@48 {
16 compatible = "cirrus,cs4349";