summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2024-09-12ASoC: Intel: sof_pcm512x: do not check common_hdmi_codec_drvBrent Lu1-2/+1
2024-09-12ASoC: Intel: ehl_rt5660: do not check common_hdmi_codec_drvBrent Lu1-2/+1
2024-09-12ASoC: Intel: skl_hda_dsp_generic: use common module for DAI linksBrent Lu5-379/+70
2024-09-12ASoC: Intel: board_helpers: support HDA link initializationBrent Lu2-0/+155
2024-09-12ASoC: Improvements for mchp-pdmcMark Brown1-11/+29
2024-09-11Add support for primary mi2s on SM8250Mark Brown1-0/+8
2024-09-11ASoC: atmel: mchp-pdmc: Add snd_soc_dai_driver nameCodrin Ciubotariu1-0/+1
2024-09-11ASoC: atmel: mchp-pdmc: Improve maxburst calculation for better performanceCodrin Ciubotariu1-11/+28
2024-09-11ASoC: mediatek: mt8365: check validity before usage of i2s_dataMuhammad Usama Anjum1-1/+4
2024-09-11ASoC: amd: acp: remove MODULE_ALIAS for sof based generic machine driverVijendar Mukunda1-7/+0
2024-09-11ASoC: amd: acp: remove MODULE_ALIAS for legacy machine driverVijendar Mukunda1-7/+0
2024-09-10ASoC: tlv320aic31xx: Fix typosAndrew Kreimer1-1/+1
2024-09-10ASoC: meson: Remove unused declartion in header fileZhang Zekun1-2/+0
2024-09-10ASoC: qcom: sm8250: enable primary mi2sJens Reidel1-0/+8
2024-09-10ASoC: loongson: Add the correct judgement returnTang Bin2-8/+8
2024-09-10ASoC: soc-ac97: Fix the incorrect descriptionTang Bin1-2/+2
2024-09-09ASoC: mt8365: Fix -Werror buildsMark Brown8-153/+120
2024-09-09ASoC: loongson: Simplify code formattingMark Brown5-159/+157
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König184-184/+184
2024-09-09ASoC: atmel: mchp-i2s-mcc: Remove interface name from stream_nameCodrin Ciubotariu1-2/+2
2024-09-09ASoC: codecs: fix the right check and simplify codeTang Bin1-5/+5
2024-09-09ASoC: mt8365: Allow build coverageMark Brown1-1/+1
2024-09-09ASoC: mt8365: Remove unused DMIC IIR coefficient configurationMark Brown1-30/+0
2024-09-09ASoC: mt8365: Remove unused variablesMark Brown2-3/+1
2024-09-09ASoC: mt8365: Make non-exported functions staticMark Brown2-8/+8
2024-09-09ASoC: mt8365: Remove unused prototype for mt8365_afe_clk_group_48k()Mark Brown1-1/+0
2024-09-09ASoC: mt8365: Remove spurious unsigned long castsMark Brown1-3/+3
2024-09-09ASoC: mt8365: Open code BIT() to avoid spurious warningsMark Brown1-107/+107
2024-09-09ASoC: loongson: Factor out loongson i2s enable clock functionsBinbin Zhou1-39/+47
2024-09-09ASoC: loongson: Factor out loongson_card_acpi_find_device() functionBinbin Zhou1-24/+31
2024-09-09ASoC: loongson: Replace if with ternary operatorBinbin Zhou1-14/+10
2024-09-09ASoC: loongson: Simplify if statment in loongson_card_hw_params()Binbin Zhou1-16/+16
2024-09-09ASoC: loongson: Simplify with dev_err_probe()Binbin Zhou2-35/+21
2024-09-09ASoC: loongson: Simplify probe() with local dev variableBinbin Zhou2-23/+24
2024-09-09ASoC: loongson: Use BIT() macroBinbin Zhou2-17/+17
2024-09-09ASoC: mediatek: mt8365: remove unused mt8365_i2s_hd_strArnd Bergmann1-7/+0
2024-09-09ASoC: mediatek: mt8365: include linux/bitfield.hArnd Bergmann1-0/+2
2024-09-09ASoC: tlv320aic31xx: Add support for loading filter coefficientsRomain Gantois1-0/+100
2024-09-06ASoC: codecs: Use devm_clk_get_enabled() helpersying zuxin1-13/+1
2024-09-06ASoC: amd: acp: Return in-case of errorMuhammad Usama Anjum1-1/+1
2024-09-06ASoC: loongson: remove redundant variable assignmentsTang Bin1-3/+1
2024-09-05ASoC: Intel: skl_hda_dsp_generic: convert comma to semicolonChen Ni1-8/+8
2024-09-05ASoC: topology-test: Convert comma to semicolonChen Ni1-66/+66
2024-09-05Add audio support for the MediaTek Genio 350-evkMark Brown7-0/+2560
2024-09-05ASoC: atmel: mchp-i2s-mcc: Improve maxburst calculation for better performanceCodrin Ciubotariu1-5/+33
2024-09-05ASoC: mediatek: Add MT8365 supportAlexandre Mergnat3-0/+36
2024-09-05ASoC: codecs: add MT6357 supportNicolas Belin4-0/+2524
2024-09-04Some clean up with helper fucntionMark Brown2-20/+3
2024-09-04ASoC: audio-graph-card2: Use helper function of_get_child_count()Zhang Zekun1-10/+1
2024-09-04ASoC: audio-graph-card: Use for_each_child_of_node_scoped() to simplify codeZhang Zekun1-10/+2