commit | 8cf732bbd8d6bc9a28ac48c7bac0ccc9f55cb151 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Feb 18 23:01:40 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Thu Mar 01 16:22:45 2018 +0000 |
tree | 5a3145537c0410edb62a83c1d95f58f13a85fbeb | |
parent | bd47469c9985b50831a55bdda5a36f4672452764 [diff] |
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>