aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda/hdac_stream.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21ALSA: hda: Downgrade BDL table overflow messageTakashi Iwai1-1/+1
2023-11-21ALSA: hda: Refer to correct stream index at loopsTakashi Iwai1-6/+3
2023-10-06ALSA: hda: Add code_loading parameter to stream setupCezary Rojewski1-9/+12
2023-10-06ALSA: hda: Fix stream fifo_size initializationCezary Rojewski1-1/+1
2023-10-06ALSA: hda: Fix possible null-ptr-deref when assigning a streamCezary Rojewski1-2/+4
2023-10-06ALSA: hda: Poll SDxFIFOS after programming SDxFMTCezary Rojewski1-0/+8
2023-06-07ALSA: hda: Workaround for SDnCTL register on loongsonYanteng Si1-1/+5
2023-02-10ALSA: hda: remove redundant variable in snd_hdac_stream_start()Zhang Yiqun1-5/+2
2022-12-09ALSA: hda: Error out if invalid stream is being setupCezary Rojewski1-0/+3
2022-12-05ALSA: hda: Interrupt servicing and BDL setup for compress streamsCezary Rojewski1-7/+20
2022-12-05ALSA: hda: Prepare for compress stream supportCezary Rojewski1-16/+16
2022-10-28ALSA: hda: Introduce snd_hdac_stream_wait_drsm()Cezary Rojewski1-0/+22
2022-10-20ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerPierre-Louis Bossart1-0/+136
2022-09-20ALSA: hda: ext: fix locking in stream_releasePierre-Louis Bossart1-3/+16
2022-09-20ALSA: hda: add snd_hdac_stop_streams() helperPierre-Louis Bossart1-3/+14
2022-09-20ALSA: hda: document state machine for hdac_streamsPierre-Louis Bossart1-0/+33
2022-09-20ALSA: hda: make snd_hdac_stream_clear() staticPierre-Louis Bossart1-3/+2
2022-08-19ALSA: hda: Rework snd_hdac_stream_reset() to use macrosAmadeusz Sławiński1-20/+6
2021-12-25ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.cPierre-Louis Bossart1-0/+16
2021-11-29ALSA: hda: Make proper use of timecounterThomas Gleixner1-10/+4
2021-09-28ALSA: hda: hdac_stream: fix potential locking issue in snd_hdac_stream_assign()Pierre-Louis Bossart1-2/+2
2021-03-19ALSA: hda: Fix spelling mistakeshuangjianghui1-1/+1
2020-12-25ALSA: hda: Use DIV_ROUND_UP()/roundup() instead of open-coding itLars-Peter Clausen1-3/+2
2020-08-05ALSA: hda: Add dma stop delay variableMohan Kumar1-0/+7
2020-05-04ALSA: hda: add member to store ratio for stripe controlSameer Pujar1-1/+1
2020-01-28ALSA: hda: Reset stream if DMA RUN bit not clearedMohan Kumar1-12/+19
2020-01-14ALSA: hda: Update kernel-doc function parameter descriptionsKeyon Jie1-0/+2
2019-12-14ALSA: hda: Fix regression by strip mask fixTakashi Iwai1-3/+1
2019-12-03ALSA: hda: Modify stream stripe mask only when neededTakashi Iwai1-7/+12
2019-08-12ALSA: hda: Set fifo_size for both playback and capture streamsTakashi Iwai1-5/+1
2019-08-08ALSA: hda: Remove page allocation redirectionTakashi Iwai1-4/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-13ALSA: hda: Avoid NULL pointer dereference at snd_hdac_stream_start()Mariusz Ceier1-1/+4
2019-01-14ALSA: hda: program stripe bits for controllerSameer Pujar1-0/+6
2019-01-14ALSA: hda: Add api to program stripe control bitsSameer Pujar1-0/+34
2019-01-09ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start()Keyon Jie1-1/+3
2018-07-27ALSA: hda: Proper endian notations for BDL pointersTakashi Iwai1-2/+2
2017-04-03ALSA: hda - Avoid tricky macrosTakashi Iwai1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-3/+3
2015-10-28ALSA: hda - Add / fix kernel doc commentsTakashi Iwai1-1/+2
2015-08-23ALSA: hdac: Add snd_hdac_get_hdac_stream()Jeeja KP1-0/+22
2015-05-19ALSA: hda - Fix NULL dereference from CA0132 DSP loaderTakashi Iwai1-3/+9
2015-05-18ALSA: hda - add hdac stream traceLibin Yang1-0/+5
2015-04-17ALSA: hda - add generic functions to set hdac stream paramsJeeja KP1-0/+38
2015-04-16ALSA: hda - Add missing inclusion of <linux/clocksource.h>Takashi Iwai1-0/+1
2015-04-16ALSA: hda - moved alloc/free stream pages function to controller libraryJeeja KP1-2/+0
2015-04-16ALSA: hda - Add DSP loader to core library codeTakashi Iwai1-0/+113
2015-04-16ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai1-0/+536