aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/sof/control.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-27ASoC: SOF: control: use pm_runtime_resume_and_get()Pierre-Louis Bossart1-2/+1
2022-04-05ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela1-33/+0
2022-03-18ASoC: SOF: Add bytes_ext control IPC ops for IPC3Ranjani Sridharan1-180/+17
2022-03-18ASoC: SOF: Add bytes_get/put control IPC ops for IPC3Ranjani Sridharan1-54/+10
2022-03-18ASoC: SOF: Add enum_get/put control ops for IPC3Ranjani Sridharan1-27/+12
2022-03-18ASoC: SOF: Add switch get/put IPC3 opsRanjani Sridharan1-27/+12
2022-03-18ASoC: SOF: Add volume_get/put IPC3 opsRanjani Sridharan1-50/+14
2022-03-18ASoC: SOF: Add IPC3 topology control opsRanjani Sridharan1-144/+0
2022-03-16ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan1-13/+13
2021-12-15ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi1-13/+7
2021-12-15ASoC: SOF: control: Do not handle control notification with component typePeter Ujfalusi1-5/+7
2021-12-15ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_controlPeter Ujfalusi1-3/+3
2021-12-15ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi1-19/+7
2021-12-15ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi1-13/+2
2021-11-04ASoC: SOF:control: Fix variable type in snd_sof_refresh_control()Peter Ujfalusi1-4/+4
2021-09-13ASoC: SOF: Handle control change notification from firmwarePeter Ujfalusi1-0/+186
2021-09-13ASoC: SOF: control: fix a typo in put operations for kcontrolRander Wang1-3/+3
2020-11-20ASoC: SOF: control: override volume info callbackJaska Uimonen1-0/+22
2020-10-26ASoC: SOF: control: remove const in sizeof()Pierre-Louis Bossart1-10/+10
2020-09-21ASoC: SOF: control: add size checks for ext_bytes control .put()Pierre-Louis Bossart1-0/+11
2020-09-21ASoC: SOF: control: fix size checks for volatile ext_bytes control .get()Pierre-Louis Bossart1-0/+14
2020-09-21ASoC: SOF: control: fix size checks for ext_bytes control .get()Pierre-Louis Bossart1-1/+7
2020-09-17ASoC: SOF: fix range checksGuennadi Liakhovetski1-16/+22
2020-09-17ASoC: SOF: (cosmetic) remove redundant "ret" variable usesGuennadi Liakhovetski1-15/+7
2020-09-17ASoC: SOF: control: update test for pm_runtime_get_sync()Pierre-Louis Bossart1-1/+1
2020-09-08ASoC: SOF: Implement snd_sof_bytes_ext_volatile_get kcontrol IODharageswari R1-0/+58
2020-05-12Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8Mark Brown1-2/+2
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart1-1/+1
2020-05-01ASoC: SOF: Update correct LED status at the first time usage of update_mute_led()Kai-Heng Feng1-2/+2
2019-12-09ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan1-27/+28
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5Mark Brown1-8/+18
2019-10-18ASoC: SOF: control: return true when kcontrol values changeDragos Tarcatu1-8/+18
2019-10-14ASoC: SOF: Fix randbuild errorYueHaibing1-0/+2
2019-10-10ASoC: SOF: acpi led support for switch controlsJaska Uimonen1-0/+32
2019-06-13ASoC: SOF: dont wake dsp up in kcontrol IOBard Liao1-232/+38
2019-05-28ASoC: SOF: control: correct the copy size for bytes kcontrol putKeyon Jie1-4/+5
2019-04-28ASoC: SOF: Add Sound Open Firmware KControl supportLiam Girdwood1-0/+552