From ec71f57275f17fe8868d1618ac2dbbd888190829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Thu, 10 Feb 2011 11:16:04 +0100 Subject: [PATCH] --- yaml --- r: 236071 b: refs/heads/master c: 1bf8240c0779b00f1be8b236e55302d666b089c8 h: refs/heads/master i: 236069: b58371cb2cce1c795aa08d9c3bff575ae5f1e6b8 236067: e3a00d0097257e63206933658fbfe054f3aea25a 236063: 97db9c3e7550a488534687009c2263bd06e0d733 v: v3 --- [refs] | 2 +- .../drivers/staging/intel_sst/intel_sst_stream_encoded.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 62ca1de01277..9c6d9da79076 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0c0dda0767e3fa713b8c4a29369a65e4ae5e5c4 +refs/heads/master: 1bf8240c0779b00f1be8b236e55302d666b089c8 diff --git a/trunk/drivers/staging/intel_sst/intel_sst_stream_encoded.c b/trunk/drivers/staging/intel_sst/intel_sst_stream_encoded.c index 85789ba65186..29753c7519a7 100644 --- a/trunk/drivers/staging/intel_sst/intel_sst_stream_encoded.c +++ b/trunk/drivers/staging/intel_sst/intel_sst_stream_encoded.c @@ -171,7 +171,7 @@ int sst_set_stream_param(int str_id, struct snd_sst_params *str_param) } /** -* sst_get_vol - This fuction allows to get the premix gain or gain of a stream +* sst_get_vol - This function allows to get the premix gain or gain of a stream * * @get_vol: this is an output param through which the volume * structure is passed back to user @@ -221,7 +221,7 @@ int sst_get_vol(struct snd_sst_vol *get_vol) } /** -* sst_set_vol - This fuction allows to set the premix gain or gain of a stream +* sst_set_vol - This function allows to set the premix gain or gain of a stream * * @set_vol: this holds the volume structure that needs to be set * @@ -263,7 +263,7 @@ int sst_set_vol(struct snd_sst_vol *set_vol) } /** -* sst_set_mute - This fuction sets premix mute or soft mute of a stream +* sst_set_mute - This function sets premix mute or soft mute of a stream * * @set_mute: this holds the mute structure that needs to be set * @@ -450,7 +450,7 @@ int sst_target_device_validate(struct snd_sst_target_device *target) } /** - * sst_target_device_select - This fuction sets the target device configurations + * sst_target_device_select - This function sets the target device configurations * * @target: this parameter holds the configurations to be set *