summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
...
| * | ASoC: rsnd: remove ssiu from ssi.cKuninori Morimoto2014-02-032-18/+9
| * | ASoC: rsnd: SSI_MODE0/1 settings goes to scu.cKuninori Morimoto2014-02-033-70/+74
| * | ASoC: rsnd: remove pin sync optionKuninori Morimoto2014-02-031-2/+0
| * | ASoC: rsnd: rsnd_dai_is_clk_master() can be sharedKuninori Morimoto2014-02-032-5/+5
| * | ASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_transfer_start/stop()Kuninori Morimoto2014-02-031-42/+14
| * | ASoC: rsnd: remove meaningless function parameterKuninori Morimoto2014-02-031-5/+6
| * | ASoC: rsnd: add rsnd_scu_init(), and separate init/startKuninori Morimoto2014-02-031-6/+23
| * | ASoC: rsnd: control SCU ops in probe timingKuninori Morimoto2014-02-031-19/+11
| * | ASoC: rsnd: remove meaningless rsnd_ssi_non()Kuninori Morimoto2014-02-031-16/+0
| * | ASoC: rsnd: cleanup debug information methodKuninori Morimoto2014-02-033-15/+10
| * | ASoC: rsnd: tidyup register naming of BUSIF_MODEKuninori Morimoto2014-02-033-3/+3
| |/
* | ASoC: rcar: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto2014-03-141-2/+2
* | ASoC: fsi: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto2014-03-141-1/+1
|/
*-. Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/t...Mark Brown2014-01-163-29/+0
|\ \
| | * ASoC: sh: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen2014-01-093-29/+0
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown2014-01-026-191/+498
|\ \ \ | | |/ | |/|
| | * ASoC: rsnd: add SRC (Sampling Rate Converter) supportKuninori Morimoto2013-12-315-8/+247
| | * ASoC: rsnd: tidyup rsnd_ssi_master_clk_start() parameterKuninori Morimoto2013-12-311-6/+4
| | * ASoC: rsnd: scu cleanup: add rsnd_scu_rate_ctrl()Kuninori Morimoto2013-12-311-2/+2
| | * ASoC: rsnd: INT_ENABLE is needed only Gen2Kuninori Morimoto2013-12-312-3/+4
| | * ASoC: rsnd: add rsnd_scu_transfer_start()Kuninori Morimoto2013-12-311-19/+20
| | * ASoC: rsnd: route setting is needed only Gen1Kuninori Morimoto2013-12-312-7/+9
| | * ASoC: rsnd: make sure variable name for 44.1kHz/48kHzKuninori Morimoto2013-12-311-10/+10
| | * ASoC: rsnd: tidyup register namingKuninori Morimoto2013-12-313-6/+6
| | * ASoC: rsnd: tidyup ssi commentKuninori Morimoto2013-12-311-1/+1
| | * ASoC: rsnd: add rsnd_adg_set_ssi_clk() and cleanup adgKuninori Morimoto2013-12-311-34/+24
| | * ASoC: fsi: remove original filter from fsi_dma_probe()Kuninori Morimoto2013-12-111-13/+23
| | * ASoC: rsnd: gen: fixup Gen2 channel sizeKuninori Morimoto2013-12-101-2/+2
| | * ASoC: rcar: use devm_clk_get() instead of clk_get()Kuninori Morimoto2013-12-041-2/+1
| | * ASoC: rcar: add Gen2 sound supportKuninori Morimoto2013-11-293-6/+91
| | * ASoC: rcar: remove rcar_gen_opsKuninori Morimoto2013-11-291-27/+6
| | * ASoC: rcar: remove .path_init/exit from rsnd_gen_opsKuninori Morimoto2013-11-291-39/+15
| | * ASoC: rcar: add rsnd_is_accessible_reg()Kuninori Morimoto2013-11-291-0/+26
| | * ASoC: rcar: separate regmap init common fieldKuninori Morimoto2013-11-291-21/+28
| | * ASoC: rcar: remove unused register settingsKuninori Morimoto2013-11-292-6/+0
| | * ASoC: rcar: some dubious one-bit signed bitfieldsDan Carpenter2013-11-241-5/+5
* | | ASoC: rcar: select REGMAPKuninori Morimoto2013-11-241-0/+1
|/ /
* | Merge tag 'asoc-v3.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-11-212-9/+6
|\ \
| * \ Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2013-11-202-9/+6
| |\ \
| | * | ASoC: rcar: fixup dma_async_issue_pending() timingKuninori Morimoto2013-11-191-2/+1
| | * | ASoC: rcar: off by one in rsnd_scu_set_route()Dan Carpenter2013-11-191-1/+1
| | * | ASoC: rcar: fixup mod access before checkingKuninori Morimoto2013-11-181-6/+4
| | |/
| * | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2013-11-031-11/+20
| |\ \ | | |/ | |/|
| * | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2013-10-246-184/+207
| |\ \
* | \ \ Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2013-11-083-3/+6
|\ \ \ \
| * | | | ASoC: sh: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-071-1/+2
| * | | | ASoC: rcar: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-072-2/+4
| |/ / /
* | | | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2013-11-087-196/+227
|\ \ \ \ | |/ / / |/| | |
| * | | ASoC: rcar: remove un-needed select from KconfigKuninori Morimoto2013-11-061-1/+0
| | |/ | |/|
| * | ASoC: rcar: remove original filter from rsnd_dma_init()Kuninori Morimoto2013-10-311-11/+20
| |/
OpenPOWER on IntegriCloud