summaryrefslogtreecommitdiffstats
path: root/sound/soc/rockchip
AgeCommit message (Expand)AuthorLines
2026-02-19ASoC: rockchip: i2s-tdm: Use param rate if not provided by set_sysclkDetlev Casanova-0/+10
2026-02-05ASoC: rockchip: spdif: Convert to FIELD_PREPSebastian Reichel-34/+32
2026-02-05ASoC: rockchip: spdif: Fill IEC958 CS info per paramsSugar Zhang-4/+50
2026-02-05ASoC: rockchip: spdif: Add support for format S32_LESugar Zhang-2/+28
2026-02-05ASoC: rockchip: spdif: Add support for set mclk rateSugar Zhang-12/+24
2026-02-05ASoC: rockchip: spdif: Swap PCM and DAI component registration orderSugar Zhang-4/+4
2026-02-05ASoC: rockchip: spdif: Improve sample rate supportSugar Zhang-5/+1
2026-02-05ASoC: rockchip: spdif: Use dev_err_probeSebastian Reichel-12/+6
2026-02-05ASoC: rockchip: spdif: Fully convert to device managed resourcesSebastian Reichel-20/+17
2026-02-05ASoC: rockchip: spdif: Move DT compatible tableSebastian Reichel-24/+24
2026-02-05ASoC: rockchip: spdif: Use device_get_match_data()Sebastian Reichel-3/+3
2025-12-23ASoC: rockchip: Discard pm_runtime_put() return valueRafael J. Wysocki-2/+3
2025-12-03ASoC: rockchip: Fix Wvoid-pointer-to-enum-cast warning (again)Krzysztof Kozlowski-1/+1
2025-11-17ASoC: rockchip: rockchip_max98090: convert to snd_soc_dapm_xxx()Kuninori Morimoto-1/+1
2025-11-17ASoC: rockchip: rk3288_hdmi_analog: convert to snd_soc_dapm_xxx()Kuninori Morimoto-1/+2
2025-10-21ASoC: use snd_kcontrol_chip() instead ofMark Brown-4/+4
2025-10-21ASoC: rockchip: i2s-tdm: Omit a variable reassignment in rockchip_i2s_tdm_pro...Markus Elfring-2/+1
2025-10-20ASoC: rockchip: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component()Kuninori Morimoto-4/+4
2025-09-02ASoC: rockchip: i2s-tdm: switch to FIELD_PREP_WM16_CONST macroNicolas Frattaroli-1/+3
2025-07-04ASoC: codec: rockchip_sai: Remove including of_gpio.hPeng Fan-1/+0
2025-06-25ASoC: Standardize ASoC menuMark Brown-15/+8
2025-06-24ASoC: rockchip: Standardize ASoC menuKuninori Morimoto-15/+8
2025-06-08ASOC: rockchip: Use helper function devm_clk_get_enabled()Pei Xiao-25/+10
2025-06-08ASOC: rockchip: fix capture stream handling in rockchip_sai_xfer_stopPei Xiao-13/+3
2025-04-22ASoC: rockchip: add Serial Audio Interface (SAI) driverNicolas Frattaroli-0/+1818
2025-03-17ASoC: rockchip: Convert to RUNTIME_PM_OPS() & coTakashi Iwai-23/+17
2025-03-03ASoC: rockchip: rockchip_rt5645: use inclusive language for SND_SOC_DAIFMT_CB...Kuninori Morimoto-1/+1
2025-03-03ASoC: rockchip: rockchip_max98090: use inclusive language for SND_SOC_DAIFMT_...Kuninori Morimoto-4/+4
2025-03-03ASoC: rockchip: rk3399_gru_sound: use inclusive language for SND_SOC_DAIFMT_C...Kuninori Morimoto-5/+5
2025-03-03ASoC: rockchip: rk3288_hdmi_analog: use inclusive language for SND_SOC_DAIFMT...Kuninori Morimoto-1/+1
2025-02-04ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB]John Keeping-2/+2
2025-01-21ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callbackDetlev Casanova-2/+29
2024-12-02ASoC: rockchip: i2s-tdm: Fix a useless call issueDheeraj Reddy Jonnalagadda-28/+0
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-5/+5
2024-06-21ASoC: Merge up fixesMark Brown-2/+11
2024-06-10ASoC: rockchip: Remove unused of_gpio.hAndy Shevchenko-2/+0
2024-06-05ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclkAlibek Omarov-2/+11
2024-05-08ASoC: rockchip: Use *-y instead of *-objs in MakefileTakashi Iwai-8/+8
2024-03-12ASoC: rockchip: i2s-tdm: Fix inaccurate sampling ratesLuca Ceresoli-346/+6
2024-01-18i2c: make i2c_bus_type constGreg Kroah-Hartman-1/+1
2023-10-30ASoC: rockchip: Fix unused rockchip_i2s_tdm_match warning for !CONFIG_OFRob Herring-1/+1
2023-10-23ASoC: rockchip: i2s_tdm: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-09ASoC: DT matching and header cleanupsMark Brown-28/+13
2023-10-09ASoC: rockchip: Drop includes from Rockchip RT5645Linus Walleij-2/+0
2023-10-09ASoC: rockchip: Drop includes from Rockchip MAX98090Linus Walleij-2/+0
2023-10-09ASoC: rockchip: Drop includes from RK3399Linus Walleij-2/+0
2023-10-09ASoC: rockchip: Convert RK3288 HDMI to GPIO descriptorsLinus Walleij-32/+14
2023-10-09ASoC: Use device_get_match_data()Rob Herring-27/+12
2023-10-09ASoC: Explicitly include correct DT includesRob Herring-2/+1
2023-09-25ASoC: rockchip: convert not to use asoc_xxx()Kuninori Morimoto-25/+25