summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | ASoC: rsnd: CMD TIMSEL support for CaptureKuninori Morimoto2016-03-071-1/+4
| | | * | | ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto2016-03-073-110/+128
| | | * | | ASoC: rsnd: add rsnd_src_get_in/out_rate()Kuninori Morimoto2016-03-073-8/+27
| | | * | | ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled()Kuninori Morimoto2016-03-071-11/+8Star
| | | * | | ASoC: rsnd: SRC function parameter uses "mod" instead of "src"Kuninori Morimoto2016-03-071-12/+9Star
| | | * | | ASoC: rsnd: SRC sync mode is not related to clock master modeKuninori Morimoto2016-03-071-7/+0Star
| | | * | | ASoC: rsnd: don't enable SRC Sync mode when Capture with CMDKuninori Morimoto2016-03-071-3/+3
| | | * | | ASoC: rsnd: add CTU supportKuninori Morimoto2016-03-051-37/+197
| | | * | | ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto2016-03-058-44/+62
| | | * | | ASoC: rsnd: add CTU basic supportKuninori Morimoto2016-03-052-0/+50
| | | * | | ASoC: rsnd: tidyup rsnd_ssiu_init_gen2()Kuninori Morimoto2016-03-051-3/+2Star
| | | * | | ASoC: rsrc-card: add convert channels supportKuninori Morimoto2016-03-051-6/+16
| | | * | | ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto2016-03-051-1/+1
| | | * | | ASoC: sh: rcar: rsrc-card: don't open code of_device_get_match_data()Wolfram Sang2016-03-021-3/+2Star
| | | * | | ASoC: sh: rcar: core: don't open code of_device_get_match_data()Wolfram Sang2016-03-021-2/+1Star
| | | * | | ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto2016-03-022-21/+2Star
| | | * | | Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2016-03-02252-3727/+36767
| | | |\| |
| | | * | | ASoC: rsnd: judge work SSI in runtimeKuninori Morimoto2016-02-191-0/+27
| | | * | | ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto2016-02-194-7/+18
| | | * | | ASoC: rsnd: move rsnd_ssi_irq() positionKuninori Morimoto2016-02-191-21/+21
| | | * | | ASoC: rsnd: Parent SSI attach is not needed if not clock masterKuninori Morimoto2016-02-191-3/+27
| | | * | | ASoC: rsnd: tidyup SSI init/start sequenceKuninori Morimoto2016-02-191-20/+16Star
| | | * | | ASoC: rsnd: add missing .irq callback for DMAKuninori Morimoto2016-02-191-0/+1
| | | * | | ASoC: rsnd: fixup forever loop bug on SSIKuninori Morimoto2016-02-191-2/+1Star
| | | * | | ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"Kuninori Morimoto2016-02-191-9/+10
| | | * | | ASoC: rsnd: indicates status failed SSIKuninori Morimoto2016-02-191-1/+2
| | | * | | ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIRKuninori Morimoto2016-02-191-1/+2
| | | * | | ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto2016-02-193-6/+6
| | | * | | ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()Kuninori Morimoto2016-02-091-14/+2Star
| | | * | | 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/+29Star
| | | * | | ASoC: rsnd: disable SRC.out/in in same timeKuninori Morimoto2016-01-221-8/+1Star
| | | * | | 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/+34Star
| | | * | | 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/+2Star
| | | * | | ASoC: rsnd: remove unsed *parentKuninori Morimoto2016-01-221-1/+0Star
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge remote-tracking branches 'asoc/topic/pxa' and 'asoc/topic/qcom' into as...Mark Brown2016-03-139-181/+396
| | |\ \ \ \ \
| | | | * | | | ASoC: qcom: fix build errorSudip Mukherjee2016-03-121-2/+5
| | | | * | | | ASoC: qcom: apq8016: add wrdma supportSrinivas Kandagatla2016-02-191-3/+19
| | | | * | | | ASoC: qcom: apq8016-sbc: add mic supportSrinivas Kandagatla2016-02-191-3/+7