summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-topology.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: Skylake: Zero snd_ctl_elem_valueRicardo Ribalda2021-01-211-1/+1
* ASoC: Intel: Skylake: skl-topology: Fix OOPs ib skl_tplg_completeRicardo Ribalda2021-01-211-6/+7
* ASoC: topology: Remove multistep topology loadingAmadeusz Sławiński2020-11-041-7/+2
* ASoC: Intel: Skylake: skl-topology: remove redundant assignmentPierre-Louis Bossart2020-08-181-1/+1
* ASoC: Intel: Skylake: skl-topology: remove redundant assignmentsPierre-Louis Bossart2020-08-181-3/+3
* ASoC: Intel: drop unnecessary list_emptyJulia Lawall2020-07-301-3/+2
* ASoC: Intel: Skylake: Automatic DMIC format configuration according to inform...Mateusz Gorski2020-04-271-3/+61
* ASoC: Intel: Multiple I/O PCM format support for pipeMateusz Gorski2020-04-271-0/+95
* ASoC: Intel: Skylake: Add alternative topology binary nameMateusz Gorski2020-04-271-2/+17
* ASoC: Intel: Skylake: Replace guid_copy() with import_guid()Andy Shevchenko2020-04-231-3/+3
* ASoC: Intel: Skylake: Release topology when we are done with itAmadeusz Sławiński2019-08-271-10/+10
* Merge branch 'topic/hda-dmic' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2019-08-081-0/+1
|\
| * ASoC: Intel: Skylake: move NHLT header to common directoryPierre-Louis Bossart2019-07-311-0/+1
* | ASoC: Intel: Skylake: Remove static table index when parsing topologyAmadeusz Sławiński2019-07-261-22/+12
* | ASoC: Intel: Skylake: Make MCPS and CPS params obsoleteCezary Rojewski2019-07-241-9/+6
* | ASoC: Intel: Skylake: Remove memory available checkCezary Rojewski2019-07-241-59/+0
* | ASoC: Intel: Skylake: Remove MCPS available checkCezary Rojewski2019-07-241-66/+1
* | ASoC: Intel: Skylake: Merge skl_sst and skl into skl_dev structCezary Rojewski2019-07-241-166/+154
|/
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 490Thomas Gleixner2019-06-191-9/+1
* | ASoC: Intel: Skylake: Strip T and L from TLV IPCsKamil Lulko2019-06-251-13/+9
* | ASoC: Intel: Skylake: Properly cleanup on component removalAmadeusz Sławiński2019-06-251-0/+15
* | ASoC: Intel: Skylake: Switch to modern UUID APIAndy Shevchenko2019-06-201-12/+12
* | ASoC: Intel: Skylake: Use struct_size() helperGustavo A. R. Silva2019-05-241-6/+5
|/
* ASoC: Intel: Skylake: remove useless castPierre-Louis Bossart2019-01-031-1/+1
* ASoC: intel: skylake: Add missing break in skl_tplg_get_token()Takashi Iwai2018-10-041-0/+1
* ASoC: skl-topology: Use kmemdup to replace kzalloc + memcpyzhong jiang2018-09-101-2/+1
* Merge branch 'topic/drm_audio_component' of https://git.kernel.org/pub/scm/li...Mark Brown2018-08-011-12/+8
|\
| * ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja2018-06-281-12/+8
* | ASoC: Intel: Skylake: fix widget handlingRakesh Ughreja2018-07-251-0/+3
* | ASoC: topology: Give more data to clients via callbacksLiam Girdwood2018-06-181-2/+3
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-8/+12
* ASoC: topology: Move skl-tplg-interface.h to uapiGuenter Roeck2018-06-011-1/+1
* ASoC: topology: Improve backwards compatibility with v4 topology filesGuenter Roeck2018-06-011-0/+169
* ASoC: topology: Fix build errorsMark Brown2018-04-181-3/+2
* ASoC: topology: Give more data to clients via callbacksLiam Girdwood2018-04-171-2/+3
* Merge branch 'topic/component-platform' of https://git.kernel.org/pub/scm/lin...Mark Brown2018-03-011-14/+14
|\
| * ASoC: intel: skylake: replace platform to componentKuninori Morimoto2018-02-121-13/+13
* | ASoC: Intel: Skylake: Find module id from UUID for bind paramsSriram Periyasamy2018-03-011-1/+82
* | ASoC: Intel: Skylake: Refine skl widget type checkGuneshwor Singh2018-03-011-10/+14
|/
* ASoC: Intel: remove second duplicated assignment to pointer 'res'Colin Ian King2018-01-171-1/+0
* Merge branch 'acpi-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Mark Brown2018-01-121-1/+1
|\
| * ASoC: Intel: Change kern log level to avoid unwanted messagesNaveen Manohar2017-12-081-1/+1
* | Merge branch 'fix/intel' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-01-081-24/+43
|\|
| * Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-11-101-24/+44
| |\
| | * ASoC: Intel: Skylake: Add dynamic module id supportSriram Periyasamy2017-11-081-2/+21
| | * ASoC: Intel: Skylake: Optimize UUID handling to fill pin infoSriram Periyasamy2017-11-081-23/+23
| * | ASoC: Intel: Skylake: fix swapped order of function arguments dir and pin_indexColin Ian King2017-09-251-1/+1
* | | ASoC: Intel: Skylake: Parse vendor tokens to build A-State tablePradeep Tewani2017-12-061-1/+43
| |/ |/|
* | ASoC: Intel: Skylake: Decrease loglevel for topology loadingChintan Patel2017-10-251-1/+1