Merge branch 'topic/msbits' into for-next

This commit is contained in:
Takashi Iwai 2014-12-31 17:13:41 +01:00
commit c9a458519d
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ static bool soc_pcm_has_symmetry(struct snd_pcm_substream *substream)
static void soc_pcm_set_msb(struct snd_pcm_substream *substream, int bits)
{
struct snd_soc_pcm_runtime *rtd = substream->private_data;
int ret, i;
int ret;
if (!bits)
return;