[ALSA] ASoC very minor coding style fix for snd_soc_new_pcms()

This very minor patch fixes the snd_soc_new_pcms() function to comply
with the kernel coding style.

Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
Liam Girdwood 2007-02-01 12:26:07 +01:00 committed by Jaroslav Kysela
parent 8fec560d9b
commit bc7320c5c8
1 changed files with 1 additions and 1 deletions

View File

@ -1522,7 +1522,7 @@ EXPORT_SYMBOL_GPL(snd_soc_get_rate);
*
* Returns 0 for success, else error.
*/
int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char * xid)
int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char *xid)
{
struct snd_soc_codec *codec = socdev->codec;
struct snd_soc_machine *machine = socdev->machine;