summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: SOF: Intel: remove the HDA_DSP_CORE_MASK() macroRanjani Sridharan2020-09-115-19/+8
* | ASoC: SOF: Intel: hda: modify core_power_up/down opRanjani Sridharan2020-09-111-2/+16
* | ASoC: SOF: rename cores_mask to host_managed_cores_maskRanjani Sridharan2020-09-119-16/+16
* | 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-275-21/+146
* | 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
* | ASoC: SOF: Intel: hda: add extended rom status dump to error logRanjani Sridharan2020-08-261-0/+18
* | 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: Intel: use consistent HDAudio spelling in comments/docsPierre-Louis Bossart2020-08-251-1/+1
* | ASoC: SOF: Add topology filename override based on dmi data matchSathyanarayana Nujella2020-08-241-1/+7
* | ASoC: SOF: Intel: add build support for SoundWirePierre-Louis Bossart2020-08-211-0/+29
* | ASoC: SOF: Intel: hda: import SOUNDWIRE_INIT namespacePierre-Louis Bossart2020-08-201-0/+1
* | Merge series "ASoC: SOF/Intel: fix cppcheck warnings" from Pierre-Louis Bossa...Mark Brown2020-08-181-1/+6
|\ \
| * | ASoC: SOF: Intel: hda-codec: move variable used conditionallyPierre-Louis Bossart2020-08-171-1/+1
| * | ASOC: SOF: Intel: hda-codec: move unused label to correct positionPierre-Louis Bossart2020-08-171-0/+5
| |/
* / ASoC: SOF: delete repeated words in commentsRandy Dunlap2020-08-181-1/+1
|/
* ASoC: SOF: Intel: disable traces when switching to S0Ix D0I3Marcin Rajwa2020-07-281-4/+6
* ASoC: SOF: Intel: fix the suspend procedure to support s0ix entryMarcin Rajwa2020-07-281-0/+38
* ASoC: sof: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-233-7/+7
* ASoC: Intel: SOF: merge COMETLAKE_LP and COMETLAKE_HPierre-Louis Bossart2020-06-171-21/+8
* ASoC: SOF: Intel: hda: Clear RIRB status before reading WPBrent Lu2020-06-151-2/+7
* ASoC: SOF: Intel: hda: fix generic hda codec supportKai Vehmanen2020-05-291-6/+45
* ASoC: SOF: Intel: Baytrail: fix 'defined but not used' warningsPierre-Louis Bossart2020-05-291-36/+36
* ASoC: SOF: Intel: BYT: harden IPC initialization and handlingKeyon Jie2020-05-271-14/+17
* ASoC: SOF: Intel: BYT: mask BUSY or DONE interrupts in handlerPierre-Louis Bossart2020-05-271-21/+25
* ASoC: SOF: Intel: BYT: add .remove opRanjani Sridharan2020-05-271-0/+9
* ASoC: SOF: Intel: byt: Add PM callbacksRanjani Sridharan2020-05-271-0/+36
* ASoC: SOF: loader: Adjust validation condition for fw_offsetKarol Trzcinski2020-05-251-1/+1
* ASoC: SOF: Intel: sdw: relax sdw machine select constraintsranderwang2020-05-181-1/+9
* ASoC: SOF: Intel: Fix unused variable warningYueHaibing2020-05-081-27/+27
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-0121-21/+21
* ASoC: snd-sof-intel-hda-common - add hda_model parameter and pass it to HDA c...Jaroslav Kysela2020-04-241-1/+5
* Merge series "ASoC: Fix dependency issues of SND_SOC" from Wei Li <liwei391@h...Mark Brown2020-04-202-0/+64
|\
| * ASoC: SOF: Intel: add min/max channels for SSP on Baytrail/BroadwellPierre-Louis Bossart2020-04-172-0/+64
* | ASoC: SOF: Introduce offset in firmware dataKarol Trzcinski2020-04-161-2/+7
* | Merge series "ASoC: SOF: adjust dmesg verbosity" from Pierre-Louis Bossart <p...Mark Brown2020-04-141-4/+6
|\ \
| * | ASoC: SOF: Intel: hda: log number of microphones detected in NHLT tablesPierre-Louis Bossart2020-04-141-0/+4
| * | ASoC: SOF: Intel: hda: reduce verbosity on SoundWire detectionPierre-Louis Bossart2020-04-141-4/+2
| |/
* | ASoC: SOF: Intel: hda: remove unnecessary parenthesesPayal Kshirsagar2020-04-141-4/+4
* | ASoC: SOF: remove unneeded variablesPayal Kshirsagar2020-04-141-4/+1
|/
* Merge series "ASoC: remove rtd->cpu/codec_dai{s}" from Kuninori Morimoto <kun...Mark Brown2020-03-272-4/+4
|\
| * ASoC: sof: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-272-4/+4
* | ASoC: SOF: Intel: hda-ctrl: add reset cycle before parsing capabilitiesPierre-Louis Bossart2020-03-271-4/+21
* | Asoc: SOF: Intel: hda: check SoundWire wakeen interrupt in irq threadRander Wang2020-03-272-0/+22