aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/s3c24xx-i2s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown1-3/+4
2022-06-27ASoC: samsung: s3c24xx-i2s: Drop unneeded gpio.h includeKrzysztof Kozlowski1-1/+0
2022-06-27ASoC: samsung: s3c24xx-i2s: Fix typo in DAIFMT handlingCharles Keepax1-1/+1
2022-06-27ASoC: samsung: Migrate to new style legacy DAI naming flagCharles Keepax1-3/+4
2022-06-06ASoC: samsung: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: samsung: Update to use set_fmt_new callbackCharles Keepax1-4/+4
2021-06-21ASoC: samsung: s3c24xx-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2020-08-20ARM: s3c24xx: move iis pinctrl config into boardsArnd Bergmann1-7/+0
2020-01-21ASoC: samsung: s3c24xx-i2s: move .suspend/.resume to componentKuninori Morimoto1-4/+4
2019-04-19ASoC: samsung: s3c24xx-i2s: Convert to SPDX License IdentifierSylwester Nawrocki1-15/+10
2019-02-14ASoC: samsung: Specify DMA channel names through custom DMA configSylwester Nawrocki1-1/+1
2019-02-12ASoC: samsung: dmaengine: Allow to specify custom DMA deviceSylwester Nawrocki1-1/+1
2017-07-26ASoC: samsung: s3c24xx: Handle return value of clk_prepare_enable.Arvind Yadav1-2/+9
2017-01-23ASoC: Revert "samsung: Remove unneeded initialization of chan_name"Sylwester Nawrocki1-0/+2
2016-11-02ASoC: samsung: s3c24xx-i2s.c merge fixupSylwester Nawrocki1-4/+3
2016-11-02ASoC: samsung: s2c24xx-i2s: remove redundant error messageSylwester Nawrocki1-5/+1
2016-10-28Merge branch 'fix/samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-samsungMark Brown1-5/+6
2016-10-28ASoC: samsung: get access to DMA engine early to defer probe properlyMarek Szyprowski1-7/+7
2016-10-25ASoC: samsung: s3c24xx-i2s: Debug/error trace cleanupSylwester Nawrocki1-26/+4
2016-10-25ASoC: samsung: s3c24xx-i2s: Don't use platform_data for DMA parametersSylwester Nawrocki1-13/+2
2016-10-25ASoC: samsung: Remove unneeded initialization of chan_nameSylwester Nawrocki1-2/+0
2016-08-08ASoC: samsung: Drop usage of struct s3c_dma_params from s3c24xx-i2s.cSylwester Nawrocki1-12/+12
2016-07-21ASoC: samsung: Specify DMA channels through struct snd_dmaengine_pcm_configSylwester Nawrocki1-1/+2
2015-11-21ASoC: samsung: pass filter function as pointerArnd Bergmann1-2/+2
2015-11-18ASoC: s3c24xx-i2s: pass DMA channels as platform dataArnd Bergmann1-2/+10
2015-11-18ASoC: samsung: pass DMA channels as pointersArnd Bergmann1-2/+2
2015-04-17ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe()Wei Yongjun1-2/+2
2014-10-20ASoC: samsung: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-14ASoC: samsung: remove unused DMA dataArnd Bergmann1-4/+0
2014-06-24ASoC: samsung: s3c24xx-i2s: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick1-3/+3
2014-06-24ASoC: samsung: s3c24{xx,12}-i2s: port to use generic dmaengine APIVasily Khoruzhick1-30/+26
2014-05-26ASoC: samsung: Use params_width()Tushar Behera1-3/+3
2014-05-22ASoC: samsung: Use devm_snd_soc_register_componentTushar Behera1-15/+3
2014-05-22ASoC: samsung: Use devm_snd_soc_register_platformTushar Behera1-1/+0
2014-04-08ASoC: samsung: Fix build on multiplatformSachin Kamat1-2/+2
2014-01-22ASoC: samsung: Fix build regressions due to gpio re-orgSachin Kamat1-0/+2
2013-08-22ASoC: samsung: Fix build error with dma function renameTushar Behera1-2/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown1-1/+1
2013-04-11ASoC: samsung: move plat/ headers to local directoryArnd Bergmann1-1/+1
2013-03-26ASoC: switch over to use snd_soc_register_component() on s3c24xx i2sKuninori Morimoto1-3/+8
2013-01-31ASoC: samsung: Fix compilation error on S3C2440Alexey Galakhov1-1/+1
2012-12-10ASoC: Samsung: remove __dev* attributesBill Pemberton1-3/+3
2012-12-07ASoC: Samsung: Do not register samsung audio dma device as pdevPadmavathi Venna1-1/+19
2012-07-15ASoC: Convert S3C24XX I2S driver to gpiolib APISylwester Nawrocki1-7/+3
2011-11-25ASoC: Convert Samsung directory to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-02ASoC: samsung: Add __devexit_p at necessary placesAxel Lin1-1/+1
2011-09-16ASoC: samsung: Fix checking return value of clk_getAxel Lin1-2/+2
2011-01-11ASoC: SAMSUNG: Clean-up header includesSeungwhan Youn1-13/+1