diff --git a/[refs] b/[refs] index 3a99f75e29a7..de82b7a97b8f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8fec560d9beb3957bf45ac93b1c0c616abd77a07 +refs/heads/master: bc7320c5c8ddeb3b50c6a24013dab9ba74bce578 diff --git a/trunk/sound/soc/soc-core.c b/trunk/sound/soc/soc-core.c index e5aa1c20dddb..87be938622dd 100644 --- a/trunk/sound/soc/soc-core.c +++ b/trunk/sound/soc/soc-core.c @@ -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;