summaryrefslogtreecommitdiff
path: root/sound/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
2021-04-22ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann4-8/+8
2021-04-20ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.cKuninori Morimoto1-1/+1
2021-04-20ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.cKuninori Morimoto1-1/+1
2021-03-31ASoC: tegra: tegra20_das: align function prototypesPierre-Louis Bossart1-3/+3
2021-03-31ASoC: tegra: tegra20_das: clarify expressionPierre-Louis Bossart1-4/+4
2021-03-31ASoC: tegra: Set driver name explicitlyThierry Reding1-0/+1
2021-03-18ASoC: tegra30: ahub: Remove handing of disabled runtime PMDmitry Osipenko1-9/+0
2021-03-18ASoC: tegra30: ahub: Correct suspend-resume callbacksDmitry Osipenko1-27/+2
2021-03-18ASoC: tegra30: ahub: Reset global variableDmitry Osipenko1-14/+16
2021-03-18ASoC: tegra30: i2s: Remove handing of disabled runtime PMDmitry Osipenko1-11/+1
2021-03-18ASoC: tegra30: i2s: Use devm_clk_get()Dmitry Osipenko1-7/+3
2021-03-18ASoC: tegra30: i2s: Correct driver removal orderDmitry Osipenko1-4/+4
2021-03-18ASoC: tegra20: i2s: Remove handing of disabled runtime PMDmitry Osipenko1-12/+1
2021-03-18ASoC: tegra20: i2s: Use devm_clk_get()Dmitry Osipenko1-9/+3
2021-03-18ASoC: tegra20: i2s: Correct driver removal orderDmitry Osipenko1-3/+3
2021-03-18ASoC: tegra20: i2s: Add system level suspend-resume callbacksDmitry Osipenko1-0/+2
2021-03-18ASoC: tegra20: spdif: Remove handing of disabled runtime PMDmitry Osipenko1-11/+1
2021-03-18ASoC: tegra20: spdif: Correct driver removal orderDmitry Osipenko1-3/+3
2021-03-18ASoC: tegra30: ahub: Switch to use reset-bulk APIDmitry Osipenko3-70/+40
2021-03-18ASoC: tegra30: i2s: Restore hardware state on runtime PM resumeDmitry Osipenko1-28/+12
2021-03-18ASoC: tegra20: i2s: Add reset controlDmitry Osipenko2-0/+32
2021-03-18ASoC: tegra20: ac97: Add reset controlDmitry Osipenko2-0/+22
2021-02-08ASoC: tegra: Add driver remove() callbackSameer Pujar1-1/+2
2021-02-08ASoC: audio-graph: Rename functions needed for exportSameer Pujar1-3/+3
2021-02-01ASoC: tegra: SND_SOC_TEGRA_AUDIO_GRAPH_CARD should depend on SND_SOC_TEGRAGeert Uytterhoeven1-20/+13
2021-01-25ASoC: tegra: ahub: Reset hardware properlyDmitry Osipenko2-4/+33
2021-01-25ASoC: tegra: ahub: Use clk_bulk helpersDmitry Osipenko2-25/+9
2021-01-25ASoC: tegra: ahub: Add missing resetsDmitry Osipenko1-0/+2
2021-01-21ASoC: tegra: sync parameter naming (rate/sample_bits)Kuninori Morimoto5-5/+5
2021-01-19Merge series "Tegra210 audio graph card" from Sameer Pujar <spujar@nvidia.com>:Mark Brown3-0/+262
2021-01-19ASoC: tegra: Add audio graph based card driverSameer Pujar3-0/+262
2021-01-19ASoC: tegra: Simplify with dma_set_mask_and_coherent()Takashi Iwai1-5/+1
2020-11-11ASoC: tegra: Don't warn on probe deferralJon Hunter9-33/+23
2020-11-03ASoC: tegra: remove unneeded semicolonTom Rix3-9/+9
2020-10-30ASoC: tegra20-spdif: remove "default m"Michał Mirosław1-1/+0
2020-10-01ASoC: tegra: trimslice.c: use devm_snd_soc_register_card()Qinglang Miao1-11/+1
2020-10-01ASoC: tegra: tegra_rt5640: use devm_snd_soc_register_card()Qinglang Miao1-11/+1
2020-10-01ASoC: tegra: tegra_wm8753: use devm_snd_soc_register_card()Qinglang Miao1-11/+1
2020-10-01ASoC: tegra: tegra_max98090: use devm_snd_soc_register_card()Qinglang Miao1-11/+1
2020-08-03ASoC: tegra: tegra210_i2s: Fix compile warning with CONFIG_PM=nTakashi Iwai1-2/+2
2020-08-03ASoC: tegra: tegra210_dmic: Fix compile warning with CONFIG_PM=nTakashi Iwai1-2/+2
2020-08-03ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=nTakashi Iwai1-2/+2
2020-08-03ASoC: tegra: tegra210_admaif: Fix compile warning with CONFIG_PM=nTakashi Iwai1-2/+2
2020-08-03ASoC: tegra: tegra186_dspk: Fix compile warning with CONFIG_PM=nTakashi Iwai1-2/+2
2020-07-23Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown8-8/+8
2020-07-23ASoC: tegra: Fix build error due to 64-by-32 divisionSameer Pujar1-1/+2
2020-07-23ASoC: tegra: use asoc_substream_to_rtd()Kuninori Morimoto8-8/+8
2020-07-22Merge series "Add ASoC AHUB components for Tegra210 and later" from Sameer Pu...Mark Brown6-2/+1230
2020-07-22ASoC: tegra: Add Tegra210 based ADMAIF driverSameer Pujar6-2/+1230
2020-07-20Merge series "Add ASoC AHUB components for Tegra210 and later" from Sameer Pu...Mark Brown11-0/+2907