aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/topic/bcm2835', 'asoc/topic/docs', 'asoc/topic/fsl', 'asoc/topic/generic', 'asoc/topic/kirkwood', 'asoc/topic/mc13783', 'asoc/topic/mxs', 'asoc/topic/nuc900', 'asoc/topic/sai', 'asoc/topic/sh', 'asoc/topic/ssm2602', 'asoc...Mark Brown3-29/+0
2014-01-09ASoC: sh: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen3-29/+0
2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'asoc/topic/adav80x', 'asoc/topic/adsp', 'asoc/topic/ak4641', 'asoc/topic/ak4642', 'asoc/topic/arizona', 'asoc/topic/atmel', 'asoc/topic/au1x', 'asoc/topic/axi', 'asoc/topic/bcm2835', 'asoc/topic/blackfin', 'asoc/topic/cs427...Mark Brown6-191/+498
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-11ASoC: fsi: remove original filter from fsi_dma_probe()Kuninori Morimoto1-13/+23
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-24ASoC: rcar: select REGMAPKuninori Morimoto1-0/+1
2013-11-21Merge tag 'asoc-v3.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi 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 Brown3-3/+6
2013-11-08Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown7-196/+227
2013-11-07ASoC: sh: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-1/+2
2013-11-07ASoC: rcar: Use WARN_ON() instead of BUG_ON()Takashi Iwai2-2/+4
2013-11-06ASoC: rcar: remove un-needed select from KconfigKuninori Morimoto1-1/+0
2013-11-03Merge 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-30Merge remote-tracking branch 'asoc/topic/fsi' into tmpMark Brown1-18/+33
2013-08-26ASoC: fsi: reserve prefetch period on DMA transferringKuninori Morimoto1-18/+33
2013-08-06ASoC: rsnd: scu: cleanup empty functionsKuninori Morimoto1-39/+0