aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/intel_sst/intel_sst_stream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/intel_sst/intel_sst_stream.c b/drivers/staging/intel_sst/intel_sst_stream.c
index ff46d5ccf781..1ce3a9c4e3d5 100644
--- a/drivers/staging/intel_sst/intel_sst_stream.c
+++ b/drivers/staging/intel_sst/intel_sst_stream.c
@@ -117,7 +117,8 @@ int sst_alloc_stream(char *params, unsigned int stream_ops,
{
struct ipc_post *msg = NULL;
struct snd_sst_alloc_params alloc_param;
- unsigned int pcm_slot = 0, num_ch, str_id;
+ unsigned int pcm_slot = 0, num_ch;
+ int str_id;
struct snd_sst_stream_params *sparams;
struct stream_info *str_info;