summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8316', 'asoc/t...Mark Brown2017-09-011-4/+2
|\ \
| | * ASoC: fsi: Delete an error message for a failed memory allocation in fsi_probe()Markus Elfring2017-08-141-3/+1
| | * ASoC: fsi: constify dev_pm_ops structureGustavo A. R. Silva2017-07-171-1/+1
| |/
* | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2017-09-0116-127/+136
|\ \
| * | ASoC: rsnd: remove unused rsnd_xxx_to_dma()Kuninori Morimoto2017-08-222-2/+0
| * | ASoC: rsnd: tidyup comments position/space/tabKuninori Morimoto2017-08-212-5/+4
| * | ASoC: sh: make snd_soc_ops constBhumika Goyal2017-08-171-1/+1
| * | ASoC: sh: make snd_pcm_hardware constBhumika Goyal2017-08-174-4/+4
| * | Merge branch 'topic/sh' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-08-144-7/+7
| |\ \
| | * | ASoC: sh: constify snd_pcm_ops structuresArvind Yadav2017-08-144-4/+4
| | * | ASoC: sh: make snd_soc_platform_driver constBhumika Goyal2017-08-143-3/+3
| | |/
| * | ASoC: rsnd: Delete an error message for a failed memory allocation in three f...Markus Elfring2017-08-103-9/+3
| * | ASoC: rsnd: call request_irq/free_irq once in MIX caseKuninori Morimoto2017-08-101-5/+22
| * | ASoC: rsnd: add rsnd_ssi_flags_has/add() macroKuninori Morimoto2017-08-101-9/+10
| * | ASoC: rsnd: call free_irq() both DMA/PIO modeKuninori Morimoto2017-08-101-18/+19
| * | Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-08-103-16/+44
| |\ \
| * | | ASoC: rsnd: rsnd_ssi_can_output_clk() macroKuninori Morimoto2017-08-081-4/+3
| * | | ASoC: rsnd: move rsnd_ssi_config_init() execute condition into it.Kuninori Morimoto2017-08-081-2/+4
| * | | ASoC: rsnd: merge snd_pcm_ops::open and snd_soc_dai_ops::startupKuninori Morimoto2017-07-281-49/+31
| * | | ASoC: rsnd: don't use private_value on rsnd_kctrl_new()Kuninori Morimoto2017-07-242-8/+7
| * | | ASoC: rsnd: remove unnecessary static in rsnd_ssiu_probe()Gustavo A. R. Silva2017-07-171-1/+1
| * | | ASoC: rsnd: add missing of_node_putJulia Lawall2017-07-175-5/+22
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2017-09-013-16/+44
|\ \ \ | | |/ | |/|
| * | ASoC: rsnd: avoid duplicate free_irq()Kuninori Morimoto2017-08-091-3/+3
| * | ASoC: rsnd: remove 16ch support for nowKuninori Morimoto2017-08-091-4/+3
| * | ASoC: rsnd: control SSICR::EN correctlyKuninori Morimoto2017-08-081-9/+31
| * | ASoC: rcar: unregister fixed rate on ADGKuninori Morimoto2017-08-021-0/+7
| |/
* | ASoC: sh: hac: add missing "int ret"Kuninori Morimoto2017-07-241-0/+2
|/
* Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-07-0313-285/+710
|\
| *-. Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000' an...Mark Brown2017-07-031-7/+6
| |\ \
| | | * ASoC: fsi: Move inline fsi_stream_is_play() before useGeert Uytterhoeven2017-05-171-7/+6
| | |/
| * | ASoC: rsnd: make arrays path and cmd_case static constColin Ian King2017-06-301-2/+2
| * | ASoC: rsnd: constify dev_pm_ops structures.Arvind Yadav2017-06-301-1/+1
| * | ASoC: rsnd: fixup unsigned expression compared with zero: main_rateKuninori Morimoto2017-06-213-6/+6
| * | ASoC: rsnd: add rsnd_soc_hw_rule/constraint()Kuninori Morimoto2017-06-152-2/+154
| * | ASoC: rsnd: add rsnd_ssi_clk_query()Kuninori Morimoto2017-06-152-39/+58
| * | ASoC: rsnd: add rsnd_adg_clk_query()Kuninori Morimoto2017-06-152-26/+28
| * | ASoC: rsnd: rename "slots" related variableKuninori Morimoto2017-06-154-37/+49
| * | ASoC: rsnd: reduce confusable macro parameter magicKuninori Morimoto2017-06-141-2/+3
| * | ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto2017-06-135-6/+40
| * | ASoC: rsnd: add detail explanation of L/R conversion timingKuninori Morimoto2017-06-131-0/+18
| * | ASoC: rsnd: cleanup pointer related codeKuninori Morimoto2017-06-074-56/+65
| * | Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-06-078-8/+86
| |\ \
| * | | ASoC: rsnd: update pointer more accurateKuninori Morimoto2017-06-074-3/+48
| * | | ASoC: rsnd: remove unused rsnd_dai_path_infoKuninori Morimoto2017-06-061-1/+0
| * | | ASoC: rsnd: remove unused rsnd_ssi_non_opsKuninori Morimoto2017-06-061-8/+0
| * | | ASoC: rsnd: add HDMI output supportKuninori Morimoto2017-05-196-3/+112
| * | | ASoC: rsnd: add support graph base DT phase 2Kuninori Morimoto2017-05-191-75/+84
| * | | ASoC: rsnd: add support graph base DT phase 1Kuninori Morimoto2017-05-192-2/+39
| * | | ASoC: rsnd: check src mod pointer for rsnd_mod_id()Kuninori Morimoto2017-05-171-0/+3
OpenPOWER on IntegriCloud