diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2026-01-20 00:14:27 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-26 11:44:42 +0000 |
| commit | d8b795f65217dd033daac5147eba6acb73a9a489 (patch) | |
| tree | 31ebea7671bcaf8ea8f8b7406507bad4599db8d1 /include/sound | |
| parent | 19a412b66df7cddbc1fa87e049c56bacf00adb27 (diff) | |
| download | lwn-d8b795f65217dd033daac5147eba6acb73a9a489.tar.gz lwn-d8b795f65217dd033daac5147eba6acb73a9a489.zip | |
ASoC: soc-component: remove compatibility definition for component
All drivers uses new functions. Remove comaptibility definition.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87ldhtqgws.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/soc-component.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index 8b34958395ca..e538784746db 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -271,9 +271,6 @@ static inline struct snd_soc_dapm_context *snd_soc_component_to_dapm( return &component->dapm; } -// FIXME -#define snd_soc_component_get_dapm snd_soc_component_to_dapm - /** * snd_soc_component_cache_sync() - Sync the register cache with the hardware * @component: COMPONENT to sync |
