hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/sound/soc/rockchip/Kconfig
....@@ -32,6 +32,13 @@
3232 Rockchip I2S/TDM device. The device supports up to maximum of
3333 8 channels each for play and record.
3434
35
+config SND_SOC_ROCKCHIP_I2S_TDM_MULTI_LANES
36
+ bool "Rockchip TDM Multi Lanes"
37
+ depends on SND_SOC_ROCKCHIP_I2S_TDM
38
+ help
39
+ Say Y or M if you want to add support for TDM Multi Lanes
40
+ based on I2S_TDM controller.
41
+
3542 config SND_SOC_ROCKCHIP_MULTI_DAIS
3643 tristate "Rockchip Multi-DAIS Device Driver"
3744 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP
....@@ -58,6 +65,12 @@
5865 Rockchip SAI Controller. The Controller supports up to maximum of
5966 128 channels each for play and record.
6067
68
+config SND_SOC_ROCKCHIP_SAI_VERBOSE
69
+ bool "Rockchip SAI Verbose Controls"
70
+ depends on SND_SOC_ROCKCHIP_SAI
71
+ help
72
+ Say Y if you want to export much more controls and info for SAI.
73
+
6174 config SND_SOC_ROCKCHIP_SPDIF
6275 tristate "Rockchip SPDIF Device Driver"
6376 depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP