summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fallthrough', 'a...Mark Brown2017-11-101-8/+3
|\ \ \
| | * | ASoC: fsi: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-041-8/+3
| |/ /
* | | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2017-11-108-188/+400
|\ \ \
| * | | ASoC: rsnd: return -EIO if rsnd_dmaen_request_channel() failedKuninori Morimoto2017-11-061-3/+1
| * | | ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto2017-11-013-17/+21
| * | | ASoC: rsnd: rsnd_ssi_run_mods() needs to care ssi_parent_modKuninori Morimoto2017-11-011-3/+8
| * | | ASoC: rsnd: Don't check SSISR::DIRQ when CaptureKuninori Morimoto2017-10-311-6/+9
| * | | ASoC: rsnd: use snd_pcm_running() in rsnd_io_is_working()Kuninori Morimoto2017-10-311-1/+4
| * | | ASoC: rsnd: NULL check is not needed for clk_unprepare()Kuninori Morimoto2017-10-311-2/+1
| * | | ASoC: rsnd: tidyup rsnd_mod_next() for loop methodKuninori Morimoto2017-10-311-4/+2
| * | | ASoC: rsnd: don't use io->mod[] directlyKuninori Morimoto2017-10-311-1/+1
| * | | ASoC: rsnd: more clear ADG clock debug infoKuninori Morimoto2017-10-131-18/+41
| * | | ASoC: rsnd: add rsnd_kctrl_xxx() macroKuninori Morimoto2017-10-114-54/+59
| * | | ASoC: rsnd: add MIX Volume Ramp supportKuninori Morimoto2017-10-043-7/+154
| * | | ASoC: rsnd: makes volume ramp rate list genericKuninori Morimoto2017-10-043-31/+36
| * | | ASoC: rsnd: CTU kctrl sets onceKuninori Morimoto2017-10-041-0/+8
| * | | ASoC: rsnd: DVC kctrl sets onceKuninori Morimoto2017-10-041-0/+8
| * | | ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADGKuninori Morimoto2017-10-041-7/+6
| * | | ASoC: rsnd: add generic rsnd_flags_xxx() macroKuninori Morimoto2017-10-042-15/+16
| * | | ASoC: rsnd: add rsnd_dma_alloc()Kuninori Morimoto2017-09-211-27/+33
* | | | Merge tag 'asoc-fix-v4.14-rc6' into asoc-linusMark Brown2017-11-102-3/+6
|\ \ \ \
| * | | | ASoC: rcar: skip disabled-SSI nodesKuninori Morimoto2017-10-031-1/+4
| |/ / /
| * / / ASoC: rsnd: fix ADG flagsKuninori Morimoto2017-09-131-2/+2
| |/ /
* / / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
| |
| \
*-. \ 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