diff options
author | Mark Brown <broonie@kernel.org> | 2021-02-17 19:52:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-17 19:52:26 +0100 |
commit | 0969db0d8d15caee41cd817154670c38d9ed7f61 (patch) | |
tree | 8ff546a65226e934d2b975ead545bb8bae54affc /sound/soc/meson/aiu-fifo-i2s.c | |
parent | Merge remote-tracking branch 'asoc/for-5.11' into asoc-linus (diff) | |
parent | Merge series "ASoC: Intel: bytcr_rt5640: Add quirks for 4 more tablet / 2-in-... (diff) | |
download | linux-0969db0d8d15caee41cd817154670c38d9ed7f61.tar.xz linux-0969db0d8d15caee41cd817154670c38d9ed7f61.zip |
Merge remote-tracking branch 'asoc/for-5.12' into asoc-linus
Diffstat (limited to 'sound/soc/meson/aiu-fifo-i2s.c')
-rw-r--r-- | sound/soc/meson/aiu-fifo-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/meson/aiu-fifo-i2s.c b/sound/soc/meson/aiu-fifo-i2s.c index d91b0d874342..2388a2d0b3a6 100644 --- a/sound/soc/meson/aiu-fifo-i2s.c +++ b/sound/soc/meson/aiu-fifo-i2s.c @@ -124,7 +124,6 @@ const struct snd_soc_dai_ops aiu_fifo_i2s_dai_ops = { .trigger = aiu_fifo_i2s_trigger, .prepare = aiu_fifo_i2s_prepare, .hw_params = aiu_fifo_i2s_hw_params, - .hw_free = aiu_fifo_hw_free, .startup = aiu_fifo_startup, .shutdown = aiu_fifo_shutdown, }; |