summaryrefslogtreecommitdiff
path: root/sound/soc/sh/fsi.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: sh: Update to use set_fmt_new callbackCharles Keepax2022-06-061-4/+4
* ASoC: fsi: Add check for clk_enableJiasheng Jiang2022-03-071-3/+16
* ASoC: fsi: fix spelling mistakeFlavio Suligoi2021-06-181-1/+1
* ASoC: fsi: add .auto_selectable_formats supportKuninori Morimoto2021-06-071-0/+15
* ASoC: sh: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-1/+1
* ASoC: fsi: don't use discriminatory terms for commentKuninori Morimoto2020-07-141-2/+2
* ASoC: sh: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* ASoC: sh: fsi: Restore devm_ioremap() alignmentGeert Uytterhoeven2020-02-121-2/+1
* Merge tag 'sound-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-01-281-18/+1
|\
| * ASoC: sh: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
| * ASoC: fsi: Use managed buffer allocationTakashi Iwai2019-12-111-17/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ASoC: sh: fsi: remove snd_pcm_opsKuninori Morimoto2019-10-081-15/+16
* Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-02-281-1/+1
|\
| * ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"Colin Ian King2019-02-181-1/+1
* | ASoC: sh: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-1/+2
|/
* ASoC: fsi: convert to SPDX identifiersKuninori Morimoto2018-06-181-13/+9
* ASoC: sh: fsi: replace platform to componentKuninori Morimoto2018-02-121-19/+5
* ASoC: fsi: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-041-8/+3
*-. Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8316', 'asoc/t...Mark Brown2017-09-011-4/+2
|\ \
| | * ASoC: fsi: Delete an error message for a failed memory allocation in fsi_probe()Markus Elfring2017-08-141-3/+1
| | * ASoC: fsi: constify dev_pm_ops structureGustavo A. R. Silva2017-07-171-1/+1
| |/
* | ASoC: sh: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* | ASoC: sh: constify snd_pcm_ops structuresArvind Yadav2017-08-141-1/+1
* | ASoC: sh: make snd_soc_platform_driver constBhumika Goyal2017-08-141-1/+1
|/
* ASoC: fsi: Move inline fsi_stream_is_play() before useGeert Uytterhoeven2017-05-171-7/+6
* ASoC: sh: fix fsi build warnings for 64 bitArnd Bergmann2015-11-211-4/+7
* ASoC: fsi: Remove obsolete sh_fsi2 platform_device_id entryGeert Uytterhoeven2015-07-161-1/+0
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-5/+13
|\
| * ASoC: fsi: Configure DMA slave settingsKuninori Morimoto2015-02-231-3/+12
| * ASoC: fsi: remove slave_id settings for DMAEngineKuninori Morimoto2015-02-231-2/+1
* | ASoC: fsi: mark several data structures as constUwe Kleine-König2015-04-011-3/+3
* | ASoC: fsi: reorder code to make a forward declaration superfluousUwe Kleine-König2015-04-011-35/+34
* | ASoC: fsi: fix license specificationUwe Kleine-König2015-03-311-1/+1
* | ASoC: fsi: constify of_device_id arrayFabian Frederick2015-03-221-2/+2
|/
*-. Merge remote-tracking branches 'asoc/topic/rx51', 'asoc/topic/samsung', 'asoc...Mark Brown2015-02-041-6/+0
|\ \
| | * ASoC: sh: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen2015-01-051-6/+0
| |/
* | ASoC: fsi: Deletion of unnecessary checks before the function call "clk_enable"Markus Elfring2015-01-051-6/+3
|/
*-. Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/doc', 'asoc/...Mark Brown2014-12-081-6/+3
|\ \
| | * ASoC: fsi: Deletion of unnecessary checks before the function call "clk_disable"Markus Elfring2014-12-031-6/+3
| |/
* | ASoC: fsi: remove unsupported PAUSE flagKuninori Morimoto2014-10-291-2/+1
|/
* ASoC: sh: Fix dma direction typeLars-Peter Clausen2014-08-171-1/+6
*-. Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...Mark Brown2014-08-041-6/+6
|\ \
| | * ASoC: sh/fsi: Make one-bit bitfields unsignedLars-Peter Clausen2014-06-211-6/+6
| |/
* | ASoC: fsi: use dmaengine_prep_dma_cyclic() for DMA transferKuninori Morimoto2014-06-281-67/+27
* | ASoC: fsi: add fsi_pointer_update() for common pointer methodKuninori Morimoto2014-06-281-35/+22
* | ASoC: fsi: use SNDRV_DMA_TYPE_DEV for sound bufferKuninori Morimoto2014-06-281-37/+5
|/
* 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-161-6/+0
|\ \