summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar
AgeCommit message (Expand)AuthorFilesLines
2014-01-16Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/t...Mark Brown1-6/+0
2014-01-09ASoC: sh: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-6/+0
2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown5-178/+475
2013-12-31ASoC: rsnd: add SRC (Sampling Rate Converter) supportKuninori Morimoto5-8/+247
2013-12-31ASoC: rsnd: tidyup rsnd_ssi_master_clk_start() parameterKuninori Morimoto1-6/+4
2013-12-31ASoC: rsnd: scu cleanup: add rsnd_scu_rate_ctrl()Kuninori Morimoto1-2/+2
2013-12-31ASoC: rsnd: INT_ENABLE is needed only Gen2Kuninori Morimoto2-3/+4
2013-12-31ASoC: rsnd: add rsnd_scu_transfer_start()Kuninori Morimoto1-19/+20
2013-12-31ASoC: rsnd: route setting is needed only Gen1Kuninori Morimoto2-7/+9
2013-12-31ASoC: rsnd: make sure variable name for 44.1kHz/48kHzKuninori Morimoto1-10/+10
2013-12-31ASoC: rsnd: tidyup register namingKuninori Morimoto3-6/+6
2013-12-31ASoC: rsnd: tidyup ssi commentKuninori Morimoto1-1/+1
2013-12-31ASoC: rsnd: add rsnd_adg_set_ssi_clk() and cleanup adgKuninori Morimoto1-34/+24
2013-12-10ASoC: rsnd: gen: fixup Gen2 channel sizeKuninori Morimoto1-2/+2
2013-12-04ASoC: rcar: use devm_clk_get() instead of clk_get()Kuninori Morimoto1-2/+1
2013-11-29ASoC: rcar: add Gen2 sound supportKuninori Morimoto3-6/+91
2013-11-29ASoC: rcar: remove rcar_gen_opsKuninori Morimoto1-27/+6
2013-11-29ASoC: rcar: remove .path_init/exit from rsnd_gen_opsKuninori Morimoto1-39/+15
2013-11-29ASoC: rcar: add rsnd_is_accessible_reg()Kuninori Morimoto1-0/+26
2013-11-29ASoC: rcar: separate regmap init common fieldKuninori Morimoto1-21/+28
2013-11-29ASoC: rcar: remove unused register settingsKuninori Morimoto2-6/+0
2013-11-24ASoC: rcar: some dubious one-bit signed bitfieldsDan Carpenter1-5/+5
2013-11-21Merge tag 'asoc-v3.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2-9/+6
2013-11-20Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2-9/+6
2013-11-19ASoC: rcar: fixup dma_async_issue_pending() timingKuninori Morimoto1-2/+1
2013-11-19ASoC: rcar: off by one in rsnd_scu_set_route()Dan Carpenter1-1/+1
2013-11-18ASoC: rcar: fixup mod access before checkingKuninori Morimoto1-6/+4
2013-11-08Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2-2/+4
2013-11-08Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown6-195/+227
2013-11-07ASoC: rcar: Use WARN_ON() instead of BUG_ON()Takashi Iwai2-2/+4
2013-11-04Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown1-11/+20
2013-10-31ASoC: rcar: remove original filter from rsnd_dma_init()Kuninori Morimoto1-11/+20
2013-10-24Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown6-184/+207
2013-10-20ASoC: rcar: remove RSND_SSI_CLK_FROM_ADGKuninori Morimoto1-32/+20
2013-10-20ASoC: rcar: add rsnd_scu_hpbif_is_enable()Kuninori Morimoto3-6/+15
2013-10-11ASoC: rcar: fixup generation checkerKuninori Morimoto1-2/+2
2013-10-11ASoC: rcar: add ID check on rsnd_dai_get()Kuninori Morimoto1-0/+3
2013-10-11ASoC: rcar: fixup rsnd_platform_call() return valueKuninori Morimoto1-1/+1
2013-09-24ASoC: rsnd: use regmap instead of original register mapping methodKuninori Morimoto2-126/+143
2013-09-24ASoC: rsnd: remove rsnd_priv_read/write/bset()Kuninori Morimoto2-7/+7
2013-09-24ASoC: rcar: remove unnecessary mach/clock.hKuninori Morimoto1-1/+0
2013-09-17ASoC: rsnd: gen: rsnd_gen_ops cares .probe and .removeKuninori Morimoto1-17/+24
2013-09-09ASoC: rsnd: fixup flag name of rsnd_scu_platform_infoKuninori Morimoto1-2/+2
2013-08-06ASoC: rsnd: scu: cleanup empty functionsKuninori Morimoto1-39/+0
2013-08-06ASoC: rsnd: SSI supports DMA transfer via BUSIFKuninori Morimoto4-7/+184
2013-08-06ASoC: rsnd: SSI supports DMA transferKuninori Morimoto1-3/+107
2013-08-06ASoC: rsnd: add common DMAEngine methodKuninori Morimoto2-0/+164
2013-08-06ASoC: rsnd: remove platform dai and add dai_id on platform settingKuninori Morimoto4-23/+72
2013-07-31ASoC: rcar: fix return value check in rsnd_gen1_probe()Wei Yongjun1-13/+4
2013-07-28ASoC: add Renesas R-Car SSI featureKuninori Morimoto5-3/+639