mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
ASoC: tegra-alt: fix dspk dapm path
DAPM path for dspk driver is broken for the second playback dai. Bug 200406443 Change-Id: Ib9bf12f4cce83c07da98b2f51f1ac56b3f93762d Signed-off-by: Mohan Kumar <mkumard@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1697286 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Sameer Pujar <spujar@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Sameer Pujar
parent
f7fafdc416
commit
501c3c024d
@@ -330,15 +330,15 @@ static struct snd_soc_dai_driver tegra186_dspk_dais[] = {
|
||||
};
|
||||
|
||||
static const struct snd_soc_dapm_widget tegra186_dspk_widgets[] = {
|
||||
SND_SOC_DAPM_AIF_IN("DSPK RX", NULL, 0, TEGRA186_DSPK_ENABLE, 0, 0),
|
||||
SND_SOC_DAPM_AIF_OUT("DSPK TX", NULL, 0, SND_SOC_NOPM, 0, 0),
|
||||
SND_SOC_DAPM_AIF_IN("DSPK TX1", NULL, 0, TEGRA186_DSPK_ENABLE, 0, 0),
|
||||
SND_SOC_DAPM_AIF_IN("DSPK TX2", NULL, 0, TEGRA186_DSPK_ENABLE, 0, 0),
|
||||
};
|
||||
|
||||
static const struct snd_soc_dapm_route tegra186_dspk_routes[] = {
|
||||
{ "DSPK RX", NULL, "DSPK Receive Right" },
|
||||
{ "DSPK TX", NULL, "DSPK RX" },
|
||||
{ "DSPK Right Transmit", NULL, "DSPK TX" },
|
||||
{ "DSPK Left Transmit", NULL, "DSPK TX" },
|
||||
{ "DSPK TX1", NULL, "DSPK Receive Left" },
|
||||
{ "DSPK Left Transmit", NULL, "DSPK TX1" },
|
||||
{ "DSPK TX2", NULL, "DSPK Receive Right" },
|
||||
{ "DSPK Right Transmit", NULL, "DSPK TX2" },
|
||||
};
|
||||
|
||||
static const char * const tegra186_dspk_osr_text[] = {
|
||||
|
||||
Reference in New Issue
Block a user