Age | Commit message (Expand) | Author |
2024-10-23 | ASoC: uniphier: Handle regmap_write errors in aio_iecout_set_enable() | Ingyu Jang |
2024-10-05 | ASoC: uniphier: Handle regmap_write errors in aio_src_set_param() | Ingyu Jang |
2024-09-30 | ASoC: constify snd_soc_component_driver struct | Javier Carrasco |
2024-09-09 | ASoC: Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2024-05-08 | ASoC: uniphier: Use *-y instead of *-objs in Makefile | Takashi Iwai |
2024-05-07 | ASoC: uniphier: Constify static snd_pcm_hardware | Krzysztof Kozlowski |
2023-10-23 | ASoC: uniphier: Make uniphier_aio_remove() return void | Uwe Kleine-König |
2023-09-25 | ASoC: uniphier: convert not to use asoc_xxx() | Kuninori Morimoto |
2023-08-14 | ASoC: uniphier: merge DAI call back functions into ops | Kuninori Morimoto |
2023-03-20 | ASoC: uniphier: evea: Convert to platform remove callback returning void | Uwe Kleine-König |
2022-12-05 | ASoC: uniphier: aio-core: Make some read-only arrays static const | Colin Ian King |
2022-06-27 | ASoC: uniphier: Remove now redundant non_legacy_dai_naming flag | Charles Keepax |
2022-05-09 | ASoC: uniphier: simplify the return expression of uniphier_aio_compr_set_para... | Minghao Chi |
2021-11-25 | ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA | Lukas Bulwahn |
2021-08-19 | ASoC: uniphier: make arrays mul and div static const, makes object smaller | Colin Ian King |
2021-07-30 | ASoC: uniphier: Fix reference to PCM buffer address | Takashi Iwai |
2021-03-10 | ASoC: uniphier: Simplify the return expression of uniphier_aio_startup | dingsenjie |
2020-11-26 | ASoC: uniphier: mark OF related data as maybe unused | Krzysztof Kozlowski |
2020-07-23 | ASoC: uniphier: use asoc_substream_to_rtd() | Kuninori Morimoto |
2020-07-09 | ASoC: uniphier: aio-core: fix kernel-doc | Pierre-Louis Bossart |
2020-05-18 | ASoC: uniphier: use snd_soc_xxx_active() | Kuninori Morimoto |
2020-04-21 | ASoC: uniphier: use snd_compress_ops | Kuninori Morimoto |
2020-03-27 | ASoC: uniphier: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI poi... | Kuninori Morimoto |
2020-01-21 | ASoC: uniphier: move .suspend/.resume to component | Kuninori Morimoto |
2019-12-11 | ASoC: uniphier: Drop superfluous ioctl PCM ops | Takashi Iwai |
2019-12-11 | ASoC: uniphier: Use managed buffer allocation | Takashi Iwai |
2019-10-08 | ASoC: uniphier: aio-dma: remove snd_pcm_ops | Kuninori Morimoto |
2019-08-20 | Merge branch 'asoc-5.3' into asoc-5.4 | Mark Brown |
2019-08-20 | ASoC: uniphier: Fix double reset assersion when transitioning to suspend state | Kunihiko Hayashi |
2019-08-02 | ASoC: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-07-31 | ASoC: uniphier: aio-dma: use devm_platform_ioremap_resource() to simplify code | YueHaibing |
2019-07-31 | ASoC: uniphier: evea: use devm_platform_ioremap_resource() to simplify code | YueHaibing |
2019-02-06 | ASoC: uniphier: Drop superfluous PCM preallocation error checks | Takashi Iwai |
2018-07-30 | ASoC: uniphier: change functions to static | Katsuhiro Suzuki |
2018-07-30 | ASoC: uniphier: add support for multichannel output | Katsuhiro Suzuki |
2018-06-22 | ASoC: uniphier: remove redundant check of PLL ID | Katsuhiro Suzuki |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-05-09 | ASoC: uniphier: add digital output volume for UniPhier sound system | Katsuhiro Suzuki |
2018-05-09 | ASoC: uniphier: evea: use DAPM to change source of line-in | Katsuhiro Suzuki |
2018-04-27 | ASoC: uniphier: remove boilerplate from lisence comment | Katsuhiro Suzuki |
2018-03-18 | ASoC: uniphier: add syscon property for UniPhier sound system | Katsuhiro Suzuki |
2018-03-14 | ASoC: uniphier: evea: add switch for changing source of line-in | Katsuhiro Suzuki |
2018-03-09 | ASoC: uniphier: add support for UniPhier PXs2 AIO | Katsuhiro Suzuki |
2018-03-08 | ASoC: uniphier: remove superfluous <linux/mfd/syscon.h> inclusion | Masahiro Yamada |
2018-02-26 | ASoC: uniphier: fix broken sound if use SRC in replay | Katsuhiro Suzuki |
2018-02-22 | ASoC: uniphier: evea: fix lisence comment style | Katsuhiro Suzuki |
2018-02-20 | ASoC: uniphier: evea: fix typo 'eva' -> 'evea' | Katsuhiro Suzuki |
2018-02-15 | ASoC: uniphier: remove redundant check of blk_id | Colin Ian King |
2018-02-14 | ASoC: uniphier: fix an error code in uniphier_aio_comprdma_new() | Dan Carpenter |
2018-02-13 | ASoC: uniphier: aio-dma: replace platform to component | Kuninori Morimoto |