summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: sun8i-codec: Fix field bit number indentationSamuel Holland2020-09-071-7/+7
* ASoC: sun8i-codec: Fix ADC_DIG_CTRL field nameSamuel Holland2020-09-071-2/+2
* ASoC: sun8i-codec: Fix AIF1_MXR_SRC field namesSamuel Holland2020-09-071-8/+8
* ASoC: sun8i-codec: Fix AIF1_ADCDAT_CTRL field namesSamuel Holland2020-09-071-4/+4
* ASoC: sun8i-codec: Fix AIF1 MODCLK widget nameSamuel Holland2020-09-071-6/+6
* ASoC: sun8i-codec: Remove extraneous widgetsSamuel Holland2020-09-071-4/+0
* Merge series "ASoC: SOF: multi core support for 5.10" from Kai Vehmanen <kai....Mark Brown2020-09-046-61/+184
|\
| * ASoC: SOF: topology: fix core enable sequenceRanjani Sridharan2020-09-041-6/+14
| * ASoC: SOF: support topology components on secondary coresGuennadi Liakhovetski2020-09-045-34/+126
| * ASoC: SOF: add a "core" parameter to widget loading functionsGuennadi Liakhovetski2020-09-042-27/+50
* | ASoC: samsung-i2s: Add missing propertiesKrzysztof Kozlowski2020-09-041-1/+16
* | ASoC: odroid: Add missing propertiesKrzysztof Kozlowski2020-09-041-1/+6
|/
* ASoC: fsl_sai: Set SAI Channel Mode to Output ModeShengjiu Wang2020-09-032-2/+10
* ASoC: fsl_sai: Support multiple data channel enable bitsShengjiu Wang2020-09-032-19/+13
* ASoC: odroid: Use unevaluatedPropertiesKrzysztof Kozlowski2020-09-011-1/+1
* ASoC: midas-audio: Correct parsing sound-dai phandlesKrzysztof Kozlowski2020-09-011-2/+4
* ASoC: samsung-i2s: Use unevaluatedPropertiesKrzysztof Kozlowski2020-09-011-1/+1
* ASoC: rt5682: Prefer async probeDouglas Anderson2020-09-011-0/+1
* ASoC: tlv320adcx140: Add digital mic channel enable routingDan Murphy2020-08-281-0/+37
* ASoC: core: remove artificial component and DAI name constraintDmitry Baryshkov2020-08-281-18/+15
* Merge series "SOF fixes and updates for FW boot" from Ranjani Sridharan <ranj...Mark Brown2020-08-279-84/+306
|\
| * ASoC: SOF: Intel: hda: Simplify error handling during FW bootRanjani Sridharan2020-08-271-54/+19
| * ASoC: SOF: Intel: hda: Add sof_tgl_ops for TGL platformsRanjani Sridharan2020-08-276-22/+147
| * ASoC: SOF: Intel: hda: Define FW boot sequence with ICCMAXRanjani Sridharan2020-08-272-15/+78
| * ASoC: SOF: Intel: hda: define macro for code loader stream formatRanjani Sridharan2020-08-271-1/+2
| * ASoC: SOF: Intel: hda: modify the signature of get_stream_with_tag()Ranjani Sridharan2020-08-271-7/+4
| * ASoC: SOF: Intel: hda: Add helper function to program ICCMAX streamRanjani Sridharan2020-08-272-0/+73
| * ASoC: SOF: Intel: hda: Remove unused parameters in cl_dsp_init()Yong Zhi2020-08-271-4/+2
| * ALSA: hda: fix VS_LTRC register nameRanjani Sridharan2020-08-271-1/+1
* | ASoC: soc-core: add snd_soc_find_dai_with_mutex()Kuninori Morimoto2020-08-273-2/+17
* | ASoC: max9867: shutdown codec when changing filter typePavel Dobias2020-08-272-15/+120
* | ASoC: AMD: Clean kernel log from deferred probe error messagesAkshu Agrawal2020-08-271-3/+8
|/
* Merge series "SOF fixes and updates" from Ranjani Sridharan <ranjani.sridhara...Mark Brown2020-08-267-31/+74
|\
| * ASoC: SOF: sof-of-dev: Add .arch_ops fieldIulian Olaru2020-08-263-0/+13
| * ASoC: SOF: imx: Replace sdev->private with sdev->pdata->hw_pdataIulian Olaru2020-08-262-8/+8
| * ASoC: SOF: Intel: hda: add extended rom status dump to error logRanjani Sridharan2020-08-261-0/+18
| * ASoC: SOF: topology: fix the ipc_size calculation for process componentKeyon Jie2020-08-261-3/+1
| * ASoC: SOF: intel: hda: support also devices with 1 and 3 dmicsJaska Uimonen2020-08-261-1/+7
| * ASoC: SOF: fix a runtime pm issue in SOF when HDMI codec doesn't workRander Wang2020-08-261-2/+2
| * ASoC: SOF: Intel: hda: report error only for the last ROM init iterationRanjani Sridharan2020-08-261-17/+25
* | ASoC: SOF: loader: Add debug box regionIulian Olaru2020-08-262-0/+10
* | ASoC: SOF: ext_manifest: Parse debug ABI versionKarol Trzcinski2020-08-262-0/+26
* | ASoC: SOF: loader: fix memory leak in get_ext_windowsPierre-Louis Bossart2020-08-261-1/+2
* | ASoC: SOF: IPC: make sof_ipc_window monosizedKarol Trzcinski2020-08-263-5/+4
|/
* Merge series "ASoC: SOF: trivial code/log/comment improvements" from Pierre-L...Mark Brown2020-08-2511-40/+36
|\
| * ASoC: Intel: use consistent HDAudio spelling in comments/docsPierre-Louis Bossart2020-08-256-8/+8
| * ASoC: SOF: Intel: add dev_dbg log when driver is not selectedPierre-Louis Bossart2020-08-251-3/+3
| * ASoC: SOF: acpi: add dev_dbg() log for probe completionPierre-Louis Bossart2020-08-251-0/+2
| * ASoC: SOF: IPC: reduce verbosity of IPC pointer updatesPierre-Louis Bossart2020-08-252-8/+14
| * ASoC: SOF: topology: reduce the log level for unhandled widgetsRanjani Sridharan2020-08-251-2/+1