aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-28ASoC: tegra: tegra_wm8903: Use devm_snd_soc_register_card()Wei Yongjun1-12/+2
2020-04-28Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8Mark Brown11-160/+89
2020-04-21ASoC: tegra: Enable audio mclk during tegra_asoc_utils_init()Sowjanya Komatineni1-2/+9
2020-04-21ASoC: tegra: Add audio mclk parent configurationSowjanya Komatineni1-28/+40
2020-04-21ASoC: tegra: Use device managed resource APIs to get the clockSowjanya Komatineni11-130/+40
2020-04-14ASoC: tegra: tegra_wm8903: Support nvidia, headset propertyDmitry Osipenko1-1/+5
2020-03-27ASoC: tegra: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto8-10/+10
2020-03-23ASoC: tegra: tegra_wm8903: Support DAPM events for built-in microphoneDmitry Osipenko1-0/+18
2020-02-02ASoC: tegra: Revert 24 and 32 bit supportJon Hunter1-20/+5
2020-01-21ASoC: soc-core: remove bus_controlKuninori Morimoto1-1/+0
2019-12-10ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto1-1/+1
2019-10-25ASoC: tegra: disable rx_fifo after disable streamBen Dooks1-1/+1
2019-10-25ASoC: tegra: add a TDM configuration callbackEdward Cragg1-0/+29
2019-10-25ASoC: tegra: Allow 24bit and 32bit samplesEdward Cragg1-5/+20
2019-09-04ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-07-31ASoC: tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: tegra20_das: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-06-28ASoC: tegra: trimslice: consider CPU-Platform possibilityKuninori Morimoto1-1/+5
2019-06-28ASoC: tegra: tegra_wm9712: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: tegra: tegra_wm8903: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: tegra: tegra_wm8753: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: tegra: tegra_sgtl5000: consider CPU-Platform possibilityKuninori Morimoto1-1/+6
2019-06-28ASoC: tegra: tegra_rt5677: consider CPU-Platform possibilityKuninori Morimoto1-1/+5
2019-06-28ASoC: tegra: tegra_rt5640: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: tegra: tegra_max98090: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: tegra: tegra_alc5632: consider CPU-Platform possibilityKuninori Morimoto1-1/+6
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown26-325/+26
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-19ASoC: tegra: trimslice: don't select unnecessary PlatformKuninori Morimoto1-5/+1
2019-06-19ASoC: tegra: tegra_wm9712: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: tegra: tegra_wm8903: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: tegra: tegra_wm8753: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: tegra: tegra_sgtl5000: don't select unnecessary PlatformKuninori Morimoto1-6/+1
2019-06-19ASoC: tegra: tegra_rt5677: don't select unnecessary PlatformKuninori Morimoto1-5/+1
2019-06-19ASoC: tegra: tegra_rt5640: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: tegra: tegra_max98090: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: tegra: tegra_alc5632: don't select unnecessary PlatformKuninori Morimoto1-6/+1
2019-06-17ASoC: Add missing newline at end of fileGeert Uytterhoeven1-1/+1
2019-06-06ASoC: tegra: tegra_max98090: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-06ASoC: tegra: tegra_wm9712: use modern dai_link styleKuninori Morimoto1-5/+9
2019-06-06ASoC: tegra: tegra_wm8903: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-06ASoC: tegra: tegra_rt5640: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-06ASoC: tegra: tegra_sgtl5000: use modern dai_link styleKuninori Morimoto1-16/+21
2019-06-06ASoC: tegra: tegra_alc5632: use modern dai_link styleKuninori Morimoto1-16/+21
2019-06-06ASoC: tegra: trimslice: use modern dai_link styleKuninori Morimoto1-7/+12
2019-06-06ASoC: tegra: tegra_wm8753: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-06ASoC: tegra: tegra_rt5677: use modern dai_link styleKuninori Morimoto1-16/+21
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner13-195/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner8-96/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-30/+3