diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-26 14:49:35 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-26 14:49:35 +0000 |
commit | 664f3454f534b572bd800c4a54e0a833b7eb2baf (patch) | |
tree | 1504f1304ce8f89ea5b76d8681e012e715124ba8 /conf/machine | |
parent | 8a5ecc0d17c56496df784b1f7ec7b3ded83552f2 (diff) |
h5000.conf: Ship and autoload ASoC sound modules.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/h5000.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index fcd6cfa0b9..c4c1237bae 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -26,13 +26,15 @@ EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootf MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params" MACHINE_EXTRA_RRECOMMENDS = " kernel-module-h5400-lcd \ - kernel-module-h5400-battery" + kernel-module-h5400-battery \ + kernel-module-snd-soc-h5000" # # Modules autoload and other boot properties # module_autoload_snd-pcm-oss = "snd-pcm-oss" module_autoload_snd-mixer-oss = "snd-mixer-oss" +module_autoload_snd-soc-h5000 = "snd-soc-h5000" module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" |