summaryrefslogtreecommitdiff
path: root/sound/soc/sprd/dai/vbc/r2p0/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sprd/dai/vbc/r2p0/Kconfig')
-rw-r--r--sound/soc/sprd/dai/vbc/r2p0/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/sound/soc/sprd/dai/vbc/r2p0/Kconfig b/sound/soc/sprd/dai/vbc/r2p0/Kconfig
new file mode 100644
index 00000000..68306682
--- /dev/null
+++ b/sound/soc/sprd/dai/vbc/r2p0/Kconfig
@@ -0,0 +1,20 @@
+config SND_SOC_SPRD_VBC_R2P0
+ tristate # "VBC_R2P0"
+ help
+
+config SND_SOC_SPRD_VBC_SRC_OPEN
+ bool "VBC ADC/ADC23 SRC open"
+ depends on SND_SOC_SPRD_VBC_R2P0
+ help
+ say Y then the VBC will open adc SRC for FM function.
+
+config SND_SOC_VBC_SRC_SAMPLE_RATE
+ int "VBC SRC Source Rate (32000 or 48000) unit(HZ)"
+ range 32000 48000
+ default 32000
+ depends on SND_SOC_SPRD_VBC_R2P0
+ help
+ when capture sample rate is 44100HZ,
+ we cann't set 44100 HZ for CODEC adc sample rate,
+ so need to set CODEC sample to 32000/48000,
+ then open VBC SRC changing to 44100HZ..