mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
ALSA: ice1724 - Fix a typo in IEC958 PCM name
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>
This commit is contained in:
parent
fe0bdec68b
commit
8eca75382e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user