summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: SOF: pci: add quirks and PCI IDSMark Brown2022-04-233-1/+57
|\
| * ASoC: SOF: Intel: pci-tgl: add RPL-P supportGongjun Song2022-04-221-0/+4
| * ASoC: SOF: Intel: pci-tgl: add ADL-PS supportMuralidhar Reddy2022-04-221-0/+2
| * ASOC: SOF: pci: add ipc_type override for Intel IPC4 testsRander Wang2022-04-222-0/+28
| * ASoC: SOF: sof-pci-dev: don't use the community key on APL ChromebooksPierre-Louis Bossart2022-04-221-1/+23
* | ASoC: soc-core: remove always-false pathPierre-Louis Bossart2022-04-231-5/+5
* | ASoC: SOF: Intel: hda: Revisit IMR boot sequencePeter Ujfalusi2022-04-233-39/+50
* | ASoC: SOF: Intel: hda: simplify NHLT handlingPierre-Louis Bossart2022-04-232-6/+14
* | ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()Peter Ujfalusi2022-04-231-4/+7
* | ASoC: SOF: sof-audio: remove useless assignmentPierre-Louis Bossart2022-04-221-2/+1
|/
* ASoC: SOF: AMD updatesMark Brown2022-04-212-9/+63
|\
| * ASoC: SOF: amd: Use dedicated MBOX for ACP and PSP communicationAjit Kumar Pandey2022-04-212-5/+25
| * ASoC: SOF: amd: Add psp_mbox_ready() and psp_send_cmd() callbackAjit Kumar Pandey2022-04-211-6/+40
* | ASoC: Intel: sof_ssp_amp: remove 'set-but-not-used' warningPierre-Louis Bossart2022-04-211-1/+2
|/
* ASoC: rsnd: care return value from rsnd_node_fixed_index()Kuninori Morimoto2022-04-216-11/+43
* ASoC: audio-graph-card2: indicate "Experimental stage" warning only when succ...Kuninori Morimoto2022-04-211-2/+3
* ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()Kuninori Morimoto2022-04-211-1/+3
* ASoC: dt-bindings: max98390: add reset gpio bindingsSteve Lee2022-04-211-0/+5
* ASoC: max98390: Add reset gpio controlSteve Lee2022-04-211-0/+12
* ASoC: SOF: using pm_runtime_resume_and_get to simplify the codeMinghao Chi2022-04-201-6/+3
* ASoC: amd: acp: Add pm ops callback in machine driverAjit Kumar Pandey2022-04-202-0/+2
* ASoC: soc-pcm: improve BE state transitionsMark Brown2022-04-202-3/+37
|\
| * ASoC: soc-pcm: improve BE transition for TRIGGER_STARTPierre-Louis Bossart2022-04-191-0/+7
| * ASoC: soc-pcm: improve BE transition for PAUSE_RELEASEPierre-Louis Bossart2022-04-192-3/+30
* | ASoC: SOF: add INTEL_IPC4 plumbingMark Brown2022-04-2032-484/+671
|\ \
| * | ASoC: SOF: Intel: add IP identifierPierre-Louis Bossart2022-04-198-0/+24
| * | ASoC: SOF: Intel: hda: expose some codeloader functionsRanjani Sridharan2022-04-192-13/+20
| * | ASoC: SOF: Intel: hda: Define rom_status_reg in sof_intel_dsp_descRanjani Sridharan2022-04-197-8/+23
| * | ASoC: SOF: Intel: hda: define check_ipc_irq opRanjani Sridharan2022-04-196-1/+21
| * | ASoC: SOF: Intel: hda: use BIT() macros for consistencyPierre-Louis Bossart2022-04-191-4/+4
| * | ASoC: SOF: Intel: move HDA_CL_STREAM_FORMAT definition to headerRanjani Sridharan2022-04-192-2/+1
| * | ASoC: SOF: Intel: hda: use common ops across platformsPierre-Louis Bossart2022-04-1913-355/+211
| * | ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-1919-22/+33
| * | ASoC: SOF: sof-audio: preserve topology filename override in nocodec modePierre-Louis Bossart2022-04-191-1/+2
| * | ASoC: SOF: sof-pci-dev: add parameter to override topology filenamePierre-Louis Bossart2022-04-191-5/+20
| * | ASoC: SOF: sof-pci-dev: add parameter to override firmware filenamePierre-Louis Bossart2022-04-191-1/+13
| * | ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2022-04-1916-30/+88
| * | ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2022-04-1912-0/+72
| * | ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2022-04-1915-53/+141
| * | ASoC: SOF: add definitions for different IPC typesPierre-Louis Bossart2022-04-191-0/+9
* | | ASoC: Intel: avs: Topology and path managementMark Brown2022-04-208-1/+3024
|\ \ \
| * | | ASoC: Intel: avs: Configure modules according to their typeCezary Rojewski2022-04-194-1/+380
| * | | ASoC: Intel: avs: Prepare modules before bindings themCezary Rojewski2022-04-191-0/+35
| * | | ASoC: Intel: avs: Arm paths after creating themCezary Rojewski2022-04-191-0/+180
| * | | ASoC: Intel: avs: Path state managementCezary Rojewski2022-04-192-0/+135
| * | | ASoC: Intel: avs: Path creation and freeingCezary Rojewski2022-04-194-1/+297
| * | | ASoC: Intel: avs: Declare path and its componentsCezary Rojewski2022-04-191-0/+60
| * | | ASoC: Intel: avs: Support link_mask formatted stringCezary Rojewski2022-04-191-2/+57
| * | | ASoC: Intel: avs: Add topology loading operationsCezary Rojewski2022-04-195-22/+235
| * | | ASoC: Intel: avs: Parse path and path templates tuplesCezary Rojewski2022-04-192-0/+185