summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/control.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: control: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-04-271-2/+1
* ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela2022-04-051-33/+0
* ASoC: SOF: Add bytes_ext control IPC ops for IPC3Ranjani Sridharan2022-03-181-180/+17
* ASoC: SOF: Add bytes_get/put control IPC ops for IPC3Ranjani Sridharan2022-03-181-54/+10
* ASoC: SOF: Add enum_get/put control ops for IPC3Ranjani Sridharan2022-03-181-27/+12
* ASoC: SOF: Add switch get/put IPC3 opsRanjani Sridharan2022-03-181-27/+12
* ASoC: SOF: Add volume_get/put IPC3 opsRanjani Sridharan2022-03-181-50/+14
* ASoC: SOF: Add IPC3 topology control opsRanjani Sridharan2022-03-181-144/+0
* ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan2022-03-161-13/+13
* ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-13/+7
* ASoC: SOF: control: Do not handle control notification with component typePeter Ujfalusi2021-12-151-5/+7
* ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_controlPeter Ujfalusi2021-12-151-3/+3
* ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-19/+7
* ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()Peter Ujfalusi2021-12-151-13/+2
* ASoC: SOF:control: Fix variable type in snd_sof_refresh_control()Peter Ujfalusi2021-11-041-4/+4
* ASoC: SOF: Handle control change notification from firmwarePeter Ujfalusi2021-09-131-0/+186
* ASoC: SOF: control: fix a typo in put operations for kcontrolRander Wang2021-09-131-3/+3
* ASoC: SOF: control: override volume info callbackJaska Uimonen2020-11-201-0/+22
* ASoC: SOF: control: remove const in sizeof()Pierre-Louis Bossart2020-10-261-10/+10
* ASoC: SOF: control: add size checks for ext_bytes control .put()Pierre-Louis Bossart2020-09-211-0/+11
* ASoC: SOF: control: fix size checks for volatile ext_bytes control .get()Pierre-Louis Bossart2020-09-211-0/+14
* ASoC: SOF: control: fix size checks for ext_bytes control .get()Pierre-Louis Bossart2020-09-211-1/+7
* ASoC: SOF: fix range checksGuennadi Liakhovetski2020-09-171-16/+22
* ASoC: SOF: (cosmetic) remove redundant "ret" variable usesGuennadi Liakhovetski2020-09-171-15/+7
* ASoC: SOF: control: update test for pm_runtime_get_sync()Pierre-Louis Bossart2020-09-171-1/+1
* ASoC: SOF: Implement snd_sof_bytes_ext_volatile_get kcontrol IODharageswari R2020-09-081-0/+58
* Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-121-2/+2
|\
| * ASoC: SOF: Update correct LED status at the first time usage of update_mute_l...Kai-Heng Feng2020-05-011-2/+2
* | ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
|/
* ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan2019-12-091-27/+28
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-061-8/+18
|\
| * ASoC: SOF: control: return true when kcontrol values changeDragos Tarcatu2019-10-181-8/+18
* | ASoC: SOF: Fix randbuild errorYueHaibing2019-10-141-0/+2
* | ASoC: SOF: acpi led support for switch controlsJaska Uimonen2019-10-101-0/+32
|/
* ASoC: SOF: dont wake dsp up in kcontrol IOBard Liao2019-06-131-232/+38
* ASoC: SOF: control: correct the copy size for bytes kcontrol putKeyon Jie2019-05-281-4/+5
* ASoC: SOF: Add Sound Open Firmware KControl supportLiam Girdwood2019-04-281-0/+552