| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: hda: remove redundant variable in snd_hdac_stream_start() | Zhang Yiqun | 2023-02-10 | 1 | -5/+2 |
* | ALSA: hda: Error out if invalid stream is being setup | Cezary Rojewski | 2022-12-09 | 1 | -0/+3 |
* | ALSA: hda: Interrupt servicing and BDL setup for compress streams | Cezary Rojewski | 2022-12-05 | 1 | -7/+20 |
* | ALSA: hda: Prepare for compress stream support | Cezary Rojewski | 2022-12-05 | 1 | -16/+16 |
* | ALSA: hda: Introduce snd_hdac_stream_wait_drsm() | Cezary Rojewski | 2022-10-28 | 1 | -0/+22 |
* | ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layer | Pierre-Louis Bossart | 2022-10-20 | 1 | -0/+136 |
* | ALSA: hda: ext: fix locking in stream_release | Pierre-Louis Bossart | 2022-09-20 | 1 | -3/+16 |
* | ALSA: hda: add snd_hdac_stop_streams() helper | Pierre-Louis Bossart | 2022-09-20 | 1 | -3/+14 |
* | ALSA: hda: document state machine for hdac_streams | Pierre-Louis Bossart | 2022-09-20 | 1 | -0/+33 |
* | ALSA: hda: make snd_hdac_stream_clear() static | Pierre-Louis Bossart | 2022-09-20 | 1 | -3/+2 |
* | ALSA: hda: Rework snd_hdac_stream_reset() to use macros | Amadeusz Sławiński | 2022-08-19 | 1 | -20/+6 |
* | ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c | Pierre-Louis Bossart | 2021-12-25 | 1 | -0/+16 |
* | ALSA: hda: Make proper use of timecounter | Thomas Gleixner | 2021-11-29 | 1 | -10/+4 |
* | ALSA: hda: hdac_stream: fix potential locking issue in snd_hdac_stream_assign() | Pierre-Louis Bossart | 2021-09-28 | 1 | -2/+2 |
* | ALSA: hda: Fix spelling mistakes | huangjianghui | 2021-03-19 | 1 | -1/+1 |
* | ALSA: hda: Use DIV_ROUND_UP()/roundup() instead of open-coding it | Lars-Peter Clausen | 2020-12-25 | 1 | -3/+2 |
* | ALSA: hda: Add dma stop delay variable | Mohan Kumar | 2020-08-05 | 1 | -0/+7 |
* | ALSA: hda: add member to store ratio for stripe control | Sameer Pujar | 2020-05-04 | 1 | -1/+1 |
* | ALSA: hda: Reset stream if DMA RUN bit not cleared | Mohan Kumar | 2020-01-28 | 1 | -12/+19 |
* | ALSA: hda: Update kernel-doc function parameter descriptions | Keyon Jie | 2020-01-14 | 1 | -0/+2 |
* | ALSA: hda: Fix regression by strip mask fix | Takashi Iwai | 2019-12-14 | 1 | -3/+1 |
* | ALSA: hda: Modify stream stripe mask only when needed | Takashi Iwai | 2019-12-03 | 1 | -7/+12 |
* | ALSA: hda: Set fifo_size for both playback and capture streams | Takashi Iwai | 2019-08-12 | 1 | -5/+1 |
* | ALSA: hda: Remove page allocation redirection | Takashi Iwai | 2019-08-08 | 1 | -4/+4 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | ALSA: hda: Avoid NULL pointer dereference at snd_hdac_stream_start() | Mariusz Ceier | 2019-03-13 | 1 | -1/+4 |
* | ALSA: hda: program stripe bits for controller | Sameer Pujar | 2019-01-14 | 1 | -0/+6 |
* | ALSA: hda: Add api to program stripe control bits | Sameer Pujar | 2019-01-14 | 1 | -0/+34 |
* | ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start() | Keyon Jie | 2019-01-09 | 1 | -1/+3 |
* | ALSA: hda: Proper endian notations for BDL pointers | Takashi Iwai | 2018-07-27 | 1 | -2/+2 |
* | ALSA: hda - Avoid tricky macros | Takashi Iwai | 2017-04-03 | 1 | -2/+2 |
* | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 1 | -3/+3 |
* | ALSA: hda - Add / fix kernel doc comments | Takashi Iwai | 2015-10-28 | 1 | -1/+2 |
* | ALSA: hdac: Add snd_hdac_get_hdac_stream() | Jeeja KP | 2015-08-23 | 1 | -0/+22 |
* | ALSA: hda - Fix NULL dereference from CA0132 DSP loader | Takashi Iwai | 2015-05-19 | 1 | -3/+9 |
* | ALSA: hda - add hdac stream trace | Libin Yang | 2015-05-18 | 1 | -0/+5 |
* | ALSA: hda - add generic functions to set hdac stream params | Jeeja KP | 2015-04-17 | 1 | -0/+38 |
* | ALSA: hda - Add missing inclusion of <linux/clocksource.h> | Takashi Iwai | 2015-04-16 | 1 | -0/+1 |
* | ALSA: hda - moved alloc/free stream pages function to controller library | Jeeja KP | 2015-04-16 | 1 | -2/+0 |
* | ALSA: hda - Add DSP loader to core library code | Takashi Iwai | 2015-04-16 | 1 | -0/+113 |
* | ALSA: hda - Add the controller helper codes to hda-core module | Takashi Iwai | 2015-04-16 | 1 | -0/+536 |