瀏覽代碼

Merge branch 'topic/msbits' into for-next

Takashi Iwai 10 年之前
父節點
當前提交
c9a458519d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/soc-pcm.c

+ 1 - 1
sound/soc/soc-pcm.c

@@ -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;