Skip to content

Commit

Permalink
ALSA: ice1724 - Fix a typo in IEC958 PCM name
Browse files Browse the repository at this point in the history
Fix trivial name string typo as reported in bug 2552.

Signed-off-by: Alan Horstmann <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Alan Horstmann authored and tiwai committed Jan 5, 2009
1 parent fe0bdec commit 8eca753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/ice1712/ice1724.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8eca753

Please sign in to comment.