aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/hisilicon (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-18ASoC: hisilicon: Drop GPIO includeLinus Walleij1-1/+0
2023-08-14ASoC: hisilicon: merge DAI call back functions into opsKuninori Morimoto1-1/+1
2022-06-27ASoC: hisilicon: Migrate to new style legacy DAI naming flagCharles Keepax1-0/+1
2022-06-06ASoC: hisilicon: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: hisilicon: Update to use set_fmt_new callbackCharles Keepax1-10/+10
2021-06-15ASoC: hisilicon: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-05-18ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup()Yang Yingliang1-6/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-04-27ASoC: hisilicon: Use the defined variable to clean codeTang Bin1-6/+6
2020-04-27ASoC: hisilicon: Use IS_ERR() instead of IS_ERR_OR_NULL()Tang Bin1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-09-17ASoC: hisilicon: fix fall-through annotationsGustavo A. R. Silva1-2/+2
2018-05-13ASoC: hisilicon: fix spelling mistake: "uknown" -> "unknown"Colin Ian King1-1/+1
2017-12-06ASoC: hisilicon: remove duplicate includesPravin Shedge1-1/+0
2017-07-17ASoC: hisilicon: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-05-14ASoC: hisilicon: localize functions without external linkageTakashi Sakamoto1-5/+6
2017-04-11ASoC: hisilicon: Use devm_snd_soc_register_componentJohn Stultz1-16/+2
2017-04-11ASoC: hisilicon: Address style nit to use break in final default of switch statementJohn Stultz1-0/+2
2017-04-11ASoC: hisilicon: Add error returns even for cases that shouldn't happen.John Stultz1-0/+2
2017-04-10ASoC: hisilicon: Add hi6210 i2s audio driverAndy Green4-0/+910