summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'asoc/topic/rcar' and 'asoc/topic/rockchip' in...Mark Brown2016-01-112-14/+15
|\ \
| * | ASoC: rsnd: precedence error in rsnd_ssiu_init()Dan Carpenter2016-01-061-1/+1
| * | ASoC: rsnd: fix usrcnt decrementing bugAndrzej Hajda2015-12-301-13/+14
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/t...Mark Brown2015-12-231-4/+7
|\ \ \ \ | | |_|/ | |/| |
| | * | ASoC: sh: fix fsi build warnings for 64 bitArnd Bergmann2015-11-211-4/+7
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'asoc/topic/pxa', 'asoc/topic/qcom', 'asoc/top...Mark Brown2015-12-2316-2204/+2021Star
|\ \ \ \ \ | | |_|/ / | |/| | / | | | |/
| | | * ASoC: rsnd: add Multi channel supportKuninori Morimoto2015-12-235-17/+176
| | | * ASoC: rsnd: add rsnd_parse_connect_common() and remove complex macroKuninori Morimoto2015-12-182-23/+59
| | | * ASoC: rsnd: add rsnd_set_slot() / rsnd_get_slot_num()Kuninori Morimoto2015-12-182-3/+21
| | | * ASoC: rsnd: tidyup rsnd_get_slot_xxx() namingKuninori Morimoto2015-12-185-9/+10
| | | * ASoC: rsnd: remove rsnd_get_slot_runtime()Kuninori Morimoto2015-12-182-16/+4Star
| | | * ASoC: rsnd: SSI/SSIU use rsnd_get_slot_extend() to check TDMKuninori Morimoto2015-12-182-2/+2
| | | * ASoC: rsnd: rsnd_dai_connect() returns error if it connect to existing modKuninori Morimoto2015-12-181-0/+3
| | | * ASoC: rsnd: tidyup debug print position on rsnd_dma_attach()Kuninori Morimoto2015-12-181-5/+5
| | | * ASoC: rsnd: tidyup return value of rsnd_get_adinr_bit()Kuninori Morimoto2015-12-181-9/+5Star
| | | * ASoC: rsnd: fixup SSIU control timingKuninori Morimoto2015-12-181-1/+1
| | | * ASoC: rsrc-card: tidyup dai format for DPCMKuninori Morimoto2015-12-171-27/+55
| | | * ASoC: rsrc-card: Remove support for setting differing DAI formatsKuninori Morimoto2015-12-171-12/+4Star
| | | * ASoC: rsrc-card: enable to use tdm_slot on DTKuninori Morimoto2015-12-171-0/+25
| | | * rcar: mux: Avoid use of ret uninitialisedMark Brown2015-12-151-0/+1
| | | * rcar: dvc: Avoid use of ret uninitialisedMark Brown2015-12-151-0/+1
| | | * rcar: ctu: Avoid use of ret uninitialisedMark Brown2015-12-151-0/+1
| | | * ASoC: rsnd: tidyup data align position for captureKuninori Morimoto2015-12-084-2/+15
| | | * ASoC: rsnd: care SWSP bit for TDM/non-TDMKuninori Morimoto2015-12-021-2/+5
| | | * ASoC: rsnd: rsrc-card: check return value of snd_soc_of_get_dai_name()Kuninori Morimoto2015-12-011-2/+6
| | | * ASoC: rsnd: fixup wrong snd_soc_dai_driver pointer accessKuninori Morimoto2015-12-011-5/+5
| | | * ASoC: rsnd: add TDM Extend Mode supportKuninori Morimoto2015-11-305-5/+54
| | | * ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto2015-11-304-4/+31
| | | * ASoC: rsnd: ssi enables non-stereo soundKuninori Morimoto2015-11-303-2/+38
| | | * ASoC: rsnd: set SSIWSR setting on rsnd_ssi_config_init()Kuninori Morimoto2015-11-301-2/+3
| | | * ASoC: rsnd: add rsnd_ssi_config_init()Kuninori Morimoto2015-11-301-46/+52
| | | * ASoC: rsnd: dvc: add rsnd_dvc_halt()Kuninori Morimoto2015-11-301-0/+8
| | | * ASoC: rsnd: mix: add rsnd_mix_halt()Kuninori Morimoto2015-11-301-0/+8
| | | * ASoC: rsnd: src: add rsnd_src_halt()Kuninori Morimoto2015-11-301-0/+8
| | | * ASoC: rsnd: dvc: rename rsnd_dvc_soft_reset() to rsnd_dvc_activation()Kuninori Morimoto2015-11-301-2/+2
| | | * ASoC: rsnd: mix: rename rsnd_mix_soft_reset() to rsnd_mix_activation()Kuninori Morimoto2015-11-301-2/+2
| | | * ASoC: rsnd: src: rename rsnd_src_soft_reset() to rsnd_src_activation()Kuninori Morimoto2015-11-301-2/+2
| | | * ASoC: rsnd: add missing SRC_O_BUSIF_MODE registerKuninori Morimoto2015-11-303-3/+7
| | | * ASoC: rsnd: add missing ADINR::CHNUM on DVC/SRC/SSIUKuninori Morimoto2015-11-303-3/+9
| | | * ASoC: rsnd: don't use normal *mod in adg.cKuninori Morimoto2015-11-301-19/+11Star
| | | * ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()Kuninori Morimoto2015-11-271-5/+2Star
| | | * ASoC: rsnd: tidyup semantics of rsnd_src_record_error()Kuninori Morimoto2015-11-271-7/+6Star
| | | * ASoC: rsnd: indicate register name for debugKuninori Morimoto2015-11-271-21/+31
| | | * ASoC: rsnd: tidyup void* cast for 64bit compilerKuninori Morimoto2015-11-202-2/+2
| | | * ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-1812-89/+47Star
| | | * ASoC: rsnd: remove struct rcar_snd_infoKuninori Morimoto2015-11-183-139/+13Star
| | | * ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-1812-45/+5Star
| | | * ASoC: rsnd: remove platform boot support from gen.cKuninori Morimoto2015-11-183-17/+5Star
| | | * ASoC: rsnd: remove platform boot support from dvc.cKuninori Morimoto2015-11-181-52/+31Star
| | | * ASoC: rsnd: remove platform boot support from mix.cKuninori Morimoto2015-11-181-54/+31Star