Lines Matching defs:component
206 dev_err(codec_dai->component->dev, "can't set pll: %d\n", ret);
213 dev_err(codec_dai->component->dev, "can't set clock %d\n", ret);
942 * are in place before the codec component driver's probe function parses them.
1002 struct snd_soc_component *component = asoc_rtd_to_codec(runtime, 0)->component;
1011 snd_soc_component_update_bits(component, RT5640_GLB_CLK,
1014 rt5640_sel_asrc_clk_src(component,
1121 snd_soc_component_set_jack(component, &priv->jack, NULL);
1254 struct snd_soc_component *component;
1259 for_each_card_components(card, component) {
1260 if (!strcmp(component->name, byt_rt5640_codec_name)) {
1261 dev_dbg(component->dev, "disabling jack detect before suspend\n");
1262 snd_soc_component_set_jack(component, NULL, NULL);
1273 struct snd_soc_component *component;
1278 for_each_card_components(card, component) {
1279 if (!strcmp(component->name, byt_rt5640_codec_name)) {
1280 dev_dbg(component->dev, "re-enabling jack detect after resume\n");
1281 snd_soc_component_set_jack(component, &priv->jack, NULL);