Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 657a9dbb authored by Aditya Bavanari's avatar Aditya Bavanari Committed by Gerrit - the friendly Code Review server
Browse files

soc: soc-core: Add soc_find_component_locked definition



Add function definition for soc_find_component_locked.

Change-Id: I15ac9c81c8f564d1b2bc768d4758690301e26c44
Signed-off-by: default avatarAditya Bavanari <abavanar@codeaurora.org>
parent 01944e4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1368,6 +1368,8 @@ int snd_soc_component_test_bits(struct snd_soc_component *component,
	unsigned int reg, unsigned int mask, unsigned int value);
struct snd_soc_component *soc_find_component(
	const struct device_node *of_node, const char *name);
struct snd_soc_component *soc_find_component_locked(
	const struct device_node *of_node, const char *name);

/* component wide operations */
int snd_soc_component_set_sysclk(struct snd_soc_component *component,