diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-26 01:09:50 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-26 01:09:50 +0000 |
commit | 3e86bbbabed51e516dab8fa48397a958282ea482 (patch) | |
tree | c40284c2175f9ce6adc24470081d9b844f8d7966 /package/kernel/linux/modules/sound.mk | |
parent | 034f41e48974cd622503c086b195a090dfae8576 (diff) |
kernel: be consistent with formatting style
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37545 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/sound.mk')
-rw-r--r-- | package/kernel/linux/modules/sound.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index ca5b5d236c..0dae819b49 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -147,7 +147,7 @@ define KernelPackage/sound-cs5535audio endef define KernelPackage/sound-cs5535audio/description - support for the integrated AC97 sound device on olpc + Support for the integrated AC97 sound device on olpc endef $(eval $(call KernelPackage,sound-cs5535audio)) @@ -195,7 +195,7 @@ define KernelPackage/sound-soc-imx endef define KernelPackage/sound-soc-imx/description - support for i.MX6 Platform sound (ssi/audmux/pcm) + Support for i.MX6 Platform sound (ssi/audmux/pcm) endef $(eval $(call KernelPackage,sound-soc-imx)) @@ -211,7 +211,7 @@ define KernelPackage/sound-soc-imx-sgtl5000 endef define KernelPackage/sound-soc-imx-sgtl5000/description - support for i.MX6 Platform sound SGTL5000 codec + Support for i.MX6 Platform sound SGTL5000 codec endef $(eval $(call KernelPackage,sound-soc-imx-sgtl5000)) |