summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: boards: Fix typo in commentsAmadeusz Sławiński2022-10-2614-14/+14
* ASoC: SOF: Intel/IPC4: Support for external firmware librariesMark Brown2022-10-212-0/+23
|\
| * ASoC: jz4752b: Capture fixesMark Brown2022-10-197-25/+59
| |\
| * | ASoC: Intel: sof_rt5682: Add quirk for Rex boardYong Zhi2022-10-181-0/+12
| * | ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15Pierre-Louis Bossart2022-10-181-0/+11
* | | ASoC: Merge HDA/ext cleanupMark Brown2022-10-216-40/+37
|\ \ \
| * | | ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layerPierre-Louis Bossart2022-10-203-21/+18
| * | | ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream settingPierre-Louis Bossart2022-10-202-5/+5
| * | | ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operationsPierre-Louis Bossart2022-10-202-8/+8
| * | | ALSA/ASoC: hda: ext: add 'ext' prefix to snd_hdac_link_free_allPierre-Louis Bossart2022-10-202-2/+2
| * | | ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpersPierre-Louis Bossart2022-10-202-4/+4
| | |/ | |/|
* | | ASoC: soc-dapm.c random cleanupsMark Brown2022-10-191-4/+2
|\ \ \
| * | | ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget()Kuninori Morimoto2022-10-181-4/+2
* | | | ASoC: Intel: avs: simplify S3 resume flowsPierre-Louis Bossart2022-10-181-11/+0
* | | | ASoC: Intel: Skylake: simplify S3 resume flowsPierre-Louis Bossart2022-10-181-9/+0
|/ / /
* | | ASoC: Intel: avs: Fixes and new boards supportMark Brown2022-10-1812-27/+58
|\ \ \
| * | | ASoC: Intel: avs: Simplify log control for SKLCezary Rojewski2022-10-171-2/+2
| * | | ASoC: Intel: avs: Simplify ignore_fw_version descriptionCezary Rojewski2022-10-171-1/+1
| * | | ASoC: Intel: avs: Do not print IPC error message twiceCezary Rojewski2022-10-171-15/+4
| * | | ASoC: Intel: avs: Do not treat unsupported IPCs as invalidCezary Rojewski2022-10-172-1/+5
| * | | ASoC: Intel: avs: Do not reuse msg between different IPC handlersCezary Rojewski2022-10-171-2/+4
| * | | ASoC: Intel: avs: Add missing include to HDA boardAmadeusz Sławiński2022-10-171-0/+1
| * | | ASoC: Intel: avs: Simplify d0ix disabling routineCezary Rojewski2022-10-171-1/+1
| * | | ASoC: Intel: avs: Add missing SKL-based device IDsCezary Rojewski2022-10-171-0/+4
| * | | ASoC: Intel: avs: Support da7219 on both KBL and APLAmadeusz Sławiński2022-10-171-1/+5
| * | | ASoC: Intel: avs: Support AML with rt286 configurationCezary Rojewski2022-10-171-0/+6
| * | | ASoC: Intel: avs: Add quirk for KBL-R RVP platformAmadeusz Sławiński2022-10-171-2/+22
| * | | ASoC: Intel: avs: Fix potential RX buffer overflowCezary Rojewski2022-10-171-1/+2
| * | | ASoC: Intel: avs: Fix DMA mask assignmentCezary Rojewski2022-10-171-1/+1
| |/ /
* | | ASoC: Intel: avs: Load max98927 on target platformAmadeusz Sławiński2022-10-171-0/+8
* | | ASoC: Intel: avs: Add max98927 machine boardAmadeusz Sławiński2022-10-173-0/+248
|/ /
* | Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2022-10-0321-157/+310
|\|
| * ASoC: Intel: sof_rt5682: remove SOF_RT1015_SPEAKER_AMP_100FS flagBrent Lu2022-09-303-47/+47
| * ASoC: Intel: Skylake: Replace zero-length arrays with DECLARE_FLEX_ARRAY() he...Gustavo A. R. Silva2022-09-271-2/+2
| * ASoC: Intel: skylake: remove unnecessary dev_set_drvdata()Yang Yingliang2022-09-231-1/+0
| * ASoC: Intel: sof_da7219_mx98360a: Access num_codecs through dai_linkNathan Chancellor2022-09-231-1/+1
| * ASoC: Intel: soc-acpi-intel-rpl-match: add rpl_sdca_3_in_1 supportBard Liao2022-09-201-0/+80
| * ASoC: Intel: sof_rt5682: use devm_kcalloc() instead of devm_kzalloc()ye xingchen2022-09-191-7/+8
| * ASoC: Intel: sof_es8336: use function devm_kcalloc() instead of devm_kzalloc()ye xingchen2022-09-191-3/+4
| * ASoC: soc-core.c: setup rtd->pmdown_time at soc_new_pcm_runtime()Kuninori Morimoto2022-09-191-0/+1
| * ASoC: Intel: sof_ssp_amp: use devm_kcalloc() instead of devm_kzalloc()ye xingchen2022-09-191-7/+8
| * ASoC: Intel: sof_cs42l42: use function devm_kcalloc() instead of devm_kzalloc()ye xingchen2022-09-191-7/+7
| * ASoC: Intel: sof_nau8825: use function devm_kcalloc() instead of devm_kzalloc()ye xingchen2022-09-191-7/+8
| * ASoC: Intel: fix unused-variable warning in probe_codecGaosheng Cui2022-09-131-1/+1
| * ASoC: Intel: HSW and BDW updatesMark Brown2022-08-164-23/+35
| |\
| | * ASoC: Intel: Drop legacy HSW/BDW board-match informationCezary Rojewski2022-08-161-15/+0
| | * ASoC: Intel: catpt: Drop SND_SOC_ACPI_INTEL_MATCH dependencyCezary Rojewski2022-08-162-4/+31
| | * ASoC: Intel: bdw_rt286: Rename moduleCezary Rojewski2022-08-161-2/+2
| | * ASoC: Intel: hsw_rt5640: Rename moduleCezary Rojewski2022-08-161-2/+2
| * | ASoC: Intel: common: add ACPI matching tables for Raptor LakeKai Vehmanen2022-08-162-1/+52
| |/