OSDN Git Service

ALSA: hda - fix typo in proc output
authorDavid Henningsson <david.henningsson@canonical.com>
Thu, 4 Apr 2013 09:47:13 +0000 (11:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 4 Apr 2013 09:49:16 +0000 (11:49 +0200)
Rename "Digitial In" to "Digital In". This function is only used for
proc output, so should not cause any problems to change.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c

index ecdf30e..4aba764 100644 (file)
@@ -173,7 +173,7 @@ const char *snd_hda_get_jack_type(u32 cfg)
                "Line Out", "Speaker", "HP Out", "CD",
                "SPDIF Out", "Digital Out", "Modem Line", "Modem Hand",
                "Line In", "Aux", "Mic", "Telephony",
                "Line Out", "Speaker", "HP Out", "CD",
                "SPDIF Out", "Digital Out", "Modem Line", "Modem Hand",
                "Line In", "Aux", "Mic", "Telephony",
-               "SPDIF In", "Digitial In", "Reserved", "Other"
+               "SPDIF In", "Digital In", "Reserved", "Other"
        };
 
        return jack_types[(cfg & AC_DEFCFG_DEVICE)
        };
 
        return jack_types[(cfg & AC_DEFCFG_DEVICE)