summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2015-06-221-2/+0Star
|\
| * ASoC: rsrc-card: remove unused retKuninori Morimoto2015-06-171-2/+0Star
| |
| \
*-. | Merge remote-tracking branches 'asoc/topic/qcom', 'asoc/topic/rcar', 'asoc/to...Mark Brown2015-06-227-463/+558
|\ \|
| | * ASoC: rsnd: remove io from rsnd_modKuninori Morimoto2015-06-162-4/+0Star
| | * ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto2015-06-165-8/+5Star
| | * ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto2015-06-164-23/+40
| | * ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_src_xxx()Kuninori Morimoto2015-06-161-25/+32
| | * ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()Kuninori Morimoto2015-06-163-16/+20
| | * ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto2015-06-166-71/+85
| | * ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto2015-06-165-20/+23
| | * ASoC: rsnd: add common interrupt handler for SSI/SRC/DMAKuninori Morimoto2015-06-162-0/+26
| | * ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto2015-06-165-15/+48
| | * ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto2015-06-165-6/+10
| | * ASoC: rsnd: count each mod (SSI/SRC/DVC)Kuninori Morimoto2015-06-162-21/+37
| | * ASoC: rsrc-card: cleanup for DPCMKuninori Morimoto2015-06-161-189/+135Star
| | * ASoC: rsrc-card: tidyup return value of clock errorKuninori Morimoto2015-06-161-4/+2Star
| | * ASoC: rsrc-card: move rsrc_card_parse_daifmt() to upper sideKuninori Morimoto2015-06-161-35/+35
| | * ASoC: rsnd-card: tidyup rsrc_priv_to_()Kuninori Morimoto2015-06-161-4/+4
| | * ASoC: rsrc-card: remove unused nameKuninori Morimoto2015-06-161-1/+0Star
| | * ASoC: rsrc-card: enable multi cpu/codec for DPCMKuninori Morimoto2015-06-161-6/+19
| | * ASoC: rsrc-card: tidyup priv->snd_card setup timingKuninori Morimoto2015-06-161-14/+10Star
| | * ASoC: rsrc-card: used "fe.xxx"/"be.xxx" name for dai_linkKuninori Morimoto2015-06-161-13/+7Star
| | * ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto2015-06-164-5/+35
| | * ASoC: rsnd: don't care under/over run error when PIOKuninori Morimoto2015-06-161-7/+9
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/max98095', 'asoc/topic/omap', 'aso...Mark Brown2015-06-055-25/+92
|\ \ \ \ | | |/ / | |/| / | | |/
| | * ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto2015-05-224-10/+30
| | * ASoC: rsnd: rsrc-card uses FE/BE merged format when DPCMKuninori Morimoto2015-05-221-0/+1
| | * ASoC: rsnd: add rsnd_dai_stream_quit()Kuninori Morimoto2015-05-211-5/+8
| | * ASoC: rsnd: indicate unknown HW startKuninori Morimoto2015-05-211-1/+3
| | * ASoC: rsnd: revert lock for calls to rsnd_dai_callKuninori Morimoto2015-05-121-22/+5Star
| | * ASoC: rsnd: care snd_kcontrol's indexKuninori Morimoto2015-04-271-0/+2
| | * ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.Kuninori Morimoto2015-04-271-0/+34
| | * ASoC: rsnd: tidyup SSI parent related function/macro namesKuninori Morimoto2015-04-271-7/+11
| | * ASoC: rsnd: make sure it uses lock when it calls rsnd_dai_callKuninori Morimoto2015-04-271-5/+22
| | * ASoC: rsnd: add rsnd_dai_to_priv() macroKuninori Morimoto2015-04-271-2/+3
| |/
* / ASoC: rsnd: set dmaen->chan = NULL when error caseKuninori Morimoto2015-04-151-0/+1
|/
*---. Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/qcom', 'asoc/to...Mark Brown2015-04-1210-483/+1468
|\ \ \
| | | * ASoC: rsnd: add Synchronous SRC modeKuninori Morimoto2015-04-011-5/+121
| | | * ASoC: rcar: mark device data as constantUwe Kleine-König2015-04-011-2/+2
| | | * ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto2015-03-283-5/+63
| | | * ASoC: rsnd: remove useless debug messageKuninori Morimoto2015-03-286-70/+2Star
| | | * Merge branch 'asoc-fix-rcar' into HEADMark Brown2015-03-285-10/+76
| | | |\
| | | * | ASoC: rsrc-card: add .be_hw_params_fixup support for convert rateKuninori Morimoto2015-03-271-2/+25
| | | * | ASoC: rsrc-card: add Renesas sampling rate convert sound card supportKuninori Morimoto2015-03-272-1/+493
| | | * | ASoC: rsnd: Fix duplicate const for DVC ramp ratesKrzysztof Kozlowski2015-03-241-1/+1
| | | * | ASoC: rsnd: add dai_link stream nameKuninori Morimoto2015-03-222-0/+9
| | | * | ASoC: rsnd: show debug info for sampling rate convertKuninori Morimoto2015-03-221-0/+2
| | | * | ASoC: rsnd: tidyup error message formatKuninori Morimoto2015-03-221-1/+1
| | | * | ASoC: rsnd: no more SRC restart when unusual situationKuninori Morimoto2015-03-221-3/+7
| | | * | ASoC: rsnd: no more SSI restart when unusual situationKuninori Morimoto2015-03-221-3/+6