浏览代码

Merge branch 'topic/misc' into for-linus

Takashi Iwai 16 年之前
父节点
当前提交
3a5e1d1792
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/pci/ice1712/ice1724.c

+ 1 - 1
sound/pci/ice1712/ice1724.c

@@ -1239,7 +1239,7 @@ static int __devinit snd_vt1724_pcm_spdif(struct snd_ice1712 *ice, int device)
 	if (ice->force_pdma4 || ice->force_rdma1)
 		name = "ICE1724 Secondary";
 	else
-		name = "IEC1724 IEC958";
+		name = "ICE1724 IEC958";
 	err = snd_pcm_new(ice->card, name, device, play, capt, &pcm);
 	if (err < 0)
 		return err;