On 1/29/2021 6:14 PM, Mark Brown wrote:
On Fri, Jan 29, 2021 at 05:11:06PM +0530, Sameer Pujar wrote:
Select SND_SOC_RT5659 to verify external audio over Jetson platforms.
Jetson AGX Xavier has an on-board RT5658 audio codec and to use this
enable required config.
config SND_SOC_TEGRA_AUDIO_GRAPH_CARD
tristate "Audio Graph Card based Tegra driver"
depends on SND_AUDIO_GRAPH_CARD
+ select SND_SOC_RT5659
help
This is a generic device, not something specific to Jetson, why force
on a driver that may not be required on other boards using this driver?
Yes specific boards using 'SND_SOC_TEGRA_AUDIO_GRAPH_CARD' may require
'SND_SOC_RT5659'. But there is no platform specific config. Is there a
better way to enable config 'SND_SOC_RT5659' conditionally?