Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs4349.c73 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_set_dai_fmt() local
82 cs4349->mode = format & SND_SOC_DAIFMT_FORMAT_MASK; in cs4349_set_dai_fmt()
96 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_pcm_hw_params() local
99 cs4349->rate = params_rate(params); in cs4349_pcm_hw_params()
101 switch (cs4349->mode) { in cs4349_pcm_hw_params()
277 struct cs4349_private *cs4349; in cs4349_i2c_probe() local
280 cs4349 = devm_kzalloc(&client->dev, sizeof(*cs4349), GFP_KERNEL); in cs4349_i2c_probe()
281 if (!cs4349) in cs4349_i2c_probe()
284 cs4349->regmap = devm_regmap_init_i2c(client, &cs4349_regmap); in cs4349_i2c_probe()
285 if (IS_ERR(cs4349->regmap)) { in cs4349_i2c_probe()
[all …]