This is a WIP so feel free to correct what needs correcting.
This should work with the "1st" 14Jul zimage .config files.
The alsa folder is maybe not needed, need expert advise on this alsa + intel file.
2.6.38 .config has this below in, will have to test and edit to make it work in 2.6.29 kernel.
- Code: Select all
#
# Console display driver support
#
CONFIG_SND_JACK=y
- Code: Select all
#
# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
#
CONFIG_SAMSUNG_JACK=y
Files to edit and what to add:
- Code: Select all
##### JetKernel/drivers/misc/Kconfig start #####
config SAMSUNG_JACK
bool "3.5MM ear jack driver for Samsung devices"
depends on INPUT
default n
---help---
This is 3.5MM ear jack driver for Samsung devices.
If unsure, say N.
##### JetKernel/drivers/misc/Kconfig end #####
- Code: Select all
##### JetKernel/drivers/misc/Makefile start #####
obj-$(CONFIG_SAMSUNG_JACK) += sec_jack.o
##### JetKernel/drivers/misc/Makefile end #####