summaryrefslogtreecommitdiff
path: root/sound/soc/sh
AgeCommit message (Expand)Author
2016-05-12rcar: src: skip disabled-SRC nodesSergei Shtylyov
2016-05-10ASoC: rsnd: don't use prohibited number to PDMACHCRn.SRSKuninori Morimoto
2016-04-28ASoC: rsnd: count .probe/.remove for rsnd_mod_call()Kuninori Morimoto
2016-04-20ASoC: rsnd: Remove CLK_IS_ROOTStephen Boyd
2016-03-12ASoC: rsnd: add simplified module explanationKuninori Morimoto
2016-03-07ASoC: rsnd: CMD TIMSEL support for CaptureKuninori Morimoto
2016-03-07ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto
2016-03-07ASoC: rsnd: add rsnd_src_get_in/out_rate()Kuninori Morimoto
2016-03-07ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled()Kuninori Morimoto
2016-03-07ASoC: rsnd: SRC function parameter uses "mod" instead of "src"Kuninori Morimoto
2016-03-07ASoC: rsnd: SRC sync mode is not related to clock master modeKuninori Morimoto
2016-03-07ASoC: rsnd: don't enable SRC Sync mode when Capture with CMDKuninori Morimoto
2016-03-05ASoC: rsnd: add CTU supportKuninori Morimoto
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto
2016-03-05ASoC: rsnd: add CTU basic supportKuninori Morimoto
2016-03-05ASoC: rsnd: tidyup rsnd_ssiu_init_gen2()Kuninori Morimoto
2016-03-05ASoC: rsrc-card: add convert channels supportKuninori Morimoto
2016-03-05ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto
2016-03-02ASoC: sh: rcar: rsrc-card: don't open code of_device_get_match_data()Wolfram Sang
2016-03-02ASoC: sh: rcar: core: don't open code of_device_get_match_data()Wolfram Sang
2016-03-02ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto
2016-03-02Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown
2016-02-19ASoC: rsnd: judge work SSI in runtimeKuninori Morimoto
2016-02-19ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto
2016-02-19ASoC: rsnd: move rsnd_ssi_irq() positionKuninori Morimoto
2016-02-19ASoC: rsnd: Parent SSI attach is not needed if not clock masterKuninori Morimoto
2016-02-19ASoC: rsnd: tidyup SSI init/start sequenceKuninori Morimoto
2016-02-19ASoC: rsnd: add missing .irq callback for DMAKuninori Morimoto
2016-02-19ASoC: rsnd: fixup forever loop bug on SSIKuninori Morimoto
2016-02-19ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"Kuninori Morimoto
2016-02-19ASoC: rsnd: indicates status failed SSIKuninori Morimoto
2016-02-19ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIRKuninori Morimoto
2016-02-19ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto
2016-02-09ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()Kuninori Morimoto
2016-01-27ASoC: rsnd: add .irq callbackKuninori Morimoto
2016-01-27ASoC: rsnd: don't auto-recover when under/over run errorKuninori Morimoto
2016-01-22ASoC: rsnd: disable SRC.out/in in same timeKuninori Morimoto
2016-01-22ASoC: rsnd: tidyup Playback/Capture sequenceKuninori Morimoto
2016-01-22ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto
2016-01-22ASoC: rsnd: ctu: add rsnd_ctu_halt()Kuninori Morimoto
2016-01-22ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto
2016-01-22ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto
2016-01-22ASoC: rsnd: select each SRC correctly for CMD data pathKuninori Morimoto
2016-01-22ASoC: rsnd: don't overwrite io on rsnd_cmd_init()Kuninori Morimoto
2016-01-22ASoC: rsnd: always call probe/remove for MUXKuninori Morimoto
2016-01-22ASoC: rsnd: try to connect connected mod is not errorKuninori Morimoto
2016-01-22ASoC: rsnd: don't update status if rsnd_mod_call() doesn't matchKuninori Morimoto
2016-01-22ASoC: rsnd: add debug message for rsnd_mod_call()Kuninori Morimoto
2016-01-22ASoC: rsnd: use rsnd_mod_init() for ADGKuninori Morimoto