summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ASoC: rsnd: add rsnd_src_initialize_lock/unlock()Kuninori Morimoto2015-07-161-11/+11
| * | ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()Kuninori Morimoto2015-07-161-4/+11
| * | ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto2015-07-163-31/+33
| * | ASoC: rsnd: rename rsnd_path_parse/break() into add/removeKuninori Morimoto2015-07-161-7/+7
| * | ASoC: rsnd: enable module multi connectionKuninori Morimoto2015-07-161-10/+0
| * | ASoC: rsnd: src: make sure SRC soft resetKuninori Morimoto2015-07-161-4/+8
| * | ASoC: rsnd: dvc: make sure DVC soft resetKuninori Morimoto2015-07-161-3/+8
| * | ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto2015-07-162-2/+1
| * | ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto2015-07-162-3/+1
| * | ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto2015-07-161-1/+1
| * | ASoC: rsnd: add workaround for SRC sync convert + DVCKuninori Morimoto2015-07-161-11/+32
| * | ASoC: rsnd: fixup each module counter on __rsnd_mod_call()Kuninori Morimoto2015-07-161-2/+2
| * | ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto2015-07-163-7/+6
| * | ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto2015-07-163-3/+3
| * | ASoC: rsnd: remove unnecessary 'out of memory' message from DVCKuninori Morimoto2015-07-161-3/+1
| * | ASoC: rsnd: remove unnecessary 'out of memory' message from SRCKuninori Morimoto2015-07-161-3/+1
| * | ASoC: rsnd: remove unnecessary 'out of memory' message from SSIKuninori Morimoto2015-07-161-3/+1
| * | ASoC: rsrc-card: use snd_soc_of_parse_audio_route/prefix for routingKuninori Morimoto2015-07-161-4/+18
| * | ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto2015-07-102-0/+20
| |/
* / ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entryGeert Uytterhoeven2015-07-161-1/+0
|/
* Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-06-267-482/+642
|\
| * Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2015-06-221-2/+0
| |\
| | * ASoC: rsrc-card: remove unused retKuninori Morimoto2015-06-171-2/+0
| | |
| | \
| *-. | 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/+0
| | | * ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto2015-06-165-8/+5
| | | * 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/+135
| | | * ASoC: rsrc-card: tidyup return value of clock errorKuninori Morimoto2015-06-161-4/+2
| | | * 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/+0
| | | * 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/+10
| | | * ASoC: rsrc-card: used "fe.xxx"/"be.xxx" name for dai_linkKuninori Morimoto2015-06-161-13/+7
| | | * 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