summaryrefslogtreecommitdiff
path: root/sound/soc/rockchip
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-09ASOC: rockchip: Use helper function devm_clk_get_enabled()Pei Xiao1-25/+10
2025-06-09ASOC: rockchip: fix capture stream handling in rockchip_sai_xfer_stopPei Xiao1-13/+3
2025-04-22ASoC: rockchip: add Serial Audio Interface (SAI) driverNicolas Frattaroli4-0/+1818
2025-03-17ASoC: rockchip: Convert to RUNTIME_PM_OPS() & coTakashi Iwai4-23/+17
2025-03-03ASoC: rockchip: rockchip_rt5645: use inclusive language for SND_SOC_DAIFMT_CB...Kuninori Morimoto1-1/+1
2025-03-03ASoC: rockchip: rockchip_max98090: use inclusive language for SND_SOC_DAIFMT_...Kuninori Morimoto1-4/+4
2025-03-03ASoC: rockchip: rk3399_gru_sound: use inclusive language for SND_SOC_DAIFMT_C...Kuninori Morimoto1-5/+5
2025-03-03ASoC: rockchip: rk3288_hdmi_analog: use inclusive language for SND_SOC_DAIFMT...Kuninori Morimoto1-1/+1
2025-02-04ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB]John Keeping1-2/+2
2025-01-21ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callbackDetlev Casanova1-2/+29
2024-12-02ASoC: rockchip: i2s-tdm: Fix a useless call issueDheeraj Reddy Jonnalagadda1-28/+0
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König5-5/+5
2024-06-21ASoC: Merge up fixesMark Brown1-2/+11
2024-06-10ASoC: rockchip: Remove unused of_gpio.hAndy Shevchenko2-2/+0
2024-06-05ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclkAlibek Omarov1-2/+11
2024-05-08ASoC: rockchip: Use *-y instead of *-objs in MakefileTakashi Iwai1-8/+8
2024-03-12ASoC: rockchip: i2s-tdm: Fix inaccurate sampling ratesLuca Ceresoli1-346/+6
2024-01-18i2c: make i2c_bus_type constGreg Kroah-Hartman1-1/+1
2023-10-30ASoC: rockchip: Fix unused rockchip_i2s_tdm_match warning for !CONFIG_OFRob Herring1-1/+1
2023-10-23ASoC: rockchip: i2s_tdm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-10ASoC: DT matching and header cleanupsMark Brown4-28/+13
2023-10-09ASoC: rockchip: Drop includes from Rockchip RT5645Linus Walleij1-2/+0
2023-10-09ASoC: rockchip: Drop includes from Rockchip MAX98090Linus Walleij1-2/+0
2023-10-09ASoC: rockchip: Drop includes from RK3399Linus Walleij1-2/+0
2023-10-09ASoC: rockchip: Convert RK3288 HDMI to GPIO descriptorsLinus Walleij1-32/+14
2023-10-09ASoC: Use device_get_match_data()Rob Herring3-27/+12
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-2/+1
2023-09-25ASoC: rockchip: convert not to use asoc_xxx()Kuninori Morimoto5-25/+25
2023-08-15ASoC: rockchip: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-14ASoC: rockchip: merge DAI call back functions into opsKuninori Morimoto4-4/+4
2023-08-07ASoC: rockchip: rockchip_rt5645: Map missing jack kcontrolsAlper Nebi Yasak1-5/+17
2023-08-07ASoC: rk3399-gru-sound: Map missing Line Out jack kcontrolAlper Nebi Yasak1-1/+6
2023-03-21ALSA/ASoC: Convert to platform remove callbackMark Brown4-16/+8
2023-03-20ASoC: rockchip: i2s: Add compatible for RK3588Cristian Ciocaltea1-0/+1
2023-03-20ASoC: rockchip: rockchip_spdif: Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-03-20ASoC: rockchip: rockchip_rt5645: Convert to platform remove callback returnin...Uwe Kleine-König1-4/+2
2023-03-20ASoC: rockchip: rockchip_pdm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: rockchip: rockchip_i2s: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-31ASoC: rockchip: use helper functionKuninori Morimoto3-4/+4
2023-01-25ASoC: Kconfig: fix spelling of "up to"Randy Dunlap1-1/+1
2022-12-12ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtim...Wang Jingjin1-0/+1
2022-12-07ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runt...Wang Jingjin1-0/+1
2022-11-25ASoC: rockchip: i2s_tdm: Add support for RK3588Nicolas Frattaroli1-1/+2
2022-11-25ASoC: rockchip: i2s_tdm: Make the grf property optionalNicolas Frattaroli1-4/+12
2022-11-07ASoC: rockchip: Drop da7219_aad_jack_det() usageCezary Rojewski1-2/+1
2022-09-30ASoC: rockchip: i2s: use regmap_read_poll_timeout_atomic to poll I2S_CLRJudy Hsiao1-12/+12
2022-09-14ASoC: rockchip: i2s: use regmap_read_poll_timeout to poll I2S_CLRJudy Hsiao1-25/+16