summaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt8195
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-12-14ASoC: mediatek: mt8195: optimize property formatting error handling by using ...HariKrishna Sagala-32/+12
2025-11-17ASoC: mediatek: mt8195-mt6359: convert to snd_soc_dapm_xxx()Kuninori Morimoto-8/+13
2025-10-30ASoC: qcom: sdw: fix memory leakMark Brown-1/+0
2025-10-24ASoC: mediatek: Fix double pm_runtime_disable in remove functionsHaotian Zhang-1/+0
2025-10-20ASoC: mediatek: mt8195: use snd_kcontrol_chip() instead of snd_soc_kcontrol_c...Kuninori Morimoto-10/+7
2025-08-10ASoC: mediatek: Use SND_JACK_AVOUT for HDMI/DP jacksTerry Cheong-2/+2
2025-05-03ASoC: soc-utils: add snd_soc_dlc_is_dummy()Mark Brown-3/+3
2025-05-02ASoC: mediatek: mt8195: use snd_soc_dlc_is_dummy()Kuninori Morimoto-3/+3
2025-04-17ASoC: mediatek: mt8195: Add mt8195-mt6359 cardJulien Massot-0/+16
2025-04-17ASoC: mediatek: mt8195: Set ETDM1/2 IN/OUT to COMP_DUMMY()Julien Massot-2/+2
2025-04-17ASoC: mediatek: mt8195: Move rt5682 specific dapm routesJulien Massot-5/+14
2025-03-17ASoC: mediatek: mt8195: Convert to RUNTIME_PM_OPS()Takashi Iwai-3/+3
2025-03-03ASoC: mediatek: mt8195-mt6359: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto-6/+6
2024-11-27ASoC: mediatek: Check num_codecs is not zero to avoid panic during probeNícolas F. R. A. Prado-2/+7
2024-11-11ASoC: add symmetric_ prefix for dai->rate/channels/sample_bitsKuninori Morimoto-1/+1
2024-10-23ASoC: mediatek: remove dpcm_xxx flagsKuninori Morimoto-31/+29
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-06-24ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai linkChen-Yu Tsai-0/+1
2024-05-08ASoC: mediatek: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-05-06ASoC: mediatek: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski-7/+7
2024-04-16ASoC: mediatek: Use common mtk_afe_pcm_platform with common probe cbAngeloGioacchino Del Regno-20/+1
2024-04-16ASoC: mediatek: mt8195: Migrate to the common mtk_soundcard_startupAngeloGioacchino Del Regno-142/+53
2024-04-16ASoC: mediatek: mt8195: Migrate to mtk_soundcard_common_probeAngeloGioacchino Del Regno-133/+159
2024-03-25ASoC: mediatek: Commonize ADDA rate transform functions and enumsAngeloGioacchino Del Regno-87/+3
2024-01-10ASoC: mediatek: mt8195: Remove afe-dai component and rework codec linkAngeloGioacchino Del Regno-45/+29
2023-10-09ASoC: Explicitly include correct DT includesRob Herring-1/+1
2023-09-26ASoC: mediatek: convert not to use asoc_xxx()Kuninori Morimoto-18/+18
2023-08-14ASoC: mediatek: merge DAI call back functions into opsKuninori Morimoto-25/+31
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown-34/+24
2023-06-01ASoC: mediatek: mt8195: fix use-after-free in driver remove pathTrevor Wu-34/+24
2023-05-08ASoC: mediatek: mt8195-afe-pcm: Simplify with dev_err_probe()AngeloGioacchino Del Regno-31/+14
2023-05-08ASoC: mediatek: mt8195-afe-pcm: Simplify runtime PM during probeAngeloGioacchino Del Regno-10/+12
2023-05-08ASoC: mediatek: mt8195-afe-pcm: Clean up unnecessary functionsAngeloGioacchino Del Regno-24/+8
2023-03-20ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove callback returning...Uwe Kleine-König-3/+2
2023-03-13ASoC: mediatek: mt9195-mt6359: fix UNINIT problemTrevor Wu-1/+1
2023-03-13ASoC: mediatek: mt8195: add dai id check before accessing arrayTrevor Wu-35/+185
2023-03-01ASoC: mediatek: mt8195: add missing initializationTrevor Wu-0/+3
2023-01-31ASoC: mediatek: use helper functionKuninori Morimoto-2/+5
2022-12-12ASoC: mediatek: mt8195: add sof be ops to check audio activeYC Hung-0/+30
2022-11-09ASoC: mediatek: mt8195-mt6359: Register to module device tableNícolas F. R. A. Prado-0/+1
2022-09-28ASoC: mediatek: mt8195: update audio tuner settingsTrevor Wu-2/+2
2022-09-23ASoC: mediatek: Allow separate handling of headphone and headset mic jackMark Brown-2/+15
2022-09-23ASoC: mediatek: mt8195-mt6359: Use snd_soc_pm_ops instead of custom opsAngeloGioacchino Del Regno-6/+1
2022-09-23ASoC: mediatek: mt8195: Expose individual headset jack pinsNícolas F. R. A. Prado-2/+15
2022-09-07ASoC: mediatek: mt8195-mt6359: Properly register sound card for SOFAngeloGioacchino Del Regno-0/+6
2022-07-18ASoC: mediatek: mt8195: extract SOF common codeChunxu Li-182/+51
2022-06-09Specify clock provider directly to CPU DAIsMark Brown-6/+6
2022-06-06ASoC: mediatek: mt8195: simplify error handlingPierre-Louis Bossart-4/+4