diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-30 17:03:18 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2015-08-07 14:08:50 +0200 |
commit | 99876030b3d8b9c4395f96c9538a129aa644cc51 (patch) | |
tree | 410a5a6cd5086ea0dc25940d5d3e5fe682b32cd8 | |
parent | 5e49e399b420a8a8a8ebbdf03099a5b4d7541331 (diff) | |
download | linux-next-99876030b3d8b9c4395f96c9538a129aa644cc51.tar.gz |
ASoC: omap: Fix typo in config option description
This fixes a typo in the description for SND_OMAP_SOC_HDMI_AUDIO.
Signed-off-by: Nik Nyby <nikolas@gnu.org>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
-rw-r--r-- | sound/soc/omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index 30d0109703a9..5185a3844da9 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -24,7 +24,7 @@ config SND_OMAP_SOC_HDMI_AUDIO component also under DSS HDMI device. Dummy codec is used as as codec component. The hdmi audio driver implements also the card and registers it under its own platform device. - The device for the dirver is registered by OMAPDSS hdmi + The device for the driver is registered by OMAPDSS hdmi driver. config SND_OMAP_SOC_N810 |