tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge branch 'topic/misc' into for-linus
Takashi Iwai
17 years ago
3a5e1d17
9d7eff60
+1
-1
1 changed file
expand all
collapse all
unified
split
sound
pci
ice1712
ice1724.c
+1
-1
sound/pci/ice1712/ice1724.c
···
1239
1239
if (ice->force_pdma4 || ice->force_rdma1)
1240
1240
name = "ICE1724 Secondary";
1241
1241
else
1242
1242
-
name = "IEC1724 IEC958";
1242
1242
+
name = "ICE1724 IEC958";
1243
1243
err = snd_pcm_new(ice->card, name, device, play, capt, &pcm);
1244
1244
if (err < 0)
1245
1245
return err;