summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ASoC: SOF: topology: Modify signature for token parsing functionsRanjani Sridharan2022-03-091-26/+52
| | * | | | | | ASoC: SOF: Add a tuples array to struct snd_sof_widgetRanjani Sridharan2022-03-091-0/+15
| | * | | | | | ASoC: SOF: topology: make sof_route_load() IPC agnosticRanjani Sridharan2022-03-092-26/+6
| | * | | | | | ASoC: SOF: make struct snd_sof_widget IPC agnosticRanjani Sridharan2022-03-092-13/+11
| * | | | | | | ALSA/ASoC/SOF/Intel: improve support for ES8336-based platformsMark Brown2022-03-1012-79/+320
| |\ \ \ \ \ \ \
| | * | | | | | | ASoC: Intel: bytcht_es8316: move comment to the right placePierre-Louis Bossart2022-03-091-1/+1
| | * | | | | | | ASoC: Intel: sof_es8336: add cfg-dmics component for UCM supportPierre-Louis Bossart2022-03-091-0/+8
| | * | | | | | | ASoC: Intel: sof_es8336: extend machine driver to support ES8326 codecPierre-Louis Bossart2022-03-092-4/+9
| | * | | | | | | ASoC: Intel: sof_es8336: add support for JD inverted quirkPierre-Louis Bossart2022-03-091-3/+37
| | * | | | | | | ASoC: Intel: sof_es8336: move comment to the right placePierre-Louis Bossart2022-03-091-1/+1
| | * | | | | | | ASoC: Intel: sof_es8336: log all quirksPierre-Louis Bossart2022-03-091-1/+6
| | * | | | | | | ASoC: Intel: sof_es8336: use NHLT information to set dmic and SSPPierre-Louis Bossart2022-03-091-15/+41
| | * | | | | | | ASoC: Intel: Revert "ASoC: Intel: sof_es8336: add quirk for Huawei D15 2021"Pierre-Louis Bossart2022-03-091-8/+0
| | * | | | | | | ASoC: Intel: sof_es8336: get codec device with ACPI instead of bus searchPierre-Louis Bossart2022-03-091-2/+2
| | * | | | | | | ASoC: Intel: sof_es8336: make gpio optionalPierre-Louis Bossart2022-03-091-4/+3
| | * | | | | | | ASoC: Intel: soc-acpi: add ESSX8336 support on Cannon Lake machinesNikolai Kostrigin2022-03-091-0/+14
| | * | | | | | | ALSA: intel-dspconfig: add ES8336 support for CNLPierre-Louis Bossart2022-03-091-0/+5
| | * | | | | | | ASoC: Intel: soc-acpi: add more ACPI HIDs for ES83x6 devicesPierre-Louis Bossart2022-03-095-5/+30
| | * | | | | | | ALSA: intel-dsp-config: add more ACPI HIDs for ES83x6 devicesPierre-Louis Bossart2022-03-091-9/+22
| | * | | | | | | ASoC: Intel: soc-acpi: quirk topology filename dynamicallyPierre-Louis Bossart2022-03-096-5/+72
| | * | | | | | | ASoC: SOF: Intel: hda: report SSP link mask to machine driverPierre-Louis Bossart2022-03-091-0/+22
| | * | | | | | | ALSA: intel-nhlt: add helper to detect SSP link maskPierre-Louis Bossart2022-03-091-0/+22
| | * | | | | | | ASoC: SOF: Intel: hda: retrieve DMIC number for I2S boardsPierre-Louis Bossart2022-03-091-21/+25
| | |/ / / / / /
| * | | | | | | ASoC: qcom: fix Kconfig for SC7280Srinivas Kandagatla2022-03-091-2/+2
| * | | | | | | ASoC: SOF: ipc-msg-injector: Use devm_kzalloc() for the rx_bufferPeter Ujfalusi2022-03-091-1/+1
| * | | | | | | ASoC: fsl_spdif: keep all TxClk sources by txclk arrayViorel Suman2022-03-091-21/+20
| * | | | | | | ASoC: SOF: amd: Remove unneeded semicolonJiapeng Chong2022-03-091-1/+1
| * | | | | | | ASoC: SOF: amd: Remove unneeded semicolonJiapeng Chong2022-03-091-1/+1
| * | | | | | | ASoC: Intel: boards: fix randconfig issuePierre-Louis Bossart2022-03-091-0/+3
| * | | | | | | ASoC: fsl_rpmsg: Remove SET_SYSTEM_SLEEP_PM_OPS callbackShengjiu Wang2022-03-091-2/+0
| |/ / / / / /
| * | | | | | Clean ups and preparation for IPC abstraction in the SOF driverMark Brown2022-03-085-202/+102
| |\ \ \ \ \ \
| | * | | | | | ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan2022-03-084-31/+12
| | * | | | | | ASoC: SOF: topology: expose some get_token opsRanjani Sridharan2022-03-082-5/+10
| | * | | | | | ASoC: SOF: topology: Modify the get_token op for string tokensRanjani Sridharan2022-03-081-8/+4
| | * | | | | | ASoC: SOF: topology: Drop the size parameter from struct sof_topology_tokenRanjani Sridharan2022-03-081-88/+75
| | * | | | | | ASoC: SOF: topology: remove redundant code in sof_link_afe_load()Ranjani Sridharan2022-03-081-7/+0
| | * | | | | | ASoC: SOF: topology: remove redundant codeRanjani Sridharan2022-03-081-8/+0
| | * | | | | | ASoC: SOF: sof-audio: removed unused functionPierre-Louis Bossart2022-03-082-16/+0
| | * | | | | | ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan2022-03-082-18/+6
| | * | | | | | ASoC: SOF: simplify snd_sof_device_remove()Ranjani Sridharan2022-03-081-9/+1
| | * | | | | | ASoC: SOF: remove snd_sof_pipeline_find()Ranjani Sridharan2022-03-082-18/+0
| * | | | | | | Add driver for SAMA7G5's PDMCMark Brown2022-03-084-3/+1105
| |\ \ \ \ \ \ \
| | * | | | | | | ASoC: atmel: mchp-pdmc: add PDMC driverCodrin Ciubotariu2022-03-083-0/+1102
| | * | | | | | | ASoC: dmaengine: do not use a NULL prepare_slave_config() callbackCodrin Ciubotariu2022-03-081-3/+3
| | |/ / / / / /
| * | | | | | | ASoC: mxs: Fix error handling in mxs_sgtl5000_probeMiaoqian Lin2022-03-081-0/+3
| * | | | | | | ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probeMiaoqian Lin2022-03-081-2/+4
| * | | | | | | ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probeMiaoqian Lin2022-03-081-6/+12
| * | | | | | | ASoC: SOF: Add missing of_node_put() in imx8m_probeMiaoqian Lin2022-03-081-0/+1
| * | | | | | | ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in rockchip_i2s_probeMiaoqian Lin2022-03-081-5/+10
| * | | | | | | ASoC: amd: acp3x: Fix signedness bug in acp3xYueHaibing2022-03-081-1/+1