From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <20130507035842.419723811@goodmis.org> Date: Mon, 06 May 2013 23:57:21 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: David Henningsson , Takashi Iwai Subject: [009/126] ALSA: hda - fix typo in proc output References: <20130507035712.909872333@goodmis.org> Content-Disposition: inline; filename=0009-ALSA-hda-fix-typo-in-proc-output.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: 3.6.11.3 stable review patch. If anyone has any objections, please let me know. ------------------ From: David Henningsson [ Upstream commit aeb3a97222832e5457c4b72d72235098ce4bfe8d ] 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 Signed-off-by: Takashi Iwai Signed-off-by: Steven Rostedt --- sound/pci/hda/hda_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index f60254d..558b6b0 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -165,7 +165,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", - "SPDIF In", "Digitial In", "Reserved", "Other" + "SPDIF In", "Digital In", "Reserved", "Other" }; return jack_types[(cfg & AC_DEFCFG_DEVICE) -- 1.7.10.4