aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/ext/hdac_ext_bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-05ALSA: hda: Use dev_to_hdac_dev macroKai-Heng Feng1-1/+1
2020-01-14ALSA: hda: Update kernel-doc function parameter descriptionsKeyon Jie1-5/+6
2019-08-08ALSA: hda: Direct MMIO accessesTakashi Iwai1-46/+1
2019-08-08ALSA: hda: Remove page allocation redirectionTakashi Iwai1-13/+0
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-9/+1
2019-06-25ALSA: hdac: Fix codec name after machine driver is unloaded and reloadedAmadeusz Sławiński1-2/+6
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+0
2019-06-13Merge tag 'asoc-fix-v5.2-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+0
2019-06-06Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-1/+0
2019-06-06ALSA: hdac: fix memory release for SST and SOF driversAmadeusz Sławiński1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-04-13ALSA: hda: Initialize ext-bus-specific fields in snd_hdac_bus_init(), tooTakashi Iwai1-2/+0
2019-04-10ALSA: hda: Fix racy display power accessTakashi Iwai1-1/+0
2018-06-28ALSA: hdac: add extended ops in the hdac_busRakesh Ughreja1-1/+3
2018-06-28ALSA: hdac: remove memory allocation from snd_hdac_ext_bus_device_initRakesh Ughreja1-6/+2
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_driver, use hdac_driver insteadRakesh Ughreja1-16/+14
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja1-14/+13
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_device and use hdac_device insteadRakesh Ughreja1-15/+10
2017-12-01ASoC: hdac_hdmi: clean up hdac_device variable namesUghreja, Rakesh A1-1/+1
2016-05-16Merge tag 'asoc-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+3
2016-05-13ALSA: hdac: add link pm and ref countingVinod Koul1-0/+3
2016-05-08ALSA: hda: fix the missing ptr initializationVinod Koul1-0/+1
2015-10-13ALSA: hdac: Explicitly add io.hVinod Koul1-0/+1
2015-08-23ALSA: hdac: Fix size allocation for ext device allocationVinod Koul1-1/+1
2015-08-21ALSA: hdac: add extended device driver registrationVinod Koul1-0/+66
2015-08-21ALSA: hdac: add hdac extended deviceVinod Koul1-4/+9
2015-08-21ALSA: hdac: Add API for removing hdac extended deviceVinod Koul1-0/+19
2015-06-17ALSA: hda: provide default bus io ops extended hdacVinod Koul1-1/+58
2015-06-11ALSA: hdac_ext: add extended HDA busJeeja KP1-0/+117