projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0bdec
)
ALSA: ice1724 - Fix a typo in IEC958 PCM name
author
Alan Horstmann
<gineera@aspect135.co.uk>
Mon, 5 Jan 2009 17:30:04 +0000
(18:30 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 5 Jan 2009 17:30:04 +0000
(18:30 +0100)
Fix trivial name string typo as reported in bug 2552.
Signed-off-by: Alan Horstmann <gineera@aspect135.co.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/ice1724.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ice1712/ice1724.c
b/sound/pci/ice1712/ice1724.c
index 0dfa0540ce2cb917991d058d8c6aa9d88e6329ba..bb8d8c766b9d1f5ee5e08f85a8a36694ac1b8058 100644
(file)
--- a/
sound/pci/ice1712/ice1724.c
+++ b/
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 = "I
EC
1724 IEC958";
+ name = "I
CE
1724 IEC958";
err = snd_pcm_new(ice->card, name, device, play, capt, &pcm);
if (err < 0)
return err;