.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config SND_SOC_ROCKCHIP |
---|
2 | 3 | tristate "ASoC support for Rockchip" |
---|
3 | 4 | depends on COMPILE_TEST || ARCH_ROCKCHIP |
---|
.. | .. |
---|
6 | 7 | the Rockchip SoCs' Audio interfaces. You will also need to |
---|
7 | 8 | select the audio interfaces to support below. |
---|
8 | 9 | |
---|
9 | | -config SND_SOC_ROCKCHIP_AUDIO_PWM |
---|
10 | | - tristate "Rockchip Audio PWM Driver" |
---|
11 | | - depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP |
---|
12 | | - select SND_SOC_GENERIC_DMAENGINE_PCM |
---|
| 10 | +config SND_SOC_ROCKCHIP_DLP |
---|
| 11 | + tristate "Rockchip Digital Loopback Driver" |
---|
| 12 | + depends on SND_SOC_ROCKCHIP |
---|
13 | 13 | help |
---|
14 | | - Say Y or M if you want to add support for Audio PWM driver for |
---|
15 | | - Rockchip Audio PWM Controller. |
---|
| 14 | + Say Y or M if you want to add support for DLP driver for |
---|
| 15 | + Rockchip DMA-Based Digital Loopback. |
---|
16 | 16 | |
---|
17 | 17 | config SND_SOC_ROCKCHIP_I2S |
---|
18 | 18 | tristate "Rockchip I2S Device Driver" |
---|
.. | .. |
---|
32 | 32 | Rockchip I2S/TDM device. The device supports up to maximum of |
---|
33 | 33 | 8 channels each for play and record. |
---|
34 | 34 | |
---|
| 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 | + |
---|
35 | 42 | config SND_SOC_ROCKCHIP_MULTI_DAIS |
---|
36 | 43 | tristate "Rockchip Multi-DAIS Device Driver" |
---|
37 | 44 | depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP |
---|
.. | .. |
---|
43 | 50 | tristate "Rockchip PDM Controller Driver" |
---|
44 | 51 | depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP |
---|
45 | 52 | select SND_SOC_GENERIC_DMAENGINE_PCM |
---|
| 53 | + select RATIONAL |
---|
46 | 54 | help |
---|
47 | 55 | Say Y or M if you want to add support for PDM driver for |
---|
48 | 56 | Rockchip PDM Controller. The Controller supports up to maximum of |
---|
.. | .. |
---|
57 | 65 | Rockchip SAI Controller. The Controller supports up to maximum of |
---|
58 | 66 | 128 channels each for play and record. |
---|
59 | 67 | |
---|
| 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 | + |
---|
60 | 74 | config SND_SOC_ROCKCHIP_SPDIF |
---|
61 | 75 | tristate "Rockchip SPDIF Device Driver" |
---|
62 | 76 | depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP |
---|
| 77 | + select SND_PCM_IEC958 |
---|
63 | 78 | select SND_SOC_GENERIC_DMAENGINE_PCM |
---|
64 | 79 | help |
---|
65 | 80 | Say Y or M if you want to add support for SPDIF driver for |
---|
66 | 81 | Rockchip SPDIF transceiver device. |
---|
| 82 | + |
---|
| 83 | +config SND_SOC_ROCKCHIP_SPDIFRX |
---|
| 84 | + tristate "Rockchip SPDIFRX Device Driver" |
---|
| 85 | + depends on CLKDEV_LOOKUP && SND_SOC_ROCKCHIP |
---|
| 86 | + select SND_SOC_GENERIC_DMAENGINE_PCM |
---|
| 87 | + help |
---|
| 88 | + Say Y or M if you want to add support for SPDIFRX driver for |
---|
| 89 | + Rockchip SPDIF receiver device. |
---|
67 | 90 | |
---|
68 | 91 | config SND_SOC_ROCKCHIP_VAD |
---|
69 | 92 | tristate "Rockchip Voice Activity Detection Driver" |
---|
.. | .. |
---|
78 | 101 | select SND_SOC_ROCKCHIP_I2S |
---|
79 | 102 | select SND_SOC_MAX98090 |
---|
80 | 103 | select SND_SOC_TS3A227E |
---|
| 104 | + select SND_SOC_HDMI_CODEC |
---|
81 | 105 | help |
---|
82 | 106 | Say Y or M here if you want to add support for SoC audio on Rockchip |
---|
83 | | - boards using the MAX98090 codec, such as Veyron. |
---|
| 107 | + boards using the MAX98090 codec and HDMI codec, such as Veyron. |
---|
84 | 108 | |
---|
85 | 109 | config SND_SOC_ROCKCHIP_MULTICODECS |
---|
86 | 110 | tristate "ASoC support for Rockchip multicodecs" |
---|
.. | .. |
---|
97 | 121 | help |
---|
98 | 122 | Say Y or M here if you want to add support for SoC audio on Rockchip |
---|
99 | 123 | boards using the RT5645/RT5650 codec, such as Veyron. |
---|
100 | | - |
---|
101 | | -config SND_SOC_ROCKCHIP_RT5651 |
---|
102 | | - tristate "ASoC support for Rockchip boards using a RT5651 codec" |
---|
103 | | - depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP |
---|
104 | | - select SND_SOC_ROCKCHIP_I2S |
---|
105 | | - select SND_SOC_RT5651 |
---|
106 | | - help |
---|
107 | | - Say Y or M here if you want to add support for SoC audio on Rockchip |
---|
108 | | - boards using the RT5651 codec. |
---|
109 | | - |
---|
110 | | -config SND_SOC_ROCKCHIP_RT5651_RK628 |
---|
111 | | - tristate "ASoC support for Rockchip boards RT5651 RK628 HDMIIN" |
---|
112 | | - depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP |
---|
113 | | - select SND_SOC_ROCKCHIP_I2S |
---|
114 | | - select SND_SOC_RT5651 |
---|
115 | | - help |
---|
116 | | - Say Y or M here if you want to add support for SoC audio on Rockchip |
---|
117 | | - boards for RT5651 RK628 HDMIIn |
---|
118 | 124 | |
---|
119 | 125 | config SND_SOC_ROCKCHIP_HDMI |
---|
120 | 126 | tristate "ASoC support for Rockchip HDMI audio" |
---|