summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: ipc4-topology: Modify the type of available input/output formatsRanjani Sridharan2023-03-135-117/+95
* ASoC: SOF: ipc4-topology: Always parse the output formats in topologyRanjani Sridharan2023-03-131-16/+6
* ASoC: SOF: ipc4-topology: Parse the SOF_COMP_TOKENS only onceRanjani Sridharan2023-03-131-17/+24
* ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan2023-03-134-69/+51
* ASoC: SOF: ipc4-topology: Add a new field in struct sof_ipc4_available_audio_...Ranjani Sridharan2023-03-133-58/+65
* ASoC: SOF: Use input/output pin consistentlyRanjani Sridharan2023-03-133-80/+80
* ASoC: Merge up fixes as a dependency for future SOF workMark Brown2023-03-1327-86/+228
|\
| * ASoC: hdmi-codec: only startup/shutdown on supported streamsEmil Abildgaard Svendsen2023-03-091-0/+11
| * ASoC: da7219: Initialize jack_det_mutexGuenter Roeck2023-03-081-0/+2
| * 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: Intel: soc-acpi: fix copy-paste issue in topology namesPierre-Louis Bossart2023-03-071-1/+1
| * | 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
| |/
| * ASoC: Intel: avs: Machine board fixesMark Brown2023-03-065-38/+72
| |\
| | * ASoC: Intel: avs: nau8825: Adjust clock controlCezary Rojewski2023-03-061-7/+7
| | * ASoC: Intel: avs: ssm4567: Remove nau8825 bitsCezary Rojewski2023-03-061-31/+0
| | * ASoC: Intel: avs: rt5682: Explicitly define codec formatAmadeusz Sławiński2023-03-061-0/+22
| | * ASoC: Intel: avs: da7219: Explicitly define codec formatAmadeusz Sławiński2023-03-061-0/+21
| | * ASoC: Intel: avs: max98357a: Explicitly define codec formatAmadeusz Sławiński2023-03-061-0/+22
| * | ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-boundsRavulapati Vishnu Vardhan Rao2023-03-051-5/+6
| * | ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSPKrzysztof Kozlowski2023-03-051-2/+2
| * | ASoC: clarify that SND_SOC_IMX_SGTL5000 is the old driverLuca Ceresoli2023-03-051-0/+4
| |/
* | ASoC: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-117-67/+57
* | ASoC: Use of_property_present() for testing DT property presenceRob Herring2023-03-119-10/+10
* | ASoC: SOF: Intel: MTL: Don't access EM2Peter Ujfalusi2023-03-102-5/+0
* | ASoC: cs35l41: Steam Deck Shared boost properties quirkLucas Tanure2023-03-091-3/+15
* | ASoC: SOF: Intel: hda: Introduce HDA DAI abstractionMark Brown2023-03-096-610/+554
|\ \
| * | ASoC: SOF: Intel: hda: remove redundant DAI config during hw_freeRanjani Sridharan2023-03-072-33/+1
| * | ASoC: SOF: Intel: hda: Remove hda_ctrl_dai_widget_setup/free()Ranjani Sridharan2023-03-072-76/+6
| * | ASoC: SOF: Intel: hda: Unify DAI drv ops for IPC3 and IPC4Ranjani Sridharan2023-03-073-148/+62
| * | ASoC: SOF: Intel: hda-dai: Define DAI widget DMA trigger ops for IPC4Ranjani Sridharan2023-03-072-51/+139
| * | ASoC: SOF: Intel: hda-dai: Use the topology IPC dai_config opRanjani Sridharan2023-03-071-43/+43
| * | ASoC: SOF: Intel: hda-dai: Add setup_hext_stream/reset_hext_stream DMA opsRanjani Sridharan2023-03-072-2/+17
| * | ASoC: SOF: Intel: hda-dai: Define and set the HDA DAI widget DMA opsRanjani Sridharan2023-03-074-118/+259
| * | ASoC: SOF: Intel: hda-dai: Introduce DAI widget opsRanjani Sridharan2023-03-072-0/+33
| * | ASoC: SOF: Intel: hda-dai: Use the dai argument in ipc4_hda_dai_triggerRanjani Sridharan2023-03-071-3/+1
| * | ASoC: SOF: Intel: hda-dai: Pass the CPU dai pointerRanjani Sridharan2023-03-071-12/+10
| * | ASoC: SOF: Intel: hda-dai: Modify the signature of hda_link_dma_cleanup()Ranjani Sridharan2023-03-071-9/+6