diff options
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | 2022-06-10 15:44:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-10 19:52:00 +0300 |
commit | 81eef68f3bb78f5b3dc29032ffd804a4a2d7aaf0 (patch) | |
tree | a3044e007049389b5e1e0f911d77de15bfee674d /include/sound | |
parent | 46c80e72c16adff20f61240f887c4842e80cb6ec (diff) | |
download | linux-81eef68f3bb78f5b3dc29032ffd804a4a2d7aaf0.tar.xz |
ASoC: Remove unused hw_write_t type
Commit 81da8a0b7975 ("ASoC: remove codec hw_write/control_data") removed
use of hw_write_t in struct snd_soc_codec, but it left type definition.
Fully clean it up.
Fixes: 81da8a0b7975 ("ASoC: remove codec hw_write/control_data")
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220610124420.4160986-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index f20f5f890794..b276dcb5d4e8 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -408,8 +408,6 @@ struct snd_soc_jack_pin; struct snd_soc_jack_gpio; -typedef int (*hw_write_t)(void *,const char* ,int); - enum snd_soc_pcm_subclass { SND_SOC_PCM_CLASS_PCM = 0, SND_SOC_PCM_CLASS_BE = 1, |