aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sunxi/sun4i-spdif.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24ASoC: sun4i-spdif: Make reset control non-optional and check for all errorsChen-Yu Tsai1-9/+4
2026-01-27ASoC: sun4i-spdif: Add missing check for devm_regmap_init_mmioChen Ni1-0/+4
2025-12-22ASoC: sun4i-spdif: Add missing kerneldoc fields for sun4i_spdif_quirksChen-Yu Tsai1-0/+2
2025-10-27ASoC: sun4i-spdif: Support SPDIF output on A523 familyChen-Yu Tsai1-2/+24
2025-03-17ASoC: sunxi: Convert to RUNTIME_PM_OPS()Takashi Iwai1-3/+3
2024-12-09ASoC: sun4i-spdif: Add working 24bit audio supportMarcus Cooper1-3/+7
2024-12-09ASoC: sun4i-spdif: Always set the valid data to be the MSBMarcus Cooper1-3/+4
2024-12-09ASoC: sun4i-spdif: Add clock multiplier settingsGeorge Lander1-0/+7
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-01-29ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616Chen-Yu Tsai1-0/+5
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-2/+1
2023-09-25ASoC: sunxi: convert not to use asoc_xxx()Kuninori Morimoto1-2/+2
2023-08-14ASoC: sunxi: merge DAI call back functions into opsKuninori Morimoto1-1/+1
2023-08-13ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-03-20ASoC: sunxi: sun4i-spdif: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-06-27ASoC: sunxi: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2021-11-29ASoC: sunxi: sun4i-spdif: Implement IEC958 controlJernej Skrabec1-0/+115
2021-06-21ASoC: sunxi: sun4i-spdif: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2020-07-23ASoC: sunxi: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-07-10ASoC: sunxi: sun4i-spdif: Fix misspelling of 'reg_dac_txdata' in kernel-docLee Jones1-1/+1
2020-03-27ASoC: sunxi: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-10/+1
2019-05-28ASoC: sun4i-spdif: Add support for H6 SoCClément Péron1-0/+22
2019-05-28ASoC: sun4i-spdif: Add TX fifo bit flush quirksClément Péron1-1/+10
2019-05-28ASoC: sun4i-spdif: Move quirks to the topClément Péron1-5/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 119Thomas Gleixner1-10/+1
2017-07-26ASoC: sun4i-spdif: Handle return value of clk_prepare_enable.Arvind Yadav1-3/+8
2017-07-19ASoC: sun4i: explicitly request exclusive reset controlPhilipp Zabel1-1/+2
2017-02-19ASoC: sun4i-spdif: drop unnessary snd_soc_unregister_component()Wei Yongjun1-10/+3
2017-01-20ASoC: sun4i-spdif: Add support for the H3 SoCMarcus Cooper1-0/+11
2016-12-31ASoC: sun4i-spdif: Add quirks to the spdif driverMarcus Cooper1-5/+31
2016-12-31ASoC: sun4i-spdif: remove legacy dapm componentsMarcus Cooper1-8/+0
2016-08-12ASoC: sunxi: compatibility for sun6i to SPDIFMarcus Cooper1-1/+16
2016-02-20ASoC: sunxi: Add support for the SPDIF blockMarcus Cooper1-0/+550