Loading sound/soc/soc-core.c +6 −0 Original line number Diff line number Diff line Loading @@ -879,6 +879,12 @@ struct snd_soc_component *soc_find_component( { struct snd_soc_component *component; if (!of_node && !name) { pr_err("%s: Either of_node or name must be valid\n", __func__); return NULL; } list_for_each_entry(component, &component_list, list) { if (of_node) { if (component->dev->of_node == of_node) Loading Loading
sound/soc/soc-core.c +6 −0 Original line number Diff line number Diff line Loading @@ -879,6 +879,12 @@ struct snd_soc_component *soc_find_component( { struct snd_soc_component *component; if (!of_node && !name) { pr_err("%s: Either of_node or name must be valid\n", __func__); return NULL; } list_for_each_entry(component, &component_list, list) { if (of_node) { if (component->dev->of_node == of_node) Loading