| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: Constify return of snd_soc_dai_get_pcm_stream() | Krzysztof Kozlowski | 2024-06-18 | 1 | -2/+2 |
* | ASoC: Intel: avs: clarify Copyright information | Pierre-Louis Bossart | 2024-05-06 | 1 | -1/+1 |
* | ASoC: Intel: avs: Clean up hw constraints initialization | Cezary Rojewski | 2024-04-29 | 1 | -40/+44 |
* | ASoC: Intel: avs: Store pointer to link_stream in dma_data | Cezary Rojewski | 2024-04-29 | 1 | -21/+19 |
* | ASoC: Intel: avs: Remove redundancy around DAI prepare | Cezary Rojewski | 2024-04-29 | 1 | -10/+4 |
* | ASoC: Intel: avs: Remove redundancy around DAI startup | Cezary Rojewski | 2024-04-29 | 1 | -17/+5 |
* | ASoC: Intel: avs: Store pointer to adev in DAI dma_data | Cezary Rojewski | 2024-04-29 | 1 | -9/+8 |
* | ASoC: Intel: avs: Remove redundancy around DAI shutdown | Cezary Rojewski | 2024-04-29 | 1 | -25/+19 |
* | ASoC: Intel: avs: Relocate HDA BE DAI specific operations | Cezary Rojewski | 2024-04-29 | 1 | -29/+26 |
* | ASoC: Intel: avs: Rule invalid buffer and period sizes out | Cezary Rojewski | 2024-04-05 | 1 | -0/+28 |
* | ASoC: Intel: avs: Replace risky functions with safer variants | Cezary Rojewski | 2024-04-05 | 1 | -1/+1 |
* | ASoC: Intel: avs: Restore stream decoupling on prepare | Amadeusz Sławiński | 2024-04-05 | 1 | -0/+4 |
* | ASoC: Intel: avs: Fix sound clipping in single capture scenario | Cezary Rojewski | 2024-02-20 | 1 | -2/+75 |
* | ASoC: Intel: avs: Unhardcode HDAudio BE DAI drivers description | Cezary Rojewski | 2023-11-27 | 1 | -0/+19 |
* | ASoC: Intel: avs: Kill S24_LE format | Cezary Rojewski | 2023-11-27 | 1 | -5/+15 |
* | ASoC: Intel: avs: Switch to new stream-format interface | Cezary Rojewski | 2023-11-27 | 1 | -5/+14 |
* | Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2023-10-21 | 1 | -37/+39 |
|\ |
|
| * | ASoC: Intel: avs: Only create SSP%d snd_soc_dai_driver when requested | Amadeusz Sławiński | 2023-10-12 | 1 | -11/+17 |
| * | ASoC: Intel: avs: Remove unused variable | Amadeusz Sławiński | 2023-10-02 | 1 | -2/+0 |
| * | ASoC: Intel: avs: Drop superfluous stream decoupling | Cezary Rojewski | 2023-09-29 | 1 | -2/+0 |
| * | ASoC: intel: avs: convert not to use asoc_xxx() | Kuninori Morimoto | 2023-09-25 | 1 | -22/+22 |
* | | ALSA: hda: Add code_loading parameter to stream setup | Cezary Rojewski | 2023-10-06 | 1 | -1/+1 |
* | | ASoC: Intel: avs: Use helper to setup HOST stream | Cezary Rojewski | 2023-10-06 | 1 | -1/+1 |
|/ |
|
* | ASoC: Intel: avs: Provide support for fallback topology | Amadeusz Sławiński | 2023-09-05 | 1 | -0/+22 |
* | ASoC: Intel: avs: Add missing checks on FE startup | Amadeusz Sławiński | 2023-05-22 | 1 | -5/+18 |
* | Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2023-02-16 | 1 | -22/+23 |
|\ |
|
| * | ASoC: intel: use helper function | Kuninori Morimoto | 2023-01-31 | 1 | -7/+8 |
| * | ASoC: Intel: avs: Use asoc_substream_to_rtd() to obtain rtd | Cezary Rojewski | 2023-01-13 | 1 | -15/+15 |
* | | ALSA: hda: remove redundant variable in snd_hdac_stream_start() | Zhang Yiqun | 2023-02-10 | 1 | -1/+1 |
|/ |
|
* | ASoC: Intel: avs: Data probing soc-component | Cezary Rojewski | 2022-12-05 | 1 | -3/+3 |
* | ASoC: Intel: avs: Disconnect substream if suspend or resume fails | Cezary Rojewski | 2022-11-22 | 1 | -2/+8 |
* | ASoC: Intel: avs: Initialize private data for subsequent HDA FEs | Cezary Rojewski | 2022-11-18 | 1 | -1/+21 |
* | ASoC: Intel: avs: Enact power gating policy | Cezary Rojewski | 2022-10-28 | 1 | -0/+2 |
* | ASoC: Intel: avs: Count low power streams | Cezary Rojewski | 2022-10-28 | 1 | -0/+15 |
* | ASoC: Intel: avs: Restart instead of resuming HDA capture streams | Cezary Rojewski | 2022-10-28 | 1 | -22/+28 |
* | ASoC: Intel: avs: Handle SUSPEND and RESUME triggers | Amadeusz Sławiński | 2022-10-28 | 1 | -15/+60 |
* | ASoC: Intel: avs: Introduce PCM power management routines | Cezary Rojewski | 2022-10-28 | 1 | -4/+210 |
* | ASoC: Intel: avs: Split pcm pages freeing operation from hw_free() | Cezary Rojewski | 2022-10-28 | 1 | -4/+10 |
* | ASoC: Merge HDA/ext cleanup | Mark Brown | 2022-10-21 | 1 | -8/+8 |
|\ |
|
| * | ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream setting | Pierre-Louis Bossart | 2022-10-20 | 1 | -2/+2 |
| * | ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operations | Pierre-Louis Bossart | 2022-10-20 | 1 | -4/+4 |
| * | ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpers | Pierre-Louis Bossart | 2022-10-20 | 1 | -2/+2 |
* | | ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget() | Kuninori Morimoto | 2022-10-18 | 1 | -4/+2 |
|/ |
|
* | ASoC: Intel: avs: Fix potential buffer overflow by snprintf() | Takashi Iwai | 2022-08-05 | 1 | -2/+2 |
* | ASoC: Intel: avs: Remove now redundant non_legacy_dai_naming flag | Charles Keepax | 2022-06-27 | 1 | -2/+0 |
* | ASoC: Intel: avs: HDA PCM BE operations | Cezary Rojewski | 2022-05-17 | 1 | -0/+349 |
* | ASoC: Intel: avs: non-HDA PCM BE operations | Cezary Rojewski | 2022-05-17 | 1 | -1/+221 |
* | ASoC: Intel: avs: Generic PCM FE operations | Cezary Rojewski | 2022-05-17 | 1 | -0/+338 |
* | ASoC: Intel: avs: Generic soc component driver | Cezary Rojewski | 2022-05-17 | 1 | -0/+275 |