Kconfig (e539891f968722d632234ac942c4749ad8ca189a) | Kconfig (b2f74ec53a6cc0f2bb6cdb61d430828337d0e069) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_TEGRA 3 tristate "SoC Audio for the Tegra System-on-Chip" 4 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST 5 depends on COMMON_CLK 6 depends on RESET_CONTROLLER 7 select REGMAP_MMIO 8 select SND_SOC_GENERIC_DMAENGINE_PCM --- 103 unchanged lines hidden (view full) --- 112 tristate "Tegra210 MVC module" 113 help 114 Config to enable the digital Master Volume Controller (MVC) which 115 provides gain or attenuation to a digital signal path. It can be 116 used in input or output signal path. It can be used either for 117 per-stream volume control or for master volume control. 118 Say Y or M if you want to add support for Tegra210 MVC module. 119 | 1# SPDX-License-Identifier: GPL-2.0-only 2config SND_SOC_TEGRA 3 tristate "SoC Audio for the Tegra System-on-Chip" 4 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST 5 depends on COMMON_CLK 6 depends on RESET_CONTROLLER 7 select REGMAP_MMIO 8 select SND_SOC_GENERIC_DMAENGINE_PCM --- 103 unchanged lines hidden (view full) --- 112 tristate "Tegra210 MVC module" 113 help 114 Config to enable the digital Master Volume Controller (MVC) which 115 provides gain or attenuation to a digital signal path. It can be 116 used in input or output signal path. It can be used either for 117 per-stream volume control or for master volume control. 118 Say Y or M if you want to add support for Tegra210 MVC module. 119 |
120config SND_SOC_TEGRA210_SFC 121 tristate "Tegra210 SFC module" 122 help 123 Config to enable the Sampling Frequency Converter (SFC) which 124 converts the sampling frequency of input signal to another 125 frequency. It supports sampling frequency conversion of streams 126 upto 2 channels (stereo). 127 Say Y or M if you want to add support for Tegra210 SFC module. 128 |
|
120config SND_SOC_TEGRA_AUDIO_GRAPH_CARD 121 tristate "Audio Graph Card based Tegra driver" 122 depends on SND_AUDIO_GRAPH_CARD 123 help 124 Config to enable Tegra audio machine driver based on generic 125 audio graph driver. It is a thin driver written to customize 126 few things for Tegra audio. Most of the code is re-used from 127 audio graph driver and the same DT bindings are used. --- 89 unchanged lines hidden --- | 129config SND_SOC_TEGRA_AUDIO_GRAPH_CARD 130 tristate "Audio Graph Card based Tegra driver" 131 depends on SND_AUDIO_GRAPH_CARD 132 help 133 Config to enable Tegra audio machine driver based on generic 134 audio graph driver. It is a thin driver written to customize 135 few things for Tegra audio. Most of the code is re-used from 136 audio graph driver and the same DT bindings are used. --- 89 unchanged lines hidden --- |