All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sameer Pujar <spujar@nvidia.com>
To: <thierry.reding@gmail.com>, <broonie@kernel.org>,
	<robh+dt@kernel.org>, <lgirdwood@gmail.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	kuninori.morimoto.gx@renesas.com,
	Sameer Pujar <spujar@nvidia.com>,
	jonathanh@nvidia.com, sharadg@nvidia.com,
	linux-tegra@vger.kernel.org
Subject: [PATCH 4/8] ASoC: tegra: Select SND_SOC_RT5659
Date: Fri, 29 Jan 2021 17:11:06 +0530	[thread overview]
Message-ID: <1611920470-24225-5-git-send-email-spujar@nvidia.com> (raw)
In-Reply-To: <1611920470-24225-1-git-send-email-spujar@nvidia.com>

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.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
---
 sound/soc/tegra/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 6dc83ad..4a45163 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -120,6 +120,7 @@ config SND_SOC_TEGRA210_ADMAIF
 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
 	  Config to enable Tegra audio machine driver based on generic
 	  audio graph driver. It is a thin driver written to customize
-- 
2.7.4


  parent reply	other threads:[~2021-01-29 11:44 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 11:41 [PATCH 0/8] Tegra186 and Tegra194 audio graph card Sameer Pujar
2021-01-29 11:41 ` [PATCH 1/8] ASoC: dt-bindings: rt5659: Update binding doc Sameer Pujar
2021-01-29 11:41 ` [PATCH 2/8] ASoC: dt-bindings: tegra: Add iommus property to Tegra graph card Sameer Pujar
2021-01-29 11:41 ` [PATCH 3/8] ASoC: audio-graph-card: Add clocks property to endpoint node Sameer Pujar
2021-01-29 11:41 ` Sameer Pujar [this message]
2021-01-29 12:44   ` [PATCH 4/8] ASoC: tegra: Select SND_SOC_RT5659 Mark Brown
2021-01-29 15:32     ` Sameer Pujar
2021-01-29 15:48       ` Mark Brown
2021-01-29 16:45         ` Sameer Pujar
2021-01-29 16:45           ` Sameer Pujar
2021-01-29 17:19           ` Mark Brown
2021-01-29 17:19             ` Mark Brown
2021-01-29 17:28             ` Sameer Pujar
2021-01-29 17:28               ` Sameer Pujar
2021-01-29 11:41 ` [PATCH 5/8] arm64: tegra: Add RT5658 device entry Sameer Pujar
2021-01-29 11:41   ` Sameer Pujar
2021-01-29 11:41 ` [PATCH 6/8] Revert "arm64: tegra: Disable the ACONNECT for Jetson TX2" Sameer Pujar
2021-01-29 11:41 ` [PATCH 7/8] arm64: tegra: Audio graph sound card for Jetson TX2 Sameer Pujar
2021-01-29 11:41 ` [PATCH 8/8] arm64: tegra: Audio graph sound card for Jetson AGX Xavier Sameer Pujar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611920470-24225-5-git-send-email-spujar@nvidia.com \
    --to=spujar@nvidia.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-tegra@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sharadg@nvidia.com \
    --cc=thierry.reding@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.