summaryrefslogtreecommitdiff
path: root/sound/soc/sh
AgeCommit message (Expand)Author
2012-05-19ASoC: sh: fsi: add fsi_version() and removed meaningless version checkKuninori Morimoto
2012-05-19ASoC: sh: fsi: use register field macro name on IN/OUT_DMACKuninori Morimoto
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown
2012-05-09ASoC: sh: fix migor.c compilationGuennadi Liakhovetski
2012-04-18ASoC: fsi: update for dmaengine prep_slave_sg fallout.Paul Mundt
2012-04-13ASoC: sh: fsi: select simple-card on KconfigKuninori Morimoto
2012-04-13ASoC: sh: fsi: use simple-card instead of fsi-da7210Kuninori Morimoto
2012-04-13ASoC: sh: fsi: use simple-card instead of fsi-hdmiKuninori Morimoto
2012-04-13ASoC: sh: fsi: use simple-card instead of fsi-ak4642Kuninori Morimoto
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-02-20ASoC: fsi: Add DMAEngine supportKuninori Morimoto
2012-02-20Merge tag 'v3.3-rc4' into for-3.4 in order to resolve the conflictMark Brown
2012-02-09ASoC: fsi: fixup fsi_pointer() calculation methodKuninori Morimoto
2012-02-03ASoC: fsi: add .init/.quit handler supportKuninori Morimoto
2012-02-03ASoC: fsi: PortA/B information was controlled by sh_fsi_port_infoKuninori Morimoto
2012-02-03ASoC: fsi: fsi_stream_is_working() care substream->runtimeKuninori Morimoto
2012-02-03ASoC: fsi: add .start_stop handler to fsi_stream_handlerKuninori Morimoto
2012-02-03ASoC: fsi: don't use is_play as a parameter of fsi functionsKuninori Morimoto
2012-02-03ASoC: fsi: tidyup: fsi_pio_xxx() are gatheredKuninori Morimoto
2012-02-03ASoC: fsi: add fsi_stream_handler and PIO handlerKuninori Morimoto
2012-02-03ASoC: fsi: use fsi_stream in fsi_get_current_fifo_samples() parameterKuninori Morimoto
2012-02-03ASoC: fsi: re-define fsi_is_play() and fsi_stream_is_play()Kuninori Morimoto
2012-02-03ASoC: fsi: modify fsi_pio_get_area() parameter and using positionKuninori Morimoto
2012-02-03ASoC: fsi: rename fsi_stream_push/pop() to fsi_stream_init/quit()Kuninori Morimoto
2012-02-03ASoC: fsi: remove unnecessary parameter from fsi_hw_shutdown()Kuninori Morimoto
2012-02-03ASoC: fsi: tidyup: move fsi_fifo_init() onto fsi_hw_startup()Kuninori Morimoto
2012-02-03ASoC: fsi: rename fsi_dma_soft_xxx() to fsi_pio_xxx()Kuninori Morimoto
2012-02-03ASoC: fsi: data push/pop calculation part was dividedKuninori Morimoto
2012-02-03ASoC: fsi: tidyup: fsi_stream_xx() functions were gatheredKuninori Morimoto
2012-02-03ASoC: fsi: reduce runtime calculation by using pre-settingKuninori Morimoto
2012-01-31ASoC: fsi: Remove unneeded empty runtime PM callbacksMark Brown
2012-01-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-12-23ASoC: sh: Add .owner to struct snd_soc_cardAxel Lin
2011-12-14ASoC: Use core pm_runtime callbacks for fsiMark Brown
2011-12-14ASoC: Use core pm_runtime callbacks for siu_daiMark Brown
2011-12-14ASoC: Remove unused extern declarations for sh4_hac_dai and sh7760_soc_platformAxel Lin
2011-11-25ASoC: Convert sh directory to module_platform_driverAxel Lin
2011-11-24ASoC: fsi-ak4642: modify specification method of FSI / ak464xKuninori Morimoto
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-11-08ASoC: fsi: add valid data position control supportKuninori Morimoto
2011-11-08ASoC: fsi: fixup compile warningKuninori Morimoto
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker
2011-10-31sound-soc: move to dma_transfer_directionVinod Koul
2011-10-27Merge branch 'topic/asoc' into for-linusTakashi Iwai
2011-10-08ASoC: Remove redundant snd_soc_dapm_sync() calls from machine driversMark Brown
2011-10-02ASoC: sh: use correct __iomem annotationsArnd Bergmann
2011-10-02ASoC: Staticise sh4_ssi_daiAxel Lin
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang