summaryrefslogtreecommitdiff
path: root/sound/soc/rockchip
AgeCommit message (Expand)AuthorFilesLines
2026-08-13ASoC: rockchip: spdif: Return the original error codebui duc phuc1-2/+2
2026-08-13ASoC: rockchip: rockchip_sai: Drop redundant probe error messagesbui duc phuc1-6/+2
2026-08-13ASoC: rockchip: rockchip_sai: Return the original error codebui duc phuc1-3/+2
2026-08-13ASoC: rockchip: rockchip_sai: Propagate -EPROBE_DEFER from IRQ lookupbui duc phuc1-0/+2
2026-08-13ASoC: rockchip: rockchip_rt5645: Drop redundant probe error messagesbui duc phuc1-4/+1
2026-08-13ASoC: rockchip: rockchip_pdm: Drop redundant probe error messagesbui duc phuc1-6/+2
2026-08-13ASoC: rockchip: rockchip_max98090: Drop redundant probe error messagesbui duc phuc1-4/+1
2026-08-13ASoC: rockchip: i2s-tdm: Drop redundant probe error messagesbui duc phuc1-7/+2
2026-08-13ASoC: rockchip: i2s-tdm: Inline PTR_ERR() in dev_err_probe()bui duc phuc1-4/+2
2026-08-13ASoC: rockchip: rockchip_i2s: Propagate -EPROBE_DEFER from devm_pinctrl_get()bui duc phuc1-3/+5
2026-08-13ASoC: rockchip: rockchip_i2s: Drop redundant probe error messagesbui duc phuc1-6/+2
2026-08-13ASoC: rockchip: rockchip_i2s: Use dev_err_probe() for error handlingbui duc phuc1-8/+6
2026-08-13ASoC: rockchip: rk3288_hdmi_analog: Use dev_err_probe() for error handlingbui duc phuc1-4/+3
2026-08-13ASoC: rockchip: rk3288_hdmi_analog: Drop redundant probe error messagesbui duc phuc1-7/+2
2026-06-24ASoC: rockchip: rockchip_sai: #include <linux/platform_device.h> explicitlyUwe Kleine-König (The Capable Hub)1-0/+1
2026-06-17ASoC: rockchip: Drop problematic guard() changesNicolas Frattaroli1-127/+131
2026-06-11ASoC: rockchip: Use guard() for spin locksMark Brown3-217/+209
2026-06-11ASoC: rockchip: rockchip_sai: Use guard() for spin locksbui duc phuc1-131/+127
2026-06-11ASoC: rockchip: i2s-tdm: Use guard() for spin locksbui duc phuc1-6/+2
2026-06-11ASoC: rockchip: rockchip_i2s: Use guard() for spin locksbui duc phuc1-80/+80
2026-06-11ASoC: rockchip: Reorder clock enable sequenceMark Brown2-11/+16
2026-06-11ASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in set_fmtbui duc phuc1-1/+5
2026-06-11ASoC: rockchip: spdif: Restore regcache cache-only mode on sync failurebui duc phuc1-0/+1
2026-06-11ASoC: rockchip: rockchip_pdm: Reorder clock enable sequencebui duc phuc1-5/+5
2026-06-11ASoC: rockchip: spdif: Reorder clock enable sequencebui duc phuc1-5/+5
2026-06-02ASoC: rockchip: i2s: Use managed hclk and runtime PM cleanupCássio Gabriel1-42/+26
2026-05-05ASoC: rockchip: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski3-3/+3
2026-03-25ASoC: rockchip: rockchip_sai: Set slot width for non-TDM modeAlexey Charkov1-0/+4
2026-02-19ASoC: rockchip: i2s-tdm: Use param rate if not provided by set_sysclkDetlev Casanova1-0/+10
2026-02-05ASoC: rockchip: spdif: Convert to FIELD_PREPSebastian Reichel2-34/+32
2026-02-05ASoC: rockchip: spdif: Fill IEC958 CS info per paramsSugar Zhang3-4/+50
2026-02-05ASoC: rockchip: spdif: Add support for format S32_LESugar Zhang2-2/+28
2026-02-05ASoC: rockchip: spdif: Add support for set mclk rateSugar Zhang2-12/+24
2026-02-05ASoC: rockchip: spdif: Swap PCM and DAI component registration orderSugar Zhang1-4/+4
2026-02-05ASoC: rockchip: spdif: Improve sample rate supportSugar Zhang1-5/+1
2026-02-05ASoC: rockchip: spdif: Use dev_err_probeSebastian Reichel1-12/+6
2026-02-05ASoC: rockchip: spdif: Fully convert to device managed resourcesSebastian Reichel1-20/+17
2026-02-05ASoC: rockchip: spdif: Move DT compatible tableSebastian Reichel1-24/+24
2026-02-05ASoC: rockchip: spdif: Use device_get_match_data()Sebastian Reichel1-3/+3
2025-12-23ASoC: rockchip: Discard pm_runtime_put() return valueRafael J. Wysocki1-2/+3
2025-12-03ASoC: rockchip: Fix Wvoid-pointer-to-enum-cast warning (again)Krzysztof Kozlowski1-1/+1
2025-11-17ASoC: rockchip: rockchip_max98090: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+1
2025-11-17ASoC: rockchip: rk3288_hdmi_analog: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+2
2025-10-21ASoC: use snd_kcontrol_chip() instead ofMark Brown1-4/+4
2025-10-21ASoC: rockchip: i2s-tdm: Omit a variable reassignment in rockchip_i2s_tdm_pro...Markus Elfring1-2/+1
2025-10-20ASoC: rockchip: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component()Kuninori Morimoto1-4/+4
2025-09-02ASoC: rockchip: i2s-tdm: switch to FIELD_PREP_WM16_CONST macroNicolas Frattaroli1-1/+3
2025-07-04ASoC: codec: rockchip_sai: Remove including of_gpio.hPeng Fan1-1/+0
2025-06-25ASoC: Standardize ASoC menuMark Brown1-15/+8
2025-06-24ASoC: rockchip: Standardize ASoC menuKuninori Morimoto1-15/+8