Laxman Dewangan
36d1775879
sound: soc: Avoid uses of asoc_xxx()
...
From Linux 6.7, the asoc_xxx() is replaced by the various
function. Use the appropriate functions.
***
commit 1d5a2b5dd0a8d2b2b535b5266699429dbd48e62f
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com >
ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com >
ASoC: simple_card_utils.h: convert not to use asoc_xxx()
***
Bug 4346767
Change-Id: Ie3945f3997d745df8223fd31c1386a3db44e6ceb
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3019997
Reviewed-by: Suresh Mangipudi <smangipudi@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-11-23 11:09:22 -08:00
Jon Hunter
2cc58560db
ASoC: tegra: Fix build for Linux v6.4
...
In Linux v6.4, the 'params' member of the snd_soc_dai_link was replaced
with the 'c2c_params' member. Add a new test to the conftest script that
checks if the 'c2c_params' structure member is present and use the
definition created by conftest to select which structure member is used.
Bug 4221847
Change-Id: I7ebb4187fd1cd70097bf65409bda3b2a6830a303
Signed-off-by: Jon Hunter <jonathanh@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2989731
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com >
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com >
2023-10-07 13:03:26 -07:00
Mohan Kumar
dab2a32da0
ASoC: tegra-virt-alt: Fix coverity issue
...
Fix uninitialized scalar variable in adsp_admaif_dt_params structure
CID 10166577
Bug 3952896
Change-Id: Ief007160f049ab34d2d3a50e20895dbd3c73efe7
Signed-off-by: Mohan Kumar <mkumard@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2868887
Reviewed-by: svcacv <svcacv@nvidia.com >
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com >
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com >
Reviewed-by: Sameer Pujar <spujar@nvidia.com >
Reviewed-by: Sharad Gupta <sharadg@nvidia.com >
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
2023-03-17 10:06:12 -07:00
pmedawala
e6e4bbc853
nvidia: oot: add tegra-virt-alt as OOT module
...
Combined nvaudio-ivc with tegra-virt-alt.
Bug 3735757
Change-Id: I9642c5367e43bfc470c70641fa22e50a4ae0e992
Signed-off-by: pmedawala <pmedawala@nvidia.com >
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2800354
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com >
Reviewed-by: Uday Gupta <udayg@nvidia.com >
Reviewed-by: Niranjan Dighe <ndighe@nvidia.com >
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com >
2022-12-21 11:58:23 -08:00