summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof (follow)
Commit message (Expand)AuthorAgeFilesLines
* SoC: SOF: Intel: FIx device descriptions (missingMark Brown2023-03-076-0/+14
|\
| * ASOC: SOF: Intel: pci-tgl: Fix device descriptionRanjani Sridharan2023-03-071-0/+2
| * ASoC: SOF: Intel: SKL: Fix device descriptionRanjani Sridharan2023-03-071-0/+2
| * ASoC: SOF: Intel: HDA: Fix device descriptionRanjani Sridharan2023-03-074-0/+9
| * ASoC: SOF: Intel: MTL: Fix the device descriptionRanjani Sridharan2023-03-071-0/+1
* | ASoC: SOF: IPC4: update gain ipc msg definition to align with fwRander Wang2023-03-073-5/+8
* | ASoC: SOF: sof-audio: don't squelch errors in WIDGET_SETUP phasePierre-Louis Bossart2023-03-071-2/+2
* | ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and exiting resetPierre-Louis Bossart2023-03-071-0/+3
* | ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequenceRander Wang2023-03-071-0/+12
* | ASoC: SOF: ipc4-topology: set dmic dai index from copierJaska Uimonen2023-03-071-1/+1
* | ASoC: SOF: sof-audio: Fix broken early bclk feature for SSPRanjani Sridharan2023-03-073-7/+68
* | ASoC: SOF: Intel: pci-tng: revert invalid bar size settingPierre-Louis Bossart2023-03-071-5/+1
* | ASoC: SOF: topology: Fix error handling in sof_widget_ready()Ranjani Sridharan2023-03-071-17/+17
* | ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unitSeppo Ingalsuo2023-03-071-1/+1
* | ASoC: SOF: ipc3: Check for upper size limit for the received messagePeter Ujfalusi2023-03-071-2/+3
|/
* Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-02-2240-555/+1787
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2023-02-161-1/+1
| |\
| * \ Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-02-1640-555/+1787
| |\ \
| | * | ASoC: SOF: Intel: hda-dsp: Set streaming flag for d0i3Rander Wang2023-02-141-0/+31
| | * | ASoC: SOF: Intel: Enable d0i3 work for ipc4Rander Wang2023-02-144-0/+34
| | * | ASoC: SOF: ipc4: Wake up dsp core before sending ipc msgRander Wang2023-02-141-0/+11
| | * | ASoC: SOF: Intel: hda-dsp: use set_pm_gate according to ipc versionRander Wang2023-02-141-11/+4
| | * | ASoC: SOF: Introduce a new set_pm_gate() IPC PM opRander Wang2023-02-143-0/+33
| | * | ASoC: SOF: ipc4-topology: set copier sink formatBard Liao2023-02-093-5/+113
| | * | ASoC: SOF: ipc4-topology: Print queue IDs in errorRanjani Sridharan2023-02-091-4/+6
| | * | ASoC: SOF: core/ipc4/mtl: Add support for PCM delayMark Brown2023-02-0310-0/+464
| | |\ \
| | | * | ASoC: SOF: ipc4-pcm: add delay function supportRander Wang2023-02-031-0/+109
| | | * | ASoC: SOF: Intel: mtl: add get_stream_position supportRander Wang2023-02-032-0/+20
| | | * | ASoC: SOF: add get_stream_position ops for pcm delayRander Wang2023-02-032-0/+19
| | | * | ASoC: SOF: add delay function support in sof frameworkRander Wang2023-02-032-0/+16
| | | * | ASoC: SOF: ipc4-pcm: add hw_paramsRander Wang2023-02-031-0/+98
| | | * | ASoC: SOF: ipc4-pcm: allocate time info for pcm delay featureRander Wang2023-02-031-0/+25
| | | * | ASoC: SOF: add time info structure for ipc4 pathRander Wang2023-02-032-0/+17
| | | * | ASoC: SOF: add fw_info_box supportRander Wang2023-02-033-0/+5
| | | * | ASoC: SOF: add ipc4_fw_reg header fileRander Wang2023-02-031-0/+155
| | * | | ASoC: (SOF) topology: Regression fixes for nextMark Brown2023-02-031-1/+1
| | |\ \ \
| | | * | | ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widgetPeter Ujfalusi2023-02-021-1/+1
| | | |/ /
| | * / / ASoC: SOF: fix intel-soundwire link failureArnd Bergmann2023-02-031-2/+2
| | |/ /
| | * | ASoC: sof: use helper functionKuninori Morimoto2023-01-311-66/+38
| | * | ASoC: SOF: ipc4-pcm: Do not run the trigger pipelines if no spipe is storedPeter Ujfalusi2023-01-271-1/+1
| | * | ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access racePeter Ujfalusi2023-01-276-33/+97
| | * | ASoC: SOF: Avoid double decrementing use_count in sof_widget_setup on errorPeter Ujfalusi2023-01-271-1/+5
| | * | ASoC: SOF: ipc4-topology: Protect pipeline free with mutexRanjani Sridharan2023-01-274-5/+10
| | * | ASoC: SOF: ipc4-pcm: Implement pipeline trigger reference countingRanjani Sridharan2023-01-273-50/+182
| | * | ASoC: SOF: ipc4-pcm: Rename 'data' variable to trigger_listRanjani Sridharan2023-01-271-18/+20
| | * | ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan2023-01-279-70/+126
| | * | ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during triggerRanjani Sridharan2023-01-272-35/+112
| | * | ASoC: SOF: sof-audio: Populate the PCM stream pipeline_infoRanjani Sridharan2023-01-271-17/+52
| | * | ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI triggerRanjani Sridharan2023-01-274-91/+21
| | * | ASoC: SOF: ipc4-pcm: Define pcm_setup/free opsRanjani Sridharan2023-01-272-0/+47