summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_alc5632.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-15ASoC: tegra: Unify ASoC machine driversDmitry Osipenko1-260/+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-2/+2
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-6/+1
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_alc5632: consider CPU-Platform possibilityKuninori Morimoto1-1/+6
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-19ASoC: tegra: tegra_alc5632: don't select unnecessary PlatformKuninori Morimoto1-6/+1
2019-06-06ASoC: tegra: tegra_alc5632: use modern dai_link styleKuninori Morimoto1-16/+21
2018-07-30ASoC: tegra_alc5632: fix device_node refcountingAlexey Khoroshilov1-2/+15
2017-09-01Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5720', 'a...Mark 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
2015-12-01ASoC: tegra_alc5632: check return valueSudip Mukherjee1-4/+8
2015-04-08ASoC: tegra_alc5632: Use card DAPM context to access widgetsLars-Peter Clausen1-4/+1
2015-03-04ASoC: tegra_alc5632: Register jacks at the card levelLars-Peter Clausen1-5/+4
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-07-17ASoC: tegra: Remove unneeded mach-type.h inclduesMark Brown1-2/+0
2013-03-04ASoC: tegra_alc5632: assume CONFIG_OF, and other cleanupStephen Warren1-11/+4
2012-12-10ASoC: tegra: remove __dev* attributesBill Pemberton1-3/+3
2012-11-20ASoC: remove use of __devinitconstBill Pemberton1-1/+1
2012-08-28sound: tegra_alc5632: remove HP detect GPIO inversionStephen Warren1-1/+0
2012-07-26sound: tegra_alc5632: Adjust to of_get_named_gpio() changeRoland Stigge1-1/+1
2012-06-08ASoC: tegra: remove usage of rtd->codecStephen Warren1-2/+3
2012-06-03ASoC: make snd_soc_dai_link more symmetricalStephen Warren1-3/+3
2012-06-03ASoC: tegra+alc5632: unconditionally free jack GPIOs in removeStephen Warren1-9/+2
2012-06-03ASoC: tegra+alc5632: move all GPIO setup into probeStephen Warren1-4/+6
2012-04-01ASoC: tegra: remove unnecessary includesStephen Warren1-3/+0
2012-04-01ASoC: tegra: register 'platform' from DAIs, get rid of pdevStephen Warren1-18/+3
2012-04-01ASoC: tegra: fix comment indentation in ALC5632 machineStephen Warren1-12/+12
2012-03-06ASoC: tegra: Remove unused variableStephen Warren1-1/+0
2012-02-13ASoC: tegra+alc5632: Added digital microphone DAPM widget.Leon Romanovsky1-0/+1
2012-02-02ASoC: tegra: Remove unused DAPM route structure.Leon Romanovsky1-16/+0
2012-02-02ASoC: Tegra+ALC5632: Enable headset autodetection on PAZ00 board.Leon Romanovsky1-4/+35
2012-01-31ASoC: Tegra+ALC5632: Implement device tree support in board fileLeon Romanovsky1-9/+69
2011-12-22ASoC: tegra: Add .owner to struct snd_soc_cardAxel Lin1-0/+1
2011-12-20ASoC: Tegra machine ASoC driver for boards using ALC5332 codecLeon Romanovsky1-0/+213