diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-08-02 00:01:43 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 15:58:22 +0200 |
commit | c9988dce19c1ba867f58f30366466e776c51607a (patch) | |
tree | d1245c1dc9e4e6ad997280044335571cc7595649 | |
parent | 4848ffe520b5929acd157025d0969d455da1e57a (diff) |
[ALSA] hda-intel - Fix a typo in Kconfig
Fix a typo in Kconfig help text for CONFIG_SND_HDA_HWDEP.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r-- | sound/pci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index b80b97f7a49..ff7a689c229 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -507,7 +507,7 @@ config SND_HDA_HWDEP help Say Y here to build a hwdep interface for HD-audio driver. This interface can be used for out-of-bound communication - with codesc for debugging purposes. + with codecs for debugging purposes. config SND_HDA_CODEC_REALTEK bool "Build Realtek HD-audio codec support" |