summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl_sai: Add support for i.MX93 platformChancel Liu2022-10-281-0/+12
* ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX93 platformChancel Liu2022-10-281-0/+1
* ASoC: Intel: Fix typo in commentsMark Brown2022-10-2617-17/+17
|\
| * ASoC: Intel: avs: boards: Fix typo in commentsAmadeusz Sławiński2022-10-263-3/+3
| * ASoC: Intel: boards: Fix typo in commentsAmadeusz Sławiński2022-10-2614-14/+14
* | ASoC: SOF: Intel: HDaudio cleanupsMark Brown2022-10-2614-144/+136
|\ \
| * | ASoC: SOF: Intel: hda-stream: use readb/writeb for stream registersPierre-Louis Bossart2022-10-261-2/+2
| * | ASoC: SOF: Intel: hda-stream: use snd_sof_dsp_updateb() helperPierre-Louis Bossart2022-10-262-2/+3
| * | ASoC: SOF: Intel: hda: use SOF helper for consistencyPierre-Louis Bossart2022-10-261-2/+1
| * | ASoC: SOF: Intel: hda-stream: rename CL_SD_CTL registers as SD_CTLPierre-Louis Bossart2022-10-265-48/+48
| * | ASoC: SOF: Intel: hda-stream: use SOF helpers for consistencyPierre-Louis Bossart2022-10-261-2/+3
| * | ASoC: SOF: Intel: hda: remove useless check on GCTLPierre-Louis Bossart2022-10-261-7/+0
| * | ASoC: SOF: Intel: hda: always do a full resetPierre-Louis Bossart2022-10-264-17/+15
| * | ASoC: SOF: Intel: hda-ctrl: remove useless sleepPierre-Louis Bossart2022-10-261-4/+0
| * | ASoC: SOF: Intel: hda-dai: remove useless members in hda_pipe_paramsPierre-Louis Bossart2022-10-261-5/+0
| * | ASoC: SOF: Intel: hda-dai: use component_get_drvdata to find hdac_busPierre-Louis Bossart2022-10-261-3/+6
| * | ASoC: SOF: Intel: hda-dai: start removing the use of runtime->private_data in BEPierre-Louis Bossart2022-10-261-10/+7
| * | ASoC: SOF: Intel: hda-dsp: use SOF helpers for consistencyPierre-Louis Bossart2022-10-261-4/+6
| * | ASoC: SOF: ops: add snd_sof_dsp_updateb() helperPierre-Louis Bossart2022-10-261-0/+11
| * | ASoC: SOF: ops: add readb/writeb helpersPierre-Louis Bossart2022-10-262-0/+22
| * | ASoC: SOF: Intel: use mmio fallback for all platformsPierre-Louis Bossart2022-10-264-25/+5
| * | ASoC: SOF: ops: fallback to mmio in helpersPierre-Louis Bossart2022-10-261-16/+10
| |/
* | ASoC: cleanups and improvements for jz4740-i2sMark Brown2022-10-262-213/+243
|\ \
| * | ASoC: jz4740-i2s: Refactor DAI probe/remove ops as component opsAidan MacDonald2022-10-261-24/+30
| * | ASoC: jz4740-i2s: Move component functions near the component driverAidan MacDonald2022-10-261-36/+36
| * | ASoC: jz4740-i2s: Support continuous sample rateAidan MacDonald2022-10-261-4/+4
| * | ASoC: jz4740-i2s: Support S20_LE and S24_LE sample formatsAidan MacDonald2022-10-261-2/+10
| * | ASoC: jz4740-i2s: Align macro values and sort includesAidan MacDonald2022-10-261-34/+32
| * | ASoC: jz4740-i2s: Use FIELD_PREP() macros in hw_params callbackAidan MacDonald2022-10-261-9/+8
| * | ASoC: jz4740-i2s: Simplify using regmap fieldsAidan MacDonald2022-10-261-58/+77
| * | ASoC: jz4740-i2s: Convert to regmap APIAidan MacDonald2022-10-262-68/+39
| * | ASoC: jz4740-i2s: Handle independent FIFO flush bitsAidan MacDonald2022-10-261-5/+34
| |/
* | ASoC: dt-bindings: rt5682: Set sound-dai-cells to 1Nícolas F. R. A. Prado2022-10-261-1/+1
* | ASoC: dt-bindings: realtek,rt5682s: Add #sound-dai-cellsNícolas F. R. A. Prado2022-10-261-0/+3
* | ASoC: SOF: ipc4-loader: Return ssize_t from sof_ipc4_fw_parse_ext_man()Peter Ujfalusi2022-10-261-4/+4
* | ASoC: SOF: Intel: MTL: fix comment errorYong Zhi2022-10-261-2/+2
* | ASoC: dt-bindings: mt8192-mt6359: Set maxItems, not type, for sound-daiNícolas F. R. A. Prado2022-10-261-2/+1
|/
* ASoC: sun50i-dmic: avoid unused variable warning for sun50i_dmic_of_matchBan Tao2022-10-241-1/+1
* ASoC: dt-bindings: Convert dmic-codec to DT schemaRob Herring2022-10-242-22/+55
* ASoC: SOF: Intel/IPC4: Support for external firmware librariesMark Brown2022-10-2140-112/+673
|\
| * ASoC: SOF: ipc4-loader: Support for loading external librariesPeter Ujfalusi2022-10-213-6/+153
| * ASoC: SOF: loader: Remove the query_fw_configuration opsPeter Ujfalusi2022-10-212-12/+2
| * ASoC: SOF: ipc4: Stop using the query_fw_configuration fw_loader opsPeter Ujfalusi2022-10-213-2/+11
| * ASoC: SOF: loader: Add support for IPC dependent post firmware boot opsPeter Ujfalusi2022-10-212-0/+9
| * ASoC: SOF: Intel: Add ipc4 library loading implementationPeter Ujfalusi2022-10-218-0/+88
| * ASoC: SOF: Intel: hda: Add flag to indicate that the firmware is IMR bootedPeter Ujfalusi2022-10-212-1/+6
| * ASoC: SOF: ipc4: Define platform dependent library loading callbackPeter Ujfalusi2022-10-211-0/+5
| * ASoC: SOF: Intel: Set the default firmware library path for IPC4Peter Ujfalusi2022-10-215-0/+45
| * ASoC: SOF: Add path definition for external firmware librariesPeter Ujfalusi2022-10-213-1/+34
| * ASoC: SOF: IPC4: Add helper for looking up module by UUIDPeter Ujfalusi2022-10-213-14/+27