summaryrefslogtreecommitdiff
path: root/sound/soc/samsung
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+2
2026-08-12ASoC: samsung: i2s: drop secondary DAI for i2sv7 hardware variantMarek Szyprowski1-4/+19
2026-07-27ASoC: Use named initializers for platform_device_id arraysMark Brown1-1/+1
2026-07-27ASOC: Unify code style for platform_device_id arraysUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-27ASoC: remove conditional return with no effectSang-Heon Jeon1-6/+2
2026-07-05iio: inkern: Use namespaced exportsRomain Gantois2-0/+2
2026-07-03ASoC: samsung: i2s: Use dev_err_probe() for iis clock errorbui duc phuc1-4/+4
2026-07-02ASoC: samsung: spdif: Preserve the original clock acquisition errorbui duc phuc1-4/+4
2026-07-01ASoC: samsung: aries_audio_probe: double of_node_put due to direct assignment...WenTao Liang1-0/+1
2026-07-01ASoC: samsung: i2s: Avoid mixing goto with guard()bui duc phuc1-16/+9
2026-04-27ASoC: samsung: spdif: Use guard() for spin locksbui duc phuc1-17/+8
2026-04-27ASoC: samsung: pcm: Use guard() for spin locksbui duc phuc1-59/+40
2026-04-27ASoC: samsung: odroid: Use guard() for spin locksbui duc phuc1-15/+6
2026-04-27ASoC: samsung: idma: Use guard() for spin locksbui duc phuc1-17/+9
2026-04-27ASoC: samsung: i2s: Use guard() for spin locksbui duc phuc1-68/+50
2026-03-30ASoC: samsung: spdif: Convert to devm_ioremap_resource()Jihed Chaibi1-24/+5
2026-03-24ASoc: uda1380: Improve error reportingMark Brown1-3/+3
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-3/+3
2026-03-16ASoC: samsung: name back to pcm_new()/pcm_free()Kuninori Morimoto1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-17ASoC: samsung: tobermory: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-3/+3
2025-11-17ASoC: samsung: tm2_wm5110: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-3/+4
2025-11-17ASoC: samsung: speyside: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-11/+13
2025-11-17ASoC: samsung: smdk_wm8994: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-15/+15
2025-11-17ASoC: samsung: midas_wm1811: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-4/+4
2025-11-17ASoC: samsung: lowland: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+2
2025-11-17ASoC: samsung: littlemill: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-4/+4
2025-11-17ASoC: samsung: bells: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-3/+3
2025-11-17ASoC: samsung: aries_wm8994: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-3/+3
2025-07-13ASoC: samsung: littlemill: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-07-13ASoC: samsung: tobermory: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-07-13ASoC: samsung: speyside: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-07-13ASoC: samsung: bell: don't set dapm->bias_level directlyKuninori Morimoto1-2/+0
2025-06-24ASoC: samsung: Standardize ASoC menuKuninori Morimoto1-1/+1
2025-03-17ASoC: samsung: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-7/+3
2025-03-12ASoC: samsung: speyside: Free gpiod tableLinus Walleij1-0/+10
2025-03-04ASoC: samsung: GPIO descriptor conversionMark Brown6-12/+30
2025-03-04ASoC: samsung: tm2_wm5110: Drop unused includeLinus Walleij1-1/+0
2025-03-04ASoC: samsung: tobermory: Drop unused includeLinus Walleij1-1/+0
2025-03-04ASoC: samsung: speyside: Convert to GPIO descriptorLinus Walleij1-7/+30
2025-03-04ASoC: samsung: lowland: Drop unused includeLinus Walleij1-1/+0
2025-03-04ASoC: samsung: littlemill: Drop unused includeLinus Walleij1-1/+0
2025-03-04ASoC: samsung: bells: Drop unused includeLinus Walleij1-1/+0
2025-03-03ASoC: samsung: smdk_wm8994pcm: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto1-1/+1
2025-03-03ASoC: samsung: midas_wm1811: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto1-1/+1
2025-03-03ASoC: samsung: aries_wm8994: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto1-3/+3
2025-03-03ASoC: samsung: smdk_wm8994: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto1-2/+2
2025-03-03ASoC: samsung: littlemill: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto1-2/+2
2025-03-03ASoC: samsung: tm2_wm5110: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto1-4/+4