summaryrefslogtreecommitdiff
path: root/sound/soc/intel/atom/sst/sst_pvt.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-03-28 05:26:09 +0300
committerMark Brown <broonie@kernel.org>2018-03-28 05:26:09 +0300
commit5b6d7104f65c6a9271da71db5be01d08c04584ea (patch)
treeccf7e0c258eaf70a1aab7f07fe49ba57ec08421b /sound/soc/intel/atom/sst/sst_pvt.c
parent342fd472e8486fa77aa54028861e2eba86e90bd4 (diff)
parent2759ba9bf811f81c31d14e32f8cff022d54dce1f (diff)
downloadlinux-5b6d7104f65c6a9271da71db5be01d08c04584ea.tar.xz
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_pvt.c')
-rw-r--r--sound/soc/intel/atom/sst/sst_pvt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/intel/atom/sst/sst_pvt.c b/sound/soc/intel/atom/sst/sst_pvt.c
index b1e6b8f34a6a..af93244b4868 100644
--- a/sound/soc/intel/atom/sst/sst_pvt.c
+++ b/sound/soc/intel/atom/sst/sst_pvt.c
@@ -360,14 +360,6 @@ int sst_assign_pvt_id(struct intel_sst_drv *drv)
return local;
}
-void sst_init_stream(struct stream_info *stream,
- int codec, int sst_id, int ops, u8 slot)
-{
- stream->status = STREAM_INIT;
- stream->prev = STREAM_UN_INIT;
- stream->ops = ops;
-}
-
int sst_validate_strid(
struct intel_sst_drv *sst_drv_ctx, int str_id)
{