summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ASoC: rsnd: need to call nolock_stop if nolock_start was failedKuninori Morimoto2017-05-171-1/+6
| * | | ASoC: rsnd: remove error pointer for adg->clkout[i]Kuninori Morimoto2017-05-171-1/+0
| * | | ASoC: rsnd: clkout-lr-asynchronous is AUDIO_CLKOUT related propertyKuninori Morimoto2017-05-171-4/+3
| * | | ASoC: rsnd: remove mismatch explain comment from src.cKuninori Morimoto2017-05-171-14/+0
| * | | ASoC: rsnd: remove un-used OUF_SRCO/I macroKuninori Morimoto2017-05-171-4/+0
| | |/ | |/|
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-078-8/+86
|\ \ \ | | |/ | |/|
| * | ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTxKuninori Morimoto2017-05-261-2/+4
| * | ASoC: rsnd: SSI PIO adjust to 24bit modeKuninori Morimoto2017-05-241-2/+9
| * | ASoC: rsnd: don't call free_irq() on Parent SSIKuninori Morimoto2017-05-191-0/+5
| * | ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto2017-05-177-4/+68
| |/
* / ALSA: declare snd_kcontrol_new structures as constBhumika Goyal2017-05-301-2/+2
|/
* ASoC: rsnd: Fix possible NULL pointer dereferenceMarek Vasut2017-04-211-7/+11
* ASoC: rsnd: fix semicolon.cocci warningskbuild test robot2017-04-211-1/+1
* ASoC: rsnd: enable clock-frequency for both 44.1kHz/48kHzKuninori Morimoto2017-04-191-13/+26
* ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUGKuninori Morimoto2017-04-192-3/+1
* ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Kuninori Morimoto2017-04-063-92/+62
* Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2017-04-066-35/+57
|\
| * ASoC: rsnd: tidyup src->convert_rate reset timingKuninori Morimoto2017-04-061-2/+1
| * ASoC: rcar: call missing of_clk_del_provider() when removeKuninori Morimoto2017-03-301-0/+5
| * ASoC: rcar: fixup of_clk_add_provider() usage for multi clkoutKuninori Morimoto2017-03-301-8/+6
| * ASoC: rcar: dma: remove unnecessary "volatile"Kuninori Morimoto2017-03-161-1/+1
| * ASoC: rcar: clear DE bit only in PDMACHCR when it stopsKuninori Morimoto2017-03-151-2/+16
| * ASoC: rsnd: fix sound route path when using SRC6/SRC9Hiroyuki Yokoyama2017-03-131-16/+20
| * ASoC: rcar: avoid SSI_MODEx settings for SSI8Kuninori Morimoto2017-03-061-1/+5
| * Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2017-02-193-7/+5
| |\
| | * ASoC: rsnd: fixup reset timing of sync convert_rateKuninori Morimoto2017-02-031-3/+3
| | * ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto2017-01-232-4/+2
| * | ASoC: rsnd: don't double free kctrlColin Ian King2016-12-151-3/+1
| |/
* | ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto2017-03-293-28/+0
* | ASoC: rcar: ssi: don't set SSICR.CKDV = 000 with SSIWSR.CONTKuninori Morimoto2017-03-241-0/+9
* | ASoC: rcar: enable PCM RATE untile 192000Hiroyuki Yokoyama2017-03-241-1/+1
* | ASoC: rsnd: check return value of init functionWolfram Sang2017-02-211-1/+4
* | ASoC: rsnd: drop useles self-assignmentsWolfram Sang2017-02-211-2/+0
* | ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator incrementKuninori Morimoto2017-01-202-4/+2
|/
* ASoC: rsnd: setup BRGCKR/BRRA/BRRB when startingKuninori Morimoto2016-12-071-9/+12
* ASoC: rsnd: enable/disable ADG when suspend/resume timingKuninori Morimoto2016-12-073-14/+51
* ASoC: rsnd: tidyup ssi->usrcnt counter check in hw_paramsKuninori Morimoto2016-12-071-3/+6
* ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSIKuninori Morimoto2016-12-052-3/+4
* ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMUKuninori Morimoto2016-11-222-6/+82
* ASoC: rsnd: Request/Release DMA channel each timeKuninori Morimoto2016-11-221-77/+107
* ASoC: rsnd: use BRGCKR instead of SSICKRKuninori Morimoto2016-10-283-6/+6
* ASoC: rsnd: enable SRC sync even FIN = FOUTKuninori Morimoto2016-10-271-2/+5
* ASoC: rsnd: clear SSI_SYS_STATUSx every timeKuninori Morimoto2016-10-263-0/+36
* ASoC: rsnd: fixup SCU_SYS_STATUSx accessKuninori Morimoto2016-10-261-2/+2
* ASoC: rsnd: rsnd_reg cleanup for SSIUKuninori Morimoto2016-10-261-11/+13
* ASoC: rsnd: remove "Gen2 only" commentKuninori Morimoto2016-10-261-31/+31
* ASoC: rsnd: enable COMPILE_TESTKuninori Morimoto2016-10-261-2/+2
* ASoC: rsnd: depends on OFKuninori Morimoto2016-10-261-0/+1
* ASoC: rsnd: add nolock_start/stop callbackKuninori Morimoto2016-10-252-1/+40
* ASoC: rsnd: don't call unneeded of_node_put() on dma.cKuninori Morimoto2016-10-251-6/+4