diff options
author | Mark Brown <broonie@kernel.org> | 2022-06-14 13:25:45 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-14 13:25:45 +0300 |
commit | 14cc5849120051caf537f663ec620910503bb719 (patch) | |
tree | f786cd254d3a6dc104976b03e05b381d9fe5cc16 /include | |
parent | 7ed1f83bb4f05fe460984ae49e98d1c1be38fb5f (diff) | |
parent | da440af07fc3dd2b5a5138671eba51991dd1fac8 (diff) | |
download | linux-14cc5849120051caf537f663ec620910503bb719.tar.xz |
ASoC: Merge fixes
Required for more changes for the ops.
Diffstat (limited to 'include')
-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 faef85e37e32..8909cc7d311e 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, |