ASoC: Intel: sst: Remove unnecessary sst_init_stream() function
authorHans de Goede <hdegoede@redhat.com>
Sun, 18 Feb 2018 22:01:40 +0000 (23:01 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 1 Mar 2018 16:22:45 +0000 (16:22 +0000)
commit8cf732bbd8d6bc9a28ac48c7bac0ccc9f55cb151
tree5a3145537c0410edb62a83c1d95f58f13a85fbeb
parentbd47469c9985b50831a55bdda5a36f4672452764
ASoC: Intel: sst: Remove unnecessary sst_init_stream() function

sst_init_stream() has only one caller and all its function arguments are
unused. Inline it on the one call site and remove it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst/sst.h
sound/soc/intel/atom/sst/sst_pvt.c
sound/soc/intel/atom/sst/sst_stream.c