summaryrefslogtreecommitdiffstats
path: root/sound/soc/img
Commit message (Expand)AuthorAgeFilesLines
* ASoC: img: convert not to use asoc_xxx()Kuninori Morimoto2023-09-252-2/+2
* ASoC: img: merge DAI call back functions into opsKuninori Morimoto2023-08-145-33/+33
* ASoC: img: pistachio-internal-dac: Convert to platform remove callback return...Uwe Kleine-König2023-03-201-4/+2
* ASoC: img: img-spdif-out: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: img: img-spdif-in: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: img: img-parallel-out: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: img: img-i2s-out: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: img: img-i2s-in: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: Refactor non_legacy_dai_naming flagMark Brown2022-06-296-6/+10
|\
| * ASoC: pistachio: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
| * ASoC: img: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-275-5/+10
* | ASoC: img: img-i2s-out: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-8/+4
|/
* ASoC: img: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
* ASoC: img: Update to use set_fmt_new callbackCharles Keepax2022-06-062-7/+7
* ASoC: img-i2s-in: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-251-4/+2
* ASoC: img-parallel-out: using pm_runtime_resume_and_getMinghao Chi2022-04-251-4/+2
* ASoC: img-spdif-out: using pm_runtime_resume_and_get to simplify the codeMinghao Chi2022-04-251-4/+2
* ASoC: img-spdif-in: using pm_runtime_resume_and_get instead of pm_runtime_get...Minghao Chi2022-04-251-4/+2
* ASoC: img: Use dev_err_probe() helperKuninori Morimoto2021-12-206-61/+36
* ASoC: img-spdif-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-2/+1
* ASoC: img-spdif-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-2/+1
* ASoC: img-parallel-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-2/+1
* ASoC: img-i2s-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-2/+1
* ASoC: img-i2s-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-2/+1
* ASoC: img: Fix PM reference leak in img_i2s_in_probe()Yufen Yu2021-06-031-1/+1
* ASoC: img-parallel-out: Fix a reference count leakQiushi Wu2020-06-151-1/+3
* ASoC: img: Fix a reference count leak in img_i2s_in_set_fmtQiushi Wu2020-06-151-1/+3
* ASoC: img-i2s-out: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-2/+6
* ASoC: img-spdif-in: Fix runtime PM imbalance on errorDinghao Liu2020-05-271-1/+3
* ASoC: img-spdif-out: Fix runtime PM imbalance on errorDinghao Liu2020-05-271-1/+3
* ASoC: fix incomplete error-handling in img_i2s_in_probe.Qiushi Wu2020-05-261-0/+1
* ASoC: img: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-272-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-056-24/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-122-4/+4
* ASoC: pistachio: replace codec to componentKuninori Morimoto2018-02-121-17/+17
*-. Merge remote-tracking branches 'asoc/topic/hdmi', 'asoc/topic/img' and 'asoc/...Mark Brown2017-11-105-72/+381
|\ \
| | * ASoC: img-spdif-out: Add control of sys clock to runtime PMEd Blake2017-10-091-14/+17
| | * ASoC: img-spdif-out: Add suspend / resume handlingEd Blake2017-10-091-0/+44
| | * ASoC: img-spdif-in: Add runtime PMEd Blake2017-10-091-14/+65
| | * ASoC: img-spdif-in: Add suspend / resume handlingEd Blake2017-10-091-1/+38
| | * ASoC: img-i2s-out: Add control of sys clock to runtime PMEd Blake2017-10-091-29/+31
| | * ASoC: img-i2s-out: Add suspend / resume handlingEd Blake2017-10-091-0/+60
| | * ASoC: img-i2s-in: Add runtime PMEd Blake2017-10-091-17/+71
| | * ASoC: img-i2s-in: Add suspend / resume handlingEd Blake2017-10-091-1/+53
| | * ASoC: img-parallel-out: Check pm_runtime_get_sync return codeEd Blake2017-10-091-1/+5
| | * ASoC: img-spdif-out: Rename suspend / resume funcsEd Blake2017-10-041-7/+7
| | * ASoC: img-parallel-out: Add pm_runtime_get/put to set_fmt callbackEd Blake2017-10-041-0/+2
| | * ASoC: img-i2s-out: Rename suspend / resume funcsEd Blake2017-10-041-7/+7
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/