aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/tegra/tegra_rt5640.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-15ASoC: tegra: Unify ASoC machine driversDmitry Osipenko1-223/+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_rt5640: 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_rt5640: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-12/+1
2019-06-19ASoC: tegra: tegra_rt5640: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-06ASoC: tegra: tegra_rt5640: use modern dai_link styleKuninori Morimoto1-6/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2017-09-01Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5720', 'asoc/topic/tegra', 'asoc/topic/tlv320aic32x4' and 'asoc/topic/tlv320aic3x' into asoc-nextMark Brown1-1/+0
2017-08-22ASoC: tegra: Remove superfluous snd_soc_jack_free_gpios() callTakashi Iwai1-13/+0
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
2016-09-01ASoC: tegra_rt5640: Correct a copy and paste typo in the commentsNicolin Chen1-1/+1
2015-03-04ASoC: tegra_rt5640: Register jacks at the card levelLars-Peter Clausen1-7/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-21ASoC: tegra: Read and use the GPIO flags of the headphone detectAlban Bedel1-1/+5
2014-10-20ASoC: tegra: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22ASoC: tegra: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen1-3/+2
2014-05-26ASoC: tegra: free jack GPIOs before the sound card is freedStephen Warren1-3/+13
2013-08-15ASoC: tegra: support a Mic Jack in the Tegra+RT5640 machine driverStephen Warren1-0/+1
2013-06-12ASoC: tegra: add tegra+RT5640 machine driverStephen Warren1-0/+257