[alsa-devel] Bug 2552 typo in ice1724.c
Alan Horstmann
gineera at aspect135.co.uk
Mon Jan 5 12:29:21 CET 2009
Hi,
I noticed this trivial typo report on bugtrack, -no 2552 and thought it may as
well be fixed, and the bug closed. Patch inline & attached. Not sure if it
needs a sign-off?
Alan
ice1724.c-name-typo-fix.diff
Fix trivial name string typo as reported in bug 2552
Signed-off-by: Alan Horstmann <gineera at aspect135.co.uk>
--- alsa-kernel/pci/ice1712/ice1724-orig.c 2008-06-27 09:11:58.000000000 +0100
+++ alsa-kernel/pci/ice1712/ice1724.c 2009-01-05 11:11:33.000000000 +0000
@@ -1239,7 +1239,7 @@
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ice1724.c-bug2552-name-typo-fix.diff
Type: text/x-diff
Size: 407 bytes
Desc: not available
Url : http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20090105/df89c40f/attachment.bin
More information about the Alsa-devel
mailing list