diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc-component.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index 874559458bd5..a13d5c98e0f3 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -284,6 +284,10 @@ static inline int snd_soc_component_cache_sync( } struct snd_soc_component *snd_soc_component_alloc(struct device *dev); + +void snd_soc_component_set_name(struct snd_soc_component *component, const char *name); +const char *snd_soc_component_name(struct snd_soc_component *component); + void snd_soc_component_set_aux(struct snd_soc_component *component, struct snd_soc_aux_dev *aux); int snd_soc_component_init(struct snd_soc_component *component); |
