summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann2021-04-224-8/+8
* ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.cKuninori Morimoto2021-04-201-1/+1
* ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.cKuninori Morimoto2021-04-201-1/+1
* ASoC: tegra: tegra20_das: align function prototypesPierre-Louis Bossart2021-03-311-3/+3
* ASoC: tegra: tegra20_das: clarify expressionPierre-Louis Bossart2021-03-311-4/+4
* ASoC: tegra: Set driver name explicitlyThierry Reding2021-03-311-0/+1
* ASoC: tegra30: ahub: Remove handing of disabled runtime PMDmitry Osipenko2021-03-181-9/+0
* ASoC: tegra30: ahub: Correct suspend-resume callbacksDmitry Osipenko2021-03-181-27/+2
* ASoC: tegra30: ahub: Reset global variableDmitry Osipenko2021-03-181-14/+16
* ASoC: tegra30: i2s: Remove handing of disabled runtime PMDmitry Osipenko2021-03-181-11/+1
* ASoC: tegra30: i2s: Use devm_clk_get()Dmitry Osipenko2021-03-181-7/+3
* ASoC: tegra30: i2s: Correct driver removal orderDmitry Osipenko2021-03-181-4/+4
* ASoC: tegra20: i2s: Remove handing of disabled runtime PMDmitry Osipenko2021-03-181-12/+1
* ASoC: tegra20: i2s: Use devm_clk_get()Dmitry Osipenko2021-03-181-9/+3
* ASoC: tegra20: i2s: Correct driver removal orderDmitry Osipenko2021-03-181-3/+3
* ASoC: tegra20: i2s: Add system level suspend-resume callbacksDmitry Osipenko2021-03-181-0/+2
* ASoC: tegra20: spdif: Remove handing of disabled runtime PMDmitry Osipenko2021-03-181-11/+1
* ASoC: tegra20: spdif: Correct driver removal orderDmitry Osipenko2021-03-181-3/+3
* ASoC: tegra30: ahub: Switch to use reset-bulk APIDmitry Osipenko2021-03-183-70/+40
* ASoC: tegra30: i2s: Restore hardware state on runtime PM resumeDmitry Osipenko2021-03-181-28/+12
* ASoC: tegra20: i2s: Add reset controlDmitry Osipenko2021-03-182-0/+32
* ASoC: tegra20: ac97: Add reset controlDmitry Osipenko2021-03-182-0/+22
* ASoC: tegra: Add driver remove() callbackSameer Pujar2021-02-081-1/+2
* ASoC: audio-graph: Rename functions needed for exportSameer Pujar2021-02-081-3/+3
* ASoC: tegra: SND_SOC_TEGRA_AUDIO_GRAPH_CARD should depend on SND_SOC_TEGRAGeert Uytterhoeven2021-02-011-20/+13
* ASoC: tegra: ahub: Reset hardware properlyDmitry Osipenko2021-01-252-4/+33
* ASoC: tegra: ahub: Use clk_bulk helpersDmitry Osipenko2021-01-252-25/+9
* ASoC: tegra: ahub: Add missing resetsDmitry Osipenko2021-01-251-0/+2
* ASoC: tegra: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-215-5/+5
* Merge series "Tegra210 audio graph card" from Sameer Pujar <spujar@nvidia.com>:Mark Brown2021-01-193-0/+262
|\
| * ASoC: tegra: Add audio graph based card driverSameer Pujar2021-01-193-0/+262
* | ASoC: tegra: Simplify with dma_set_mask_and_coherent()Takashi Iwai2021-01-191-5/+1
|/
* ASoC: tegra: Don't warn on probe deferralJon Hunter2020-11-119-33/+23
* ASoC: tegra: remove unneeded semicolonTom Rix2020-11-033-9/+9
* ASoC: tegra20-spdif: remove "default m"Michał Mirosław2020-10-301-1/+0
* ASoC: tegra: trimslice.c: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* ASoC: tegra: tegra_rt5640: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* ASoC: tegra: tegra_wm8753: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* ASoC: tegra: tegra_max98090: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-11/+1
* ASoC: tegra: tegra210_i2s: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra210_dmic: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra210_admaif: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* ASoC: tegra: tegra186_dspk: Fix compile warning with CONFIG_PM=nTakashi Iwai2020-08-031-2/+2
* Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown2020-07-238-8/+8
|\
| * ASoC: tegra: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-238-8/+8
* | ASoC: tegra: Fix build error due to 64-by-32 divisionSameer Pujar2020-07-231-1/+2
|/
* Merge series "Add ASoC AHUB components for Tegra210 and later" from Sameer Pu...Mark Brown2020-07-216-2/+1230
|\
| * ASoC: tegra: Add Tegra210 based ADMAIF driverSameer Pujar2020-07-216-2/+1230
* | Merge series "Add ASoC AHUB components for Tegra210 and later" from Sameer Pu...Mark Brown2020-07-2011-0/+2907
|\|