Age | Commit message (Expand) | Author | Files | Lines |
2017-10-31 | ASoC: rsnd: use snd_pcm_running() in rsnd_io_is_working() | Kuninori Morimoto | 1 | -1/+4 |
2017-10-31 | ASoC: rsnd: NULL check is not needed for clk_unprepare() | Kuninori Morimoto | 1 | -2/+1 |
2017-10-31 | ASoC: rsnd: tidyup rsnd_mod_next() for loop method | Kuninori Morimoto | 1 | -4/+2 |
2017-10-31 | ASoC: rsnd: don't use io->mod[] directly | Kuninori Morimoto | 1 | -1/+1 |
2017-10-13 | ASoC: rsnd: more clear ADG clock debug info | Kuninori Morimoto | 1 | -18/+41 |
2017-10-11 | ASoC: rsnd: add rsnd_kctrl_xxx() macro | Kuninori Morimoto | 4 | -54/+59 |
2017-10-04 | ASoC: fsi: Use of_device_get_match_data() helper | Geert Uytterhoeven | 1 | -8/+3 |
2017-10-04 | ASoC: rsnd: add MIX Volume Ramp support | Kuninori Morimoto | 3 | -7/+154 |
2017-10-04 | ASoC: rsnd: makes volume ramp rate list generic | Kuninori Morimoto | 3 | -31/+36 |
2017-10-04 | ASoC: rsnd: CTU kctrl sets once | Kuninori Morimoto | 1 | -0/+8 |
2017-10-04 | ASoC: rsnd: DVC kctrl sets once | Kuninori Morimoto | 1 | -0/+8 |
2017-10-04 | ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADG | Kuninori Morimoto | 1 | -7/+6 |
2017-10-04 | ASoC: rsnd: add generic rsnd_flags_xxx() macro | Kuninori Morimoto | 2 | -15/+16 |
2017-10-03 | ASoC: rcar: skip disabled-SSI nodes | Kuninori Morimoto | 1 | -1/+4 |
2017-09-21 | ASoC: rsnd: add rsnd_dma_alloc() | Kuninori Morimoto | 1 | -27/+33 |
2017-09-13 | ASoC: rsnd: fix ADG flags | Kuninori Morimoto | 1 | -2/+2 |
2017-09-01 | Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8316', 'asoc/t... | Mark Brown | 1 | -4/+2 |
2017-09-01 | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next | Mark Brown | 16 | -127/+136 |
2017-09-01 | Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus | Mark Brown | 3 | -16/+44 |
2017-08-22 | ASoC: rsnd: remove unused rsnd_xxx_to_dma() | Kuninori Morimoto | 2 | -2/+0 |
2017-08-21 | ASoC: rsnd: tidyup comments position/space/tab | Kuninori Morimoto | 2 | -5/+4 |
2017-08-17 | ASoC: sh: make snd_soc_ops const | Bhumika Goyal | 1 | -1/+1 |
2017-08-17 | ASoC: sh: make snd_pcm_hardware const | Bhumika Goyal | 4 | -4/+4 |
2017-08-14 | Merge branch 'topic/sh' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Mark Brown | 4 | -7/+7 |
2017-08-14 | ASoC: fsi: Delete an error message for a failed memory allocation in fsi_probe() | Markus Elfring | 1 | -3/+1 |
2017-08-14 | ASoC: sh: constify snd_pcm_ops structures | Arvind Yadav | 4 | -4/+4 |
2017-08-14 | ASoC: sh: make snd_soc_platform_driver const | Bhumika Goyal | 3 | -3/+3 |
2017-08-10 | ASoC: rsnd: Delete an error message for a failed memory allocation in three f... | Markus Elfring | 3 | -9/+3 |
2017-08-10 | ASoC: rsnd: call request_irq/free_irq once in MIX case | Kuninori Morimoto | 1 | -5/+22 |
2017-08-10 | ASoC: rsnd: add rsnd_ssi_flags_has/add() macro | Kuninori Morimoto | 1 | -9/+10 |
2017-08-10 | ASoC: rsnd: call free_irq() both DMA/PIO mode | Kuninori Morimoto | 1 | -18/+19 |
2017-08-10 | Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Mark Brown | 3 | -16/+44 |
2017-08-09 | ASoC: rsnd: avoid duplicate free_irq() | Kuninori Morimoto | 1 | -3/+3 |
2017-08-09 | ASoC: rsnd: remove 16ch support for now | Kuninori Morimoto | 1 | -4/+3 |
2017-08-08 | ASoC: rsnd: control SSICR::EN correctly | Kuninori Morimoto | 1 | -9/+31 |
2017-08-08 | ASoC: rsnd: rsnd_ssi_can_output_clk() macro | Kuninori Morimoto | 1 | -4/+3 |
2017-08-08 | ASoC: rsnd: move rsnd_ssi_config_init() execute condition into it. | Kuninori Morimoto | 1 | -2/+4 |
2017-08-02 | ASoC: rcar: unregister fixed rate on ADG | Kuninori Morimoto | 1 | -0/+7 |
2017-07-28 | ASoC: rsnd: merge snd_pcm_ops::open and snd_soc_dai_ops::startup | Kuninori Morimoto | 1 | -49/+31 |
2017-07-24 | ASoC: rsnd: don't use private_value on rsnd_kctrl_new() | Kuninori Morimoto | 2 | -8/+7 |
2017-07-24 | ASoC: sh: hac: add missing "int ret" | Kuninori Morimoto | 1 | -0/+2 |
2017-07-17 | ASoC: rsnd: remove unnecessary static in rsnd_ssiu_probe() | Gustavo A. R. Silva | 1 | -1/+1 |
2017-07-17 | ASoC: rsnd: add missing of_node_put | Julia Lawall | 5 | -5/+22 |
2017-07-17 | ASoC: fsi: constify dev_pm_ops structure | Gustavo A. R. Silva | 1 | -1/+1 |
2017-07-03 | Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Takashi Iwai | 13 | -285/+710 |
2017-07-03 | Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000' an... | Mark Brown | 1 | -7/+6 |
2017-06-30 | ASoC: rsnd: make arrays path and cmd_case static const | Colin Ian King | 1 | -2/+2 |
2017-06-30 | ASoC: rsnd: constify dev_pm_ops structures. | Arvind Yadav | 1 | -1/+1 |
2017-06-21 | ASoC: rsnd: fixup unsigned expression compared with zero: main_rate | Kuninori Morimoto | 3 | -6/+6 |
2017-06-15 | ASoC: rsnd: add rsnd_soc_hw_rule/constraint() | Kuninori Morimoto | 2 | -2/+154 |