aboutsummaryrefslogtreecommitdiff
path: root/include/sound/hdaudio_ext.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-05ALSA: hda: Allow for compress stream to hdac_ext_stream assignmentGravatar Cezary Rojewski 1-0/+2
2022-10-28ASoC: Intel: avs: Introduce PCM power management routinesGravatar Cezary Rojewski 1-0/+5
2022-10-20ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerGravatar Pierre-Louis Bossart 1-34/+0
2022-10-20ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream settingGravatar Pierre-Louis Bossart 1-4/+4
2022-10-20ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operationsGravatar Pierre-Louis Bossart 1-4/+4
2022-10-20ALSA/ASoC: hda: ext: add 'ext' prefix to snd_hdac_link_free_allGravatar Pierre-Louis Bossart 1-1/+1
2022-10-20ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpersGravatar Pierre-Louis Bossart 1-3/+3
2022-10-20ALSA: hda: ext: hda_ext_controller: use hlink variable/parameterGravatar Pierre-Louis Bossart 1-8/+8
2022-09-20ALSA: hda: Use hdac_ext prefix in snd_hdac_stream_free_all() for clarityGravatar Pierre-Louis Bossart 1-1/+1
2022-09-20ALSA: hda: ext: make snd_hdac_ext_stream_init() staticGravatar Pierre-Louis Bossart 1-3/+0
2022-08-19ALSA: hda: Move stream-register polling macrosGravatar Amadeusz Sławiński 1-6/+0
2022-08-18ALSA: hda: Remove codec init and exit routinesGravatar Cezary Rojewski 1-3/+0
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-0/+50
2022-03-11ALSA: hda: Add helper macros for DSP capable devicesGravatar Cezary Rojewski 1-0/+50
2022-02-21ALSA: hda: Add snd_hdac_ext_bus_link_at() helperGravatar Cezary Rojewski 1-0/+1
2021-12-25ALSA: HDA: hdac_ext_stream: use consistent prefixes for variablesGravatar Pierre-Louis Bossart 1-13/+13
2021-12-25ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.cGravatar Pierre-Louis Bossart 1-1/+0
2021-09-28ALSA: hda: hdac_ext_stream: fix potential locking issuesGravatar Pierre-Louis Bossart 1-0/+2
2021-08-13ALSA: hda_audio_ext: fix kernel-docGravatar Pierre-Louis Bossart 1-1/+1
2021-02-08ALSA: hda: add link_power op to hdac_bus_opsGravatar Kai Vehmanen 1-0/+2
2020-09-21ASoC: hdac: make SOF HDA codec driver probe deterministicGravatar Kai Vehmanen 1-1/+1
2019-08-08ALSA: hda: Direct MMIO accessesGravatar Takashi Iwai 1-1/+0
2018-06-28ALSA: hdac: add extended ops in the hdac_busGravatar Rakesh Ughreja 1-1/+2
2018-06-28ALSA: hdac: remove memory allocation from snd_hdac_ext_bus_device_initGravatar Rakesh Ughreja 1-1/+2
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_driver, use hdac_driver insteadGravatar Rakesh Ughreja 1-15/+2
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadGravatar Rakesh Ughreja 1-50/+24
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_device and use hdac_device insteadGravatar Rakesh Ughreja 1-32/+4
2017-12-01ASoC: hdac_hdmi: clean up hdac_device variable namesGravatar Ughreja, Rakesh A 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-08-09ALSA - Ext hda: remove bus_parse_capabilitiesGravatar Vinod Koul 1-12/+0
2016-05-13ALSA: hdac: add link pm and ref countingGravatar Vinod Koul 1-0/+13
2016-01-10ALSA: hdac: add snd_hdac_ext_bus_link_power_up_allGravatar Vinod Koul 1-0/+1
2016-01-10ALSA: hdac: Add support for hda DMA Resume capabilityGravatar Jeeja KP 1-0/+14
2015-11-21ALSA: hdac: structure definition for ext_dma_paramsGravatar Subhransu S. Prusty 1-0/+6
2015-10-20ALSA: hdac: Add macro for hda ext devices entryGravatar Subhransu S. Prusty 1-0/+7
2015-08-23ALSA: hdac: fix the spbmaxfifo APIGravatar Vinod Koul 1-1/+1
2015-08-21ALSA: hdac: Add support to enable SPIB for hdac ext streamGravatar Jeeja KP 1-0/+10
2015-08-21ALSA: hdac: Add snd_hdac_ext_bus_link_power_down_all()Gravatar Jeeja KP 1-0/+1
2015-08-21ALSA: hdac: add extended device driver registrationGravatar Vinod Koul 1-0/+15
2015-08-21ALSA: hdac: add hdac extended deviceGravatar Vinod Koul 1-0/+44
2015-08-21ALSA: hdac: Add API for removing hdac extended deviceGravatar Vinod Koul 1-0/+1
2015-06-17ALSA: hda: add hda link cleanup routineGravatar Vinod Koul 1-0/+1
2015-06-17ALSA: hda: add hdac_ext stream creation and cleanup routinesGravatar Vinod Koul 1-0/+3
2015-06-11ALSA: HDA: remove the unused function declarationGravatar Vinod Koul 1-1/+0
2015-06-11ALSA: hdac_ext: add extended stream capabilitiesGravatar Jeeja KP 1-0/+48
2015-06-11ALSA: hdac_ext: add hdac extended controllerGravatar Jeeja KP 1-0/+35
2015-06-11ALSA: hdac_ext: add extended HDA busGravatar Jeeja KP 1-0/+46