aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/ext/hdac_ext_controller.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23ALSA: hda: cleanup definitions for multi-link registersPierre-Louis Bossart1-8/+8
2022-07-09ALSA: hda: Remove unused macro definitionAmadeusz Sławiński1-7/+0
2022-02-21ALSA: hda: Add snd_hdac_ext_bus_link_at() helperCezary Rojewski1-10/+21
2021-03-02ALSA: hda: fix kernel-doc warningsPierre-Louis Bossart1-1/+1
2021-02-08ALSA: hda: add link_power op to hdac_bus_opsKai Vehmanen1-0/+37
2020-11-03ALSA: hda: prevent undefined shift in snd_hdac_ext_bus_get_link()Dan Carpenter1-0/+2
2020-02-18Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-3/+6
2020-02-10ALSA: hda: do not override bus codec_mask in link_get()Kai Vehmanen1-3/+6
2020-01-14ALSA: hda: Update kernel-doc function parameter descriptionsKeyon Jie1-7/+7
2019-10-07ALSA: hdac: clear link output stream mappingRander Wang1-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2018-10-02ALSA: hda: Fix mismatch for register mask and value in ext controller.Keyon Jie1-8/+14
2018-06-28ALSA: hdac: ext: add wait for codec to respond after link resetRakesh Ughreja1-0/+9
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja1-29/+26
2017-04-07ALSA: hda - add more ML register definitionsLibin Yang1-3/+3
2016-08-09ALSA - Ext hda: remove bus_parse_capabilitiesVinod Koul1-75/+0
2016-08-09ALSA: convert users to core bus_parse_capabilitiesVinod Koul1-8/+8
2016-05-13ALSA: hdac: add link pm and ref countingVinod Koul1-0/+66
2016-01-10ALSA: hdac: add snd_hdac_ext_bus_link_power_up_allVinod Koul1-0/+21
2016-01-10ALSA: hdac: Increase timeout value for link power checkJayachandran B1-1/+1
2016-01-10ALSA: hdac: Add support for hda DMA Resume capabilityJeeja KP1-0/+6
2015-08-21ALSA: hdac: Add snd_hdac_ext_bus_link_power_down_all()Jeeja KP1-0/+20
2015-08-21ALSA: hdac: Fix to read the correct offset of spcap/link registerJeeja KP1-5/+5
2015-08-04ALSA: HDA: Dont check return for snd_hdac_chip_readlJeeja KP1-6/+0
2015-06-17ALSA: hda: add hda link cleanup routineVinod Koul1-0/+18
2015-06-11ALSA: hdac_ext: add hdac extended controllerJeeja KP1-0/+270