aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2023-08-14ASoC: hisilicon: merge DAI call back functions into opsGravatar Kuninori Morimoto 1-1/+1
2022-06-27ASoC: hisilicon: Migrate to new style legacy DAI naming flagGravatar Charles Keepax 1-0/+1
2022-06-06ASoC: hisilicon: Rename set_fmt_new back to set_fmtGravatar Charles Keepax 1-1/+1
2022-06-06ASoC: hisilicon: Update to use set_fmt_new callbackGravatar Charles Keepax 1-10/+10
2021-06-15ASoC: hisilicon: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-2/+1
2021-05-18ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_s...Gravatar Yang Yingliang 1-6/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-04-27ASoC: hisilicon: Use the defined variable to clean codeGravatar Tang Bin 1-6/+6
2020-04-27ASoC: hisilicon: Use IS_ERR() instead of IS_ERR_OR_NULL()Gravatar Tang Bin 1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 340Gravatar Thomas Gleixner 1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Gravatar Thomas Gleixner 1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-09-17ASoC: hisilicon: fix fall-through annotationsGravatar Gustavo A. R. Silva 1-2/+2
2018-05-13ASoC: hisilicon: fix spelling mistake: "uknown" -> "unknown"Gravatar Colin Ian King 1-1/+1
2017-12-06ASoC: hisilicon: remove duplicate includesGravatar Pravin Shedge 1-1/+0
2017-07-17ASoC: hisilicon: constify snd_soc_dai_ops structureGravatar Gustavo A. R. Silva 1-1/+1
2017-05-14ASoC: hisilicon: localize functions without external linkageGravatar Takashi Sakamoto 1-5/+6
2017-04-11ASoC: hisilicon: Use devm_snd_soc_register_componentGravatar John Stultz 1-16/+2
2017-04-11ASoC: hisilicon: Address style nit to use break in final default of switch st...Gravatar John Stultz 1-0/+2
2017-04-11ASoC: hisilicon: Add error returns even for cases that shouldn't happen.Gravatar John Stultz 1-0/+2
2017-04-10ASoC: hisilicon: Add hi6210 i2s audio driverGravatar Andy Green 4-0/+910