diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-09-21 18:25:40 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 16:51:03 +0200 |
commit | 213e84ec71abf596be76abcf18b988afeb2c210e (patch) | |
tree | e85f25115ab22268d45e4cec2228e7f4c4fcd01f /sound | |
parent | c10710676728846f5c0a92431ebab2161f9c0b7e (diff) | |
download | linux-3.10-213e84ec71abf596be76abcf18b988afeb2c210e.tar.gz linux-3.10-213e84ec71abf596be76abcf18b988afeb2c210e.tar.bz2 linux-3.10-213e84ec71abf596be76abcf18b988afeb2c210e.zip |
[ALSA] sound/hda: fix help text
Fix hda help text typo.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-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 2c6486c23a5..c127e79ed29 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -506,7 +506,7 @@ config SND_HDA_HWDEP select SND_HWDEP help Say Y here to build a hwdep interface for HD-audio driver. - This interface can be used for out-of-bound communication + This interface can be used for out-of-band communication with codecs for debugging purposes. config SND_HDA_CODEC_REALTEK |