summaryrefslogtreecommitdiff
path: root/sound/soc/intel/skylake/skl-pcm.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-20ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerPierre-Louis Bossart1-9/+8
2022-10-20ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream settingPierre-Louis Bossart1-3/+3
2022-10-20ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operationsPierre-Louis Bossart1-4/+4
2022-10-20ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpersPierre-Louis Bossart1-2/+2
2022-09-27ASoC: intel: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-06-27ASoC: Intel: skylake: skl-pcm: use pm_runtime_resume_and_get()Pierre-Louis Bossart1-1/+4
2022-01-05Merge tag 'asoc-v5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-5/+2
2021-12-24ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudioPierre-Louis Bossart1-5/+2
2021-11-30ASoC: Intel: Skylake: Use NHLT API to search for blobAmadeusz Sławiński1-0/+3
2021-11-29ALSA: hda: Make proper use of timecounterThomas Gleixner1-1/+0
2021-08-23ASoC: Intel: Skylake: Fix passing loadable flag for moduleGustaw Lewandowski1-16/+9
2021-07-30ASoC: intel: skylake: Drop superfluous mmap callbackTakashi Iwai1-8/+0
2020-10-26ALSA: remove unneeded breakTom Rix1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-31ASoC: Intel: drop unnecessary list_emptyJulia Lawall1-5/+3
2020-07-27ASoC: intel: use asoc_substream_to_rtd()Kuninori Morimoto1-4/+4
2020-03-27ASoC: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-5/+5
2020-02-25ASoC: soc-pcm: add snd_soc_dai_get_widget()Kuninori Morimoto1-8/+2
2020-01-27Merge tag 'asoc-v5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-21/+6
2019-12-12ALSA: Replace timespec with timespec64Baolin Wang1-2/+2
2019-12-11ASoC: intel: skylake: Use managed buffer allocationTakashi Iwai1-20/+6
2019-12-11ASoC: intel: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-11-09ASoC: intel: Avoid non-standard macro usageTakashi Iwai1-1/+1
2019-11-09ASoC: intel: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-12/+0
2019-10-08ASoC: intel: skl-pcm: remove snd_pcm_opsKuninori Morimoto1-23/+44
2019-07-24ASoC: Intel: Skylake: Do not disable FW notificationsAmadeusz Sławiński1-1/+0
2019-07-24ASoC: Intel: Skylake: Merge skl_sst and skl into skl_dev structCezary Rojewski1-38/+37
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-10/+1
2019-06-25ASoC: Intel: Skylake: Properly cleanup on component removalAmadeusz Sławiński1-2/+6
2019-06-25ASoC: Intel: Skylake: Don't return failure on machine driver reloadAmadeusz Sławiński1-5/+0
2019-06-25ASoC: Intel: Skylake: Initialize lists before access so they are safe to useAmadeusz Sławiński1-3/+0
2019-06-25ASoC: Intel: Skylake: Use recommended SDxFMT programming sequencePaweł Harłoziński1-1/+13
2019-06-20ASoC: Intel: Skylake: Switch to modern UUID APIAndy Shevchenko1-6/+6
2019-06-07ASoC: Intel: skl-pcm: use modern dai_link styleKuninori Morimoto1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-10/+1
2019-04-08ASoC: core: conditionally increase module refcount on component openRanjani Sridharan1-1/+1
2019-04-05ASoC: intel: skylake: add remove() callback for component driverRanjani Sridharan1-0/+7
2019-03-18Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown1-7/+2
2019-03-11ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platformRander Wang1-5/+14
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai1-0/+1
2019-02-08ASoC: Intel: Skylake: set .ignore_module_refcount field in componentPierre-Louis Bossart1-0/+1
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-1/+1
2019-02-06ASoC: intel: Drop superfluous PCM preallocation error checksTakashi Iwai1-7/+2
2019-01-03ASoC: Intel: Skylake: simplify boolean testsPierre-Louis Bossart1-1/+1
2018-10-05ASoC: intel: skylake: Add fall-through annotationTakashi Iwai1-0/+1
2018-08-28ASoC: Intel: Skylake: add HDA BE DAIsRakesh Ughreja1-12/+58
2018-08-01Merge branch 'topic/drm_audio_component' of https://git.kernel.org/pub/scm/li...Mark Brown1-58/+54
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja1-58/+54
2018-06-18ASoC: topology: Give more data to clients via callbacksLiam Girdwood1-3/+4
2018-04-18ASoC: topology: Fix build errorsMark Brown1-4/+3