| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA | Lukas Bulwahn | 2021-11-25 | 1 | -2/+0 |
* | ASoC: uniphier: make arrays mul and div static const, makes object smaller | Colin Ian King | 2021-08-19 | 1 | -2/+2 |
* | ASoC: uniphier: Fix reference to PCM buffer address | Takashi Iwai | 2021-07-30 | 1 | -1/+1 |
* | ASoC: uniphier: Simplify the return expression of uniphier_aio_startup | dingsenjie | 2021-03-10 | 1 | -6/+1 |
* | ASoC: uniphier: mark OF related data as maybe unused | Krzysztof Kozlowski | 2020-11-26 | 3 | -3/+3 |
* | ASoC: uniphier: use asoc_substream_to_rtd() | Kuninori Morimoto | 2020-07-23 | 1 | -3/+3 |
* | ASoC: uniphier: aio-core: fix kernel-doc | Pierre-Louis Bossart | 2020-07-09 | 1 | -4/+3 |
* | ASoC: uniphier: use snd_soc_xxx_active() | Kuninori Morimoto | 2020-05-18 | 1 | -2/+2 |
* | ASoC: uniphier: use snd_compress_ops | Kuninori Morimoto | 2020-04-21 | 3 | -18/+31 |
* | ASoC: uniphier: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI poi... | Kuninori Morimoto | 2020-03-27 | 2 | -14/+14 |
* | ASoC: uniphier: move .suspend/.resume to component | Kuninori Morimoto | 2020-01-21 | 4 | -38/+27 |
* | ASoC: uniphier: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 1 | -1/+0 |
* | ASoC: uniphier: Use managed buffer allocation | Takashi Iwai | 2019-12-11 | 1 | -29/+1 |
* | ASoC: uniphier: aio-dma: remove snd_pcm_ops | Kuninori Morimoto | 2019-10-08 | 1 | -23/+28 |
* | Merge branch 'asoc-5.3' into asoc-5.4 | Mark Brown | 2019-08-20 | 2 | -10/+22 |
|\ |
|
| * | ASoC: uniphier: Fix double reset assersion when transitioning to suspend state | Kunihiko Hayashi | 2019-08-20 | 2 | -10/+22 |
* | | ASoC: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-08-02 | 1 | -3/+1 |
* | | ASoC: uniphier: aio-dma: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-07-31 | 1 | -3/+1 |
* | | ASoC: uniphier: evea: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 2019-07-31 | 1 | -3/+1 |
|/ |
|
* | ASoC: uniphier: Drop superfluous PCM preallocation error checks | Takashi Iwai | 2019-02-06 | 1 | -1/+2 |
* | ASoC: uniphier: change functions to static | Katsuhiro Suzuki | 2018-07-30 | 2 | -6/+3 |
* | ASoC: uniphier: add support for multichannel output | Katsuhiro Suzuki | 2018-07-30 | 4 | -6/+78 |
* | ASoC: uniphier: remove redundant check of PLL ID | Katsuhiro Suzuki | 2018-06-22 | 1 | -5/+0 |
* | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2018-06-13 | 1 | -4/+6 |
* | ASoC: uniphier: add digital output volume for UniPhier sound system | Katsuhiro Suzuki | 2018-05-09 | 4 | -5/+233 |
* | ASoC: uniphier: evea: use DAPM to change source of line-in | Katsuhiro Suzuki | 2018-05-09 | 1 | -22/+33 |
* | ASoC: uniphier: remove boilerplate from lisence comment | Katsuhiro Suzuki | 2018-04-27 | 7 | -91/+0 |
* | ASoC: uniphier: add syscon property for UniPhier sound system | Katsuhiro Suzuki | 2018-03-19 | 4 | -0/+37 |
* | ASoC: uniphier: evea: add switch for changing source of line-in | Katsuhiro Suzuki | 2018-03-14 | 1 | -0/+11 |
* | ASoC: uniphier: add support for UniPhier PXs2 AIO | Katsuhiro Suzuki | 2018-03-09 | 5 | -1/+336 |
* | ASoC: uniphier: remove superfluous <linux/mfd/syscon.h> inclusion | Masahiro Yamada | 2018-03-08 | 1 | -1/+0 |
* | ASoC: uniphier: fix broken sound if use SRC in replay | Katsuhiro Suzuki | 2018-02-26 | 1 | -2/+15 |
* | ASoC: uniphier: evea: fix lisence comment style | Katsuhiro Suzuki | 2018-02-22 | 1 | -18/+4 |
* | ASoC: uniphier: evea: fix typo 'eva' -> 'evea' | Katsuhiro Suzuki | 2018-02-20 | 1 | -3/+3 |
* | ASoC: uniphier: remove redundant check of blk_id | Colin Ian King | 2018-02-15 | 1 | -3/+0 |
* | ASoC: uniphier: fix an error code in uniphier_aio_comprdma_new() | Dan Carpenter | 2018-02-14 | 1 | -3/+2 |
* | ASoC: uniphier: aio-dma: replace platform to component | Kuninori Morimoto | 2018-02-13 | 1 | -2/+3 |
* | ASoC: uniphier: aiodma_rb_get_rp() can be static | Wu Fengguang | 2018-02-13 | 1 | -1/+1 |
* | ASoC: uniphier: add support for UniPhier LD11/LD20 AIO driver | Katsuhiro Suzuki | 2018-02-12 | 3 | -0/+444 |
* | ASoC: uniphier: add support for UniPhier AIO compress audio | Katsuhiro Suzuki | 2018-02-12 | 5 | -1/+444 |
* | ASoC: uniphier: add support for UniPhier AIO CPU DAI driver | Katsuhiro Suzuki | 2018-02-12 | 3 | -1/+580 |
* | ASoC: uniphier: add support for UniPhier AIO DMA driver | Katsuhiro Suzuki | 2018-02-12 | 3 | -1/+320 |
* | ASoC: uniphier: add support for UniPhier AIO common driver | Katsuhiro Suzuki | 2018-02-12 | 5 | -0/+1923 |
* | ASoC: uniphier: evea: replace codec to component | Kuninori Morimoto | 2018-02-12 | 1 | -34/+33 |
* | ASoC: uniphier: add support for UniPhier EVEA codec | Katsuhiro Suzuki | 2017-12-04 | 3 | -0/+589 |