summaryrefslogtreecommitdiff
path: root/sound/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
2021-12-29ASoC: tegra: Restore headphones jack name on Nyan BigDmitry Osipenko2-1/+9
2021-12-29ASoC: tegra: Add DAPM switches for headphones and mic jackDmitry Osipenko1-0/+2
2021-12-08ASoC: tegra: Fix kcontrol put callback in AHUBSameer Pujar1-4/+7
2021-12-08ASoC: tegra: Fix kcontrol put callback in DSPKSameer Pujar1-32/+146
2021-12-08ASoC: tegra: Fix kcontrol put callback in DMICSameer Pujar1-34/+149
2021-12-08ASoC: tegra: Fix kcontrol put callback in I2SSameer Pujar1-76/+226
2021-12-08ASoC: tegra: Fix kcontrol put callback in ADMAIFSameer Pujar1-29/+109
2021-12-08ASoC: tegra: Fix wrong value type in DSPKSameer Pujar1-12/+11
2021-12-08ASoC: tegra: Fix wrong value type in DMICSameer Pujar1-12/+11
2021-12-08ASoC: tegra: Fix wrong value type in I2SSameer Pujar1-18/+24
2021-12-08ASoC: tegra: Fix wrong value type in ADMAIFSameer Pujar1-2/+2
2021-11-18ASoC: tegra: Restore AC97 supportDmitry Osipenko2-10/+50
2021-11-18ASoC: tegra: Set default card name for TrimsliceDmitry Osipenko1-0/+1
2021-08-30Merge tag 'asoc-v5.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2-8/+6
2021-08-17ASoC: tegra30: i2s: Fix incorrect usage of of_device_get_match_dataAakash Hemadri1-4/+4
2021-08-17ASoC: tegra30: ahub: Fix incorrect usage of of_device_get_match_dataAakash Hemadri1-4/+2
2021-08-16ASoC: tegra30: i2s: Use of_device_get_match_dataAakash Hemadri1-1/+1
2021-08-16ASoC: tegra30: ahub: Use of_device_get_match_dataAakash Hemadri1-1/+1
2021-08-04ASoC: tegra: Use managed buffer allocationTakashi Iwai3-105/+1
2021-07-12ASoC: tegra: Use ADMAIF component for DMA allocationsThierry Reding1-12/+18
2021-06-23ASoC: tegra30: ahub: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-23ASoC: tegra: tegra210_admaif: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+1
2021-06-23ASoC: tegra20: spdif: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-23ASoC: tegra20: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-21ASoC: tegra: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2021-06-15ASoC: tegra: Squash utils into common machine driverDmitry Osipenko5-276/+150
2021-06-15ASoC: tegra: Specify components string for each cardDmitry Osipenko2-0/+8
2021-06-15ASoC: tegra: Unify ASoC machine driversDmitry Osipenko13-2112/+850
2021-06-15ASoC: tegra: Set driver_name=tegra for all machine driversDmitry Osipenko9-0/+9
2021-04-22ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann4-8/+8
2021-04-20ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.cKuninori Morimoto1-1/+1
2021-04-20ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.cKuninori Morimoto1-1/+1
2021-03-31ASoC: tegra: tegra20_das: align function prototypesPierre-Louis Bossart1-3/+3
2021-03-31ASoC: tegra: tegra20_das: clarify expressionPierre-Louis Bossart1-4/+4
2021-03-31ASoC: tegra: Set driver name explicitlyThierry Reding1-0/+1
2021-03-18ASoC: tegra30: ahub: Remove handing of disabled runtime PMDmitry Osipenko1-9/+0
2021-03-18ASoC: tegra30: ahub: Correct suspend-resume callbacksDmitry Osipenko1-27/+2
2021-03-18ASoC: tegra30: ahub: Reset global variableDmitry Osipenko1-14/+16
2021-03-18ASoC: tegra30: i2s: Remove handing of disabled runtime PMDmitry Osipenko1-11/+1
2021-03-18ASoC: tegra30: i2s: Use devm_clk_get()Dmitry Osipenko1-7/+3
2021-03-18ASoC: tegra30: i2s: Correct driver removal orderDmitry Osipenko1-4/+4
2021-03-18ASoC: tegra20: i2s: Remove handing of disabled runtime PMDmitry Osipenko1-12/+1
2021-03-18ASoC: tegra20: i2s: Use devm_clk_get()Dmitry Osipenko1-9/+3
2021-03-18ASoC: tegra20: i2s: Correct driver removal orderDmitry Osipenko1-3/+3
2021-03-18ASoC: tegra20: i2s: Add system level suspend-resume callbacksDmitry Osipenko1-0/+2
2021-03-18ASoC: tegra20: spdif: Remove handing of disabled runtime PMDmitry Osipenko1-11/+1
2021-03-18ASoC: tegra20: spdif: Correct driver removal orderDmitry Osipenko1-3/+3
2021-03-18ASoC: tegra30: ahub: Switch to use reset-bulk APIDmitry Osipenko3-70/+40
2021-03-18ASoC: tegra30: i2s: Restore hardware state on runtime PM resumeDmitry Osipenko1-28/+12
2021-03-18ASoC: tegra20: i2s: Add reset controlDmitry Osipenko2-0/+32