ASoC: rsnd: move DVC_DVUER settings under rsnd_dvc_volume_update()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / sound / soc / sh /
2014-12-05 Kuninori MorimotoASoC: rsnd: move DVC_DVUER settings under rsnd_dvc_volu...
2014-12-05 Kuninori MorimotoASoC: rsnd: control DVC_DVUCR under rsnd_dvc_volume_upd...
2014-12-05 Kuninori MorimotoASoC: rsnd: add struct rsnd_dvc_cfg and control DVC...
2014-12-05 Kuninori MorimotoASoC: rsnd: tidyup RSND_DVC_VOLUME_NUM to RSND_DVC_CHANNELS
2014-12-05 Kuninori MorimotoASoC: rsnd: tidyup debug information when read/write
2014-12-05 Kuninori MorimotoASoC: rsnd: remove unsupported PAUSE flag
2014-12-05 Julia LawallASoC: rsnd: delete unneeded test before of_node_put
2014-12-05 Lars-Peter ClausenASoC: rcar: Use && instead of & for boolean expressions
2014-12-05 Kuninori MorimotoASoC: fsi: use SNDRV_DMA_TYPE_DEV for sound buffer
2014-12-05 Kuninori MorimotoASoC: rsnd: enable Mute control on DVC
2014-12-05 Kuninori MorimotoASoC: rsnd: tidyup DVC control method
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup SND_SOC_DAIFMT_xB_xF behavior
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup pcm_new callback method
2014-12-05 Kuninori MorimotoASoC: rsnd: add missing dev_dbg() in rsnd_bset()
2014-12-05 Kuninori MorimotoASoC: rsnd: care audio local bus data format consistency
2014-12-05 Kuninori MorimotoASoC: rsnd: care detail of SRC_BSDSR
2014-12-05 Kuninori MorimotoASoC: rsnd: use regmap_mmio instead of original regmap bus
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup dai remove callback operation
2014-12-05 Kuninori MorimotoASoC: rsnd: add missing src/dst_addr_width for DMAEngine
2014-12-05 Kuninori MorimotoASoC: rsnd: add DT support to DVC
2014-12-05 Kuninori MorimotoASoC: rsnd: DMA start address is properly used for...
2014-12-05 Kuninori MorimotoASoC: rsnd: DMA cleanup for flexible SSI/SRC selection
2014-12-05 Kuninori MorimotoASoC: rsnd: enable DVC when capture
2014-12-05 Kuninori MorimotoASoC: rsnd: use dmaengine_prep_dma_cyclic() instead...
2014-12-05 Kuninori MorimotoASoC: rsnd: SSI + DMA can select BUSIF
2014-12-05 Lars-Peter ClausenASoC: rcar: Fix dma direction type
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup loop exit timing of dma name search
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup rsnd_gen_dma_addr() for Gen1
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup index of src/dst mod when capture
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addr
2014-12-05 Kuninori MorimotoASoC: rsnd: care DMA slave channel name for DT
2014-12-05 Kuninori MorimotoASoC: rsnd: module name is unified
2014-12-05 Kuninori MorimotoASoC: rsnd: remove rsnd_src_non_ops
2014-12-05 Kuninori MorimotoASoC: rsnd: save platform_device instead of device
2014-12-05 Kuninori MorimotoASoC: rsnd: DT node clean up by using the of_node_put()
2014-12-05 Laurent PinchartASoC: rsnd: Fix warnings due to improper printk formats
2014-12-05 Kuninori MorimotoASoC: rsnd: add DVC support
2014-12-05 Kuninori MorimotoASoC: rsnd: enable to use multi parameter on rsnd_dai_c...
2014-12-05 Kuninori MorimotoASoC: rsnd: remove duplicate parameter from rsnd_mod_ops
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_get_adinr()
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_path_parse() macro
2014-12-05 Kuninori MorimotoASoC: rsnd: remove compatibility code
2014-12-05 Kuninori MorimotoASoC: rsnd: remove old clock style support
2014-12-05 Arnd BergmannASoC: sh: Migo-R sound needs I2C
2014-12-05 Kuninori MorimotoASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flags
2014-12-05 Kuninori MorimotoASoC: rsnd: call rsnd_dai_pointer_update() from outside...
2014-12-05 Ben DooksASoC: rsnd: fix clock prepare/unprepare
2014-12-05 Kuninori MorimotoASoC: rcar: bugfix: it cares about the non-src case
2014-12-05 Kuninori MorimotoASoC: rsnd: add DeviceTree support
2014-12-05 Kuninori MorimotoASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flags
2014-12-05 Kuninori MorimotoASoC: rsnd: rename scu to src
2014-12-05 Kuninori MorimotoASoC: rsnd: remove all rsnd_xxx_remove()
2014-12-05 Kuninori MorimotoASoC: rsnd: nothing to do on rsnd_dai_remove()
2014-12-05 Kuninori MorimotoASoC: rsnd: use mod probe method on SSI
2014-12-05 Kuninori MorimotoASoC: rsnd: use mod probe method on SCU
2014-12-05 Kuninori MorimotoASoC: rsnd: add probe/remove callback on rsnd_mod_ops
2014-12-05 Kuninori MorimotoASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_scu_enable_ssi_irq()
2014-12-05 Kuninori MorimotoASoC: rsnd: Get correct SCU ID
2014-12-05 Kuninori MorimotoASoC: rsnd: add struct rsnd_dai_platform_info
2014-12-05 Kuninori MorimotoASoC: rsnd: share reg_field and reduce memory
2014-12-05 Kuninori MorimotoASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter
2014-12-05 Kuninori MorimotoASoC: rsnd: remove unused SSI_CONTROL
2014-12-05 Kuninori MorimotoASoC: rsnd: use function pointer for each probe
2014-12-05 Kuninori MorimotoASoC: rsnd: use devm_clk_get() instead of clk_get()
2014-12-05 Kuninori MorimotoASoC: rsnd: get ssi/scu from rsnd_dai_stream
2014-12-05 Kuninori MorimotoASoC: rsnd: use mod array instead of list on rdai
2014-12-05 Kuninori MorimotoASoC: rsnd: run rsnd_path_init() when probe() timing
2014-12-05 Kuninori MorimotoASoC: rsnd: unify rdai naming
2014-12-05 Kuninori MorimotoASoC: rsnd: remove verbose debug message from scu/ssi
2014-12-05 Kuninori MorimotoASoC: rsnd: remove verbose function parameter
2014-12-05 Kuninori MorimotoASoC: rsnd: move rsnd_mod_call() macro
2014-12-05 Kuninori MorimotoASoC: rsnd: move priv member settings to upper side
2014-12-05 Kuninori MorimotoASoC: rsnd: print error if there is SRC settings mismatch
2014-12-05 Kuninori MorimotoASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert...
2014-12-05 Kuninori MorimotoASoC: rsnd: tidyup original for_each_rsnd_xxx macro
2014-12-05 Kuninori MorimotoASoC: rsnd: use device dependency clock
2014-12-05 Kuninori MorimotoASoC: rsnd: add Gen2 SRC and DMAEngine support
2014-12-05 Kuninori MorimotoASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_s...
2014-12-05 Kuninori MorimotoASoC: rsnd: remove SSI dependent DMAEngine callback
2014-12-05 Kuninori MorimotoASoC: rsnd: extracts Gen1/Gen2 common parts
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_ssi_is_play()
2014-12-05 Kuninori MorimotoASoC: rsnd: merge SRC clock timing/setting
2014-12-05 Kuninori MorimotoASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro
2014-12-05 Kuninori MorimotoASoC: rsnd: Merge macros in scu.c
2014-12-05 Kuninori MorimotoASoC: rsnd: clarify scu.c area
2014-12-05 Kuninori MorimotoASoC: rsnd: SCU should be called before SSI
2014-12-05 Kuninori MorimotoASoC: rsnd: don't use schedule_work() when rsnd_dma_start()
2014-12-05 Kuninori MorimotoASoC: rsnd: fixup Gen2 module naming
2014-12-05 Kuninori MorimotoASoC: rsnd: non 0 is error on probe
2014-12-05 Kuninori MorimotoASoC: rsnd: remove duplicate *priv from rsnd_dma
2014-12-05 Kuninori MorimotoASoC: rsnd: explain SRC bypass mode settings in comment
2014-12-05 Kuninori MorimotoASoC: rsnd: rename rsnd_scu_convert_rate_ctrl()
2014-12-05 Kuninori MorimotoASoC: rsnd: remove ssiu from ssi.c
2014-12-05 Kuninori MorimotoASoC: rsnd: SSI_MODE0/1 settings goes to scu.c
2014-12-05 Kuninori MorimotoASoC: rsnd: remove pin sync option
2014-12-05 Kuninori MorimotoASoC: rsnd: rsnd_dai_is_clk_master() can be shared
2014-12-05 Kuninori MorimotoASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_tr...
2014-12-05 Kuninori MorimotoASoC: rsnd: remove meaningless function parameter
2014-12-05 Kuninori MorimotoASoC: rsnd: add rsnd_scu_init(), and separate init...
next