Searched refs:cs4349 (Results 1 – 1 of 1) sorted by relevance
73 struct cs4349_private *cs4349 = snd_soc_component_get_drvdata(component); in cs4349_set_dai_fmt() local82 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() local99 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() local280 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 …]