5 Jan
2009
5 Jan
'09
12:29 p.m.
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@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;