summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2016-03-025-10/+19
|\
| *-. Merge remote-tracking branches 'asoc/topic/rcar' and 'asoc/topic/rockchip' in...Mark Brown2016-01-112-14/+15
| |\ \
| | \ \
| | \ \
| *-. \ \ 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/+2021
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge remote-tracking branch 'asoc/topic/pcm-list' into asoc-nextMark Brown2015-12-232-5/+4
| |\ \ \ \ \
| | * | | | | ASoC: rcar: remove unused variableArnd Bergmann2015-11-251-1/+0
| | * | | | | ASoC: Change the PCM runtime array to a listMengdong Lin2015-11-182-4/+4
| | |/ / / /
| * | | | | ASoC: rsnd: make sure SRC In Rate feature enablementKuninori Morimoto2015-11-101-0/+7
| * | | | | Merge tag 'asoc-v4.3-rc6' into asoc-fix-rcarMark Brown2015-11-1013-284/+526
| |\ \ \ \ \ | | |/ / / /
| * | | | | ASoC: rsnd: fixup SCU_SYS_INT_EN1 addressKuninori Morimoto2015-11-061-1/+1
| | |/ / / | |/| | |
* | | | | ASoC: rsnd: judge work SSI in runtimeKuninori Morimoto2016-02-201-0/+27
* | | | | ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto2016-02-204-7/+18
* | | | | ASoC: rsnd: move rsnd_ssi_irq() positionKuninori Morimoto2016-02-201-21/+21
* | | | | ASoC: rsnd: Parent SSI attach is not needed if not clock masterKuninori Morimoto2016-02-201-3/+27
* | | | | ASoC: rsnd: tidyup SSI init/start sequenceKuninori Morimoto2016-02-201-20/+16
* | | | | ASoC: rsnd: add missing .irq callback for DMAKuninori Morimoto2016-02-201-0/+1
* | | | | ASoC: rsnd: fixup forever loop bug on SSIKuninori Morimoto2016-02-201-2/+1
* | | | | ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"Kuninori Morimoto2016-02-201-9/+10
* | | | | ASoC: rsnd: indicates status failed SSIKuninori Morimoto2016-02-201-1/+2
* | | | | ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIRKuninori Morimoto2016-02-201-1/+2
* | | | | ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto2016-02-203-6/+6
* | | | | ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()Kuninori Morimoto2016-02-091-14/+2
* | | | | ASoC: rsnd: add .irq callbackKuninori Morimoto2016-01-274-32/+35
* | | | | ASoC: rsnd: don't auto-recover when under/over run errorKuninori Morimoto2016-01-272-107/+29
* | | | | ASoC: rsnd: disable SRC.out/in in same timeKuninori Morimoto2016-01-221-8/+1
* | | | | ASoC: rsnd: tidyup Playback/Capture sequenceKuninori Morimoto2016-01-221-2/+38
* | | | | ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto2016-01-223-12/+117
* | | | | ASoC: rsnd: ctu: add rsnd_ctu_halt()Kuninori Morimoto2016-01-221-0/+8
* | | | | ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto2016-01-223-0/+11
* | | | | ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto2016-01-224-35/+34
* | | | | ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto2016-01-2211-19/+79
* | | | | ASoC: rsnd: select each SRC correctly for CMD data pathKuninori Morimoto2016-01-221-1/+5
* | | | | ASoC: rsnd: don't overwrite io on rsnd_cmd_init()Kuninori Morimoto2016-01-221-4/+5
* | | | | ASoC: rsnd: always call probe/remove for MUXKuninori Morimoto2016-01-222-7/+8
* | | | | ASoC: rsnd: try to connect connected mod is not errorKuninori Morimoto2016-01-221-0/+3
* | | | | ASoC: rsnd: don't update status if rsnd_mod_call() doesn't matchKuninori Morimoto2016-01-221-2/+5
* | | | | ASoC: rsnd: add debug message for rsnd_mod_call()Kuninori Morimoto2016-01-221-0/+3
* | | | | ASoC: rsnd: use rsnd_mod_init() for ADGKuninori Morimoto2016-01-221-7/+2
* | | | | ASoC: rsnd: remove unsed *parentKuninori Morimoto2016-01-221-1/+0
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | ASoC: rsnd: add Multi channel supportKuninori Morimoto2015-12-225-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/+4
* | | 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
OpenPOWER on IntegriCloud