summaryrefslogtreecommitdiff
path: root/sound/soc/intel/skylake/skl-pcm.c
AgeCommit message (Expand)Author
2023-12-29Merge branch 'topic/cs35l41' into for-nextTakashi Iwai
2023-11-27ASoC: Intel Skylake: Switch to new stream-format interfaceCezary Rojewski
2023-11-17ASoC: Intel: Skylake: mem leak in skl register functionKamil Duljas
2023-11-17ASoC: Intel: Skylake: Fix mem leak in few functionsKamil Duljas
2023-10-31Merge tag 'asoc-v6.7-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2023-10-25ASoC: Intel: Skylake: add an error code check in skl_pcm_triggerSu Hui
2023-10-21Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2023-10-06ALSA: hda: Add code_loading parameter to stream setupCezary Rojewski
2023-10-06ASoC: Intel: Skylake: Use helper to setup HOST streamCezary Rojewski
2023-09-26ASoC: intel: convert not to use asoc_xxx()Kuninori Morimoto
2023-07-18ASoC: Intel: Skylake: Use global PCI match macroAmadeusz Sławiński
2023-02-10ALSA: hda: remove redundant variable in snd_hdac_stream_start()Zhang Yiqun
2022-10-20ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerPierre-Louis Bossart
2022-10-20ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream settingPierre-Louis Bossart
2022-10-20ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operationsPierre-Louis Bossart
2022-10-20ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpersPierre-Louis Bossart
2022-09-27ASoC: intel: Replace runtime->status->state reference to runtime->stateTakashi Iwai
2022-06-27ASoC: Intel: skylake: skl-pcm: use pm_runtime_resume_and_get()Pierre-Louis Bossart
2022-01-05Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2021-12-24ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudioPierre-Louis Bossart
2021-11-30ASoC: Intel: Skylake: Use NHLT API to search for blobAmadeusz Sławiński
2021-11-29ALSA: hda: Make proper use of timecounterThomas Gleixner
2021-08-23ASoC: Intel: Skylake: Fix passing loadable flag for moduleGustaw Lewandowski
2021-07-30ASoC: intel: skylake: Drop superfluous mmap callbackTakashi Iwai
2020-10-26ALSA: remove unneeded breakTom Rix
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-30ASoC: Intel: drop unnecessary list_emptyJulia Lawall
2020-07-27ASoC: intel: use asoc_substream_to_rtd()Kuninori Morimoto
2020-03-27ASoC: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto
2020-02-24ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto
2020-01-27Merge tag 'asoc-v5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang
2019-12-11ASoC: intel: skylake: Use managed buffer allocationTakashi Iwai
2019-12-11ASoC: intel: Drop superfluous ioctl PCM opsTakashi Iwai
2019-11-09ASoC: intel: Avoid non-standard macro usageTakashi Iwai
2019-11-09ASoC: intel: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai
2019-10-08ASoC: intel: skl-pcm: remove snd_pcm_opsKuninori Morimoto
2019-07-24ASoC: Intel: Skylake: Do not disable FW notificationsAmadeusz Sławiński
2019-07-24ASoC: Intel: Skylake: Merge skl_sst and skl into skl_dev structCezary Rojewski
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown
2019-06-25ASoC: Intel: Skylake: Properly cleanup on component removalAmadeusz Sławiński
2019-06-25ASoC: Intel: Skylake: Don't return failure on machine driver reloadAmadeusz Sławiński
2019-06-25ASoC: Intel: Skylake: Initialize lists before access so they are safe to useAmadeusz Sławiński
2019-06-25ASoC: Intel: Skylake: Use recommended SDxFMT programming sequencePaweł Harłoziński
2019-06-20ASoC: Intel: Skylake: Switch to modern UUID APIAndy Shevchenko
2019-06-06ASoC: Intel: skl-pcm: use modern dai_link styleKuninori Morimoto
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan
2019-04-05ASoC: intel: skylake: add remove() callback for component driverRanjani Sridharan
2019-03-18Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown