summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_tegra.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/tegra: Remove unnecessary null-check from hda_tegra_runtime_resume()Dmitry Osipenko2021-01-261-1/+1
* ALSA: hda/tegra: Reset hardwareDmitry Osipenko2021-01-261-0/+20
* ALSA: hda/tegra: Use clk_bulk helpersDmitry Osipenko2021-01-261-59/+9
* ALSA: hda/tegra: fix tegra-hda on tegra30 socPeter Geis2021-01-121-1/+1
* ALSA: hda/tegra: Program WAKEEN register for TegraMohan Kumar2020-08-251-0/+7
* ALSA: hda/tegra: Add 100us dma stop delayMohan Kumar2020-08-051-0/+1
* ASoC: hda/tegra: Set buffer alignment to 128 bytesMohan Kumar2020-08-051-0/+2
* ALSA: hda/tegra: Disable sync-write operationJon Hunter2020-07-141-0/+1
* ALSA: hda/tegra: workaround playback failure on Tegra194Sameer Pujar2020-05-041-0/+17
* ALSA: hda/tegra: correct number of SDO lines for Tegra194Sameer Pujar2020-05-041-0/+33
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-01-201-0/+1
|\
| * ALSA: hda: Apply aligned MMIO access only conditionallyTakashi Iwai2020-01-201-0/+1
* | ALSA: hda: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* | ALSA: hda: Unify get_response handlingTakashi Iwai2019-12-131-1/+1
* | ALSA: hda: tegra: Fix unused variable compile warningTakashi Iwai2019-12-121-1/+0
* | ALSA: hda: Support PCM sync_stopTakashi Iwai2019-12-111-3/+1
|/
* ALSA: hda: Direct MMIO accessesTakashi Iwai2019-08-081-67/+1
* ALSA: hda: Remove page allocation redirectionTakashi Iwai2019-08-081-16/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-13/+1
* ALSA: hda/tegra: avoid build error without CONFIG_PMArnd Bergmann2019-03-131-8/+4
* ALSA: hda/tegra: sound card name from device treeSameer Pujar2019-02-221-12/+6
* ALSA: hda/tegra: add driver flag for runtime PMSameer Pujar2019-01-221-1/+2
* ALSA: hda/tegra: implement runtime suspend/resumeSameer Pujar2019-01-221-16/+33
* ALSA: hda/tegra: remove redundant clock enable APISameer Pujar2019-01-221-7/+0
* ALSA: hda/tegra: add runtime PM callbacksSameer Pujar2019-01-221-0/+15
* ALSA: hda/tegra: get clock handles early in probeSameer Pujar2019-01-221-16/+27
* ALSA: hda/tegra: runtime power management supportSameer Pujar2019-01-221-1/+14
* ALSA: hda/tegra: clear pending irq handlersSameer Pujar2019-01-011-0/+2
* ALSA: hda/tegra - Probe up to 8 codecsThierry Reding2018-12-031-1/+1
* ALSA: hda/tegra: compatible string as shortnameSameer Pujar2018-11-291-1/+19
* Merge tag 'hda-codec-h-move' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2018-08-301-1/+1
|\
| * ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart2018-08-301-1/+1
* | ALSA: hda: Remove substream allocation/free opsTakashi Iwai2018-08-281-17/+1
|/
* ALSA: hda/tegra: iomem fixups for sparse warningsBen Dooks2016-06-221-10/+10
* ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai2015-12-171-2/+3
* ALSA: hda/tegra - async probe for avoiding module loading deadlockTakashi Iwai2015-09-241-5/+25
* ALSA: hda/tegra - Improve error reportingThierry Reding2015-05-181-6/+19
* ALSA: hda/tegra - Set CORBRP self-clear flagThierry Reding2015-05-181-1/+2
* ALSA: hda/tegra - Fix oopsThierry Reding2015-05-051-4/+4
* ALSA: hda/tegra - Fix build error and warningTakashi Iwai2015-04-161-3/+1
* ALSA: hda - Minor refactoringTakashi Iwai2015-04-161-3/+0
* ALSA: hda - Embed bus into controller objectTakashi Iwai2015-04-161-16/+27
* ALSA: hda - Migrate more hdac_stream codesTakashi Iwai2015-04-161-0/+1
* ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai2015-04-161-10/+4
* ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai2015-04-161-11/+14
* ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai2015-03-131-3/+13
* ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai2015-03-031-10/+0
* ALSA: hda - Power down codec automatically at registrationTakashi Iwai2015-02-261-12/+0
* ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai2015-02-261-2/+3
* ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai2015-02-231-6/+0