diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /sound/soc/sprd/dai/vbc/r2p0/Kconfig | |
Diffstat (limited to 'sound/soc/sprd/dai/vbc/r2p0/Kconfig')
| -rw-r--r-- | sound/soc/sprd/dai/vbc/r2p0/Kconfig | 20 |
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.. |
