summaryrefslogtreecommitdiff
path: root/sound/hda/ext/hdac_ext_stream.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06ALSA: hda: Add code_loading parameter to stream setupCezary Rojewski1-5/+7
2023-10-06ALSA: hda: Introduce HOST stream setup mechanismCezary Rojewski1-0/+41
2022-12-05ALSA: hda: Allow for compress stream to hdac_ext_stream assignmentCezary Rojewski1-0/+41
2022-10-20ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerPierre-Louis Bossart1-139/+0
2022-10-20ALSA: hda: ext: reduce ambiguity between 'multi-link' and 'link' DMAPierre-Louis Bossart1-6/+6
2022-10-20ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream settingPierre-Louis Bossart1-24/+0
2022-10-20ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operationsPierre-Louis Bossart1-14/+14
2022-09-20ALSA: hda: ext: remove always-true conditions on host and link releasePierre-Louis Bossart1-2/+4
2022-09-20ALSA: hda: ext: fix locking in stream_releasePierre-Louis Bossart1-1/+1
2022-09-20ALSA: hda: ext: simplify logic for stream assignmentPierre-Louis Bossart1-9/+4
2022-09-20ALSA: hda: Use hdac_ext prefix in snd_hdac_stream_free_all() for clarityPierre-Louis Bossart1-3/+3
2022-09-20ALSA: hda: ext: make snd_hdac_ext_stream_init() staticPierre-Louis Bossart1-4/+3
2021-12-25ALSA: HDA: hdac_ext_stream: use consistent prefixes for variablesPierre-Louis Bossart1-99/+100
2021-12-25ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.cPierre-Louis Bossart1-17/+0
2021-09-28ALSA: hda: hdac_ext_stream: fix potential locking issuesPierre-Louis Bossart1-18/+28
2021-03-02ALSA: hda: fix kernel-doc warningsPierre-Louis Bossart1-1/+1
2020-01-14ALSA: hda: Update kernel-doc function parameter descriptionsKeyon Jie1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2018-09-04ALSA: hda: Fix several mismatch for register mask and valueKeyon Jie1-15/+7
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja1-59/+45
2017-01-06ALSA: hda: check stream decoupled register stateJeeja KP1-6/+9
2016-09-16ALSA: hdac: add missing \n to end of dev_err messagesColin Ian King1-5/+5
2016-08-09ALSA: convert users to core bus_parse_capabilitiesVinod Koul1-23/+23
2016-03-16ALSA: hda: use list macro for parsing on cleanupVinod Koul1-3/+2
2016-01-10ALSA: hdac: couple the hda DMA stream in cleanupJeeja KP1-0/+1
2016-01-10ALSA: hdac: Add support for hda DMA Resume capabilityJeeja KP1-0/+71
2015-10-05ALSA: hdac: Fix to check if stream not in use in releaseJeeja KP1-4/+3
2015-10-05ALSA: hdac: Fix incorrect update of stream id mappingSubhransu S. Prusty1-1/+1
2015-08-23ALSA: hdac: fix the spbmaxfifo APIVinod Koul1-3/+3
2015-08-21ALSA: hdac: Remove the usage of key for host streamJeeja KP1-6/+0
2015-08-21ALSA: hdac: Add support to enable SPIB for hdac ext streamJeeja KP1-0/+54
2015-08-21ALSA: hdac: Fix to read the correct offset of spcap/link registerJeeja KP1-1/+1
2015-08-04ALSA: HDA: Fix stream assignment for host in decoupled modeJeeja KP1-1/+1
2015-06-17ALSA: hda: add hdac_ext stream creation and cleanup routinesVinod Koul1-0/+50
2015-06-11ALSA: hdac_ext: add extended stream capabilitiesJeeja KP1-0/+402