aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-09-28 17:18:55 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-29 03:18:52 +0200
commit35c33721387afe2adda91936f163bb31ba3f0adf (patch)
tree637eda19966f4d1909ad155872a7161af23f3fa9 /drivers/staging/most
parentstaging: most: move initialization code (diff)
downloadlinux-dev-35c33721387afe2adda91936f163bb31ba3f0adf.tar.xz
linux-dev-35c33721387afe2adda91936f163bb31ba3f0adf.zip
staging: most: fix style problems
This patch simply corrects style violations. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most')
-rw-r--r--drivers/staging/most/aim-sound/sound.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/most/aim-sound/sound.c b/drivers/staging/most/aim-sound/sound.c
index dff8f74b6a0f..18c346a86bab 100644
--- a/drivers/staging/most/aim-sound/sound.c
+++ b/drivers/staging/most/aim-sound/sound.c
@@ -340,7 +340,7 @@ static int pcm_hw_params(struct snd_pcm_substream *substream,
!(params_format(hw_params) != channel->pcm_hardware.formats))
return -EINVAL;
return snd_pcm_lib_alloc_vmalloc_buffer(substream,
- params_buffer_bytes(hw_params));
+ params_buffer_bytes(hw_params));
}
/**
@@ -480,8 +480,8 @@ static int split_arg_list(char *buf, char **card_name, char **pcm_format)
}
static int audio_set_hw_params(struct snd_pcm_hardware *pcm_hw,
- char *pcm_format,
- struct most_channel_config *cfg)
+ char *pcm_format,
+ struct most_channel_config *cfg)
{
pcm_hw->info = MOST_PCM_INFO;
pcm_hw->rates = SNDRV_PCM_RATE_48000;