menu "SPRD Codec"

source "sound/soc/sprd/codec/sprd/v1/Kconfig"
source "sound/soc/sprd/codec/sprd/v3/Kconfig"
source "sound/soc/sprd/codec/sprd/v4/Kconfig"

config SND_SOC_SPRD_CODEC_EAR_WITH_IN_SPK
	bool "Earpiece with in Speaker"
	help
	 Say Y if your device is use ear&spk in one,
	  and ear have TDD noise when in call mode.
	  this feature should to open.

config SND_SOC_SPRD_CODEC_NO_HP_POP
	bool "Codec no HP POP"
	help
	 Say Y if you want *NOT* the CODEC do hp pop ramp up/down process.
	  some customer use the external hp amplifier will need this feature,
	  Or will cause hp pop noise serious.

config SND_SOC_SPRD_HP_POP_DELAY_TIME
	int "HP Switch delay time(0-1000) unit(MS)"
	depends on SND_SOC_SPRD_CODEC_NO_HP_POP
	range 0 1000
	default 350
	help
	  if defined CODEC_NO_HP_POP , maybe need this delay
	  for reduce external hp amplifier noise.
	  this delay time value, unit is MS.
endmenu
