summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra_wm8753.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15ASoC: tegra: Unify ASoC machine driversDmitry Osipenko1-186/+0
2021-06-15ASoC: tegra: Set driver_name=tegra for all machine driversDmitry Osipenko1-0/+1
2020-11-11ASoC: tegra: Don't warn on probe deferralJon Hunter1-5/+3
2020-10-01ASoC: tegra: tegra_wm8753: use devm_snd_soc_register_card()Qinglang Miao1-11/+1
2020-07-23ASoC: tegra: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-04-21ASoC: tegra: Use device managed resource APIs to get the clockSowjanya Komatineni1-16/+6
2020-03-27ASoC: tegra: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2019-06-28ASoC: tegra: tegra_wm8753: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-15/+1
2019-06-19ASoC: tegra: tegra_wm8753: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-07ASoC: tegra: tegra_wm8753: use modern dai_link styleKuninori Morimoto1-6/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2017-08-21ASoC: tegra: Remove unnecessary function callDonglin Peng1-1/+0
2017-03-07ASoC: tegra: Remove unnecessary 'out of memory' messageCodrut Grosu1-3/+1
2016-10-24ASoC: tegra: constify snd_soc_ops structuresJulia Lawall1-1/+1
2014-10-20ASoC: tegra: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-23ASoC: tegra: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen1-2/+1
2013-07-17ASoC: tegra: Remove unneeded mach-type.h inclduesMark Brown1-2/+0
2013-03-04ASoC: tegra_wm8753: minor cleanupStephen Warren1-8/+7
2012-12-09ASoC: tegra: remove __dev* attributesBill Pemberton1-3/+3
2012-11-20ASoC: remove use of __devinitconstBill Pemberton1-1/+1
2012-06-08ASoC: tegra: remove usage of rtd->codecStephen Warren1-1/+1
2012-06-03ASoC: make snd_soc_dai_link more symmetricalStephen Warren1-3/+3
2012-05-19ASoC: tegra: Add machine driver for WM8753 codecStephen Warren1-0/+224