aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/dwc (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-21Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-3/+3
2023-10-13ASoC: dwc: Fix non-DT instantiationMark Brown1-1/+1
2023-09-25ASoC: dwc: convert not to use asoc_xxx()Kuninori Morimoto2-3/+3
2023-08-28ASoC: dwc: i2s: Fix unused functionsTakashi Iwai1-0/+2
2023-08-23ASoC: dwc: i2s: Add StarFive JH7110 SoC supportXingyu Wu2-21/+284
2023-08-23ASoC: dwc: Use ops to get platform dataXingyu Wu1-1/+1
2023-08-14ASoC: dwc: merge DAI call back functions into opsKuninori Morimoto1-9/+9
2023-07-09ASoC: dwc: Add TDM mode supportMaxim Kochetkov3-7/+90
2023-06-19ASoC: dwc: don't assign addr_width for dt configsMaxim Kochetkov1-6/+0
2023-06-19ASoC: dwc: add DMA handshake controlMaxim Kochetkov2-2/+43
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown1-32/+9
2023-05-23ASoC: dwc: move DMA init to snd_soc_dai_driver probe()Maxim Kochetkov1-32/+9
2023-05-15ASoC: Merge up fixes for CIMark Brown1-2/+2
2023-05-08ASoC: dwc: limit the number of overrun messagesMaxim Kochetkov1-2/+2
2023-05-08ASoC: dwc: extend supported formatsMaxim Kochetkov1-3/+3
2023-05-08ASoC: dwc: add optional reset supportMaxim Kochetkov2-6/+22
2023-03-20ASoC: dwc: dwc-i2s: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-06-27ASoC: dwc: Migrate to new style legacy DAI naming flagCharles Keepax1-3/+4
2022-06-06ASoC: dwc: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: dwc: Update to use set_fmt_new callbackCharles Keepax1-5/+5
2022-03-02ASoC: dwc-i2s: Handle errors for clk_enableJiasheng Jiang1-5/+12
2021-09-27ASoC: dwc-i2s: Update to modern clocking terminologyMark Brown1-6/+6
2021-08-26ASoC: dwc: Get IRQ optionallyRobin Murphy1-1/+1
2021-07-02Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+1
2021-06-15ASoC: dwc: dwc-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-08clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann1-1/+1
2021-03-29ASoC: dwc: Fix -Wmissing-prototypes warningsYueHaibing1-3/+3
2020-07-23ASoC: dwc: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-05-18ASoC: dwc: use snd_soc_xxx_active()Kuninori Morimoto1-1/+1
2020-03-27ASoC: dwc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2020-02-18ASoC: dwc: dwc-i2s: use for_each_pcm_streams() macroKuninori Morimoto1-4/+4
2020-02-18ASoC: soc-pcm: merge playback/cature_active into stream_activeKuninori Morimoto1-2/+2
2020-01-21ASoC: dwc: dwc-i2s: move .suspend/.resume to componentKuninori Morimoto1-14/+18
2019-12-11ASoC: dwc: Use managed buffer allocationTakashi Iwai1-22/+2
2019-12-11ASoC: dwc: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-11-09ASoC: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-1/+1
2019-10-08ASoC: dwc: dwc-pcm: remove snd_pcm_opsKuninori Morimoto1-22/+26
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-06ASoC: dwc: Drop superfluous PCM preallocation error checksTakashi Iwai1-1/+2
2018-03-28Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es7134', 'asoc/topic/es8316', 'asoc/topic/es8328' and 'asoc/topic/fsl' into asoc-nextMark Brown1-0/+4
2018-02-16ASoC: dwc: Extends DW_I2S_QUIRK_COMP_PARAM1 to playbackAkshu Agrawal1-0/+4
2018-02-12ASoC: dwc-pcm: replace platform to componentKuninori Morimoto1-2/+3
2017-10-09ASoC: dwc: fix typos in KconfigNik Nyby1-2/+2
2017-08-14ASoC: dwc: Delete an error message for a failed memory allocation in dw_i2s_probe()Markus Elfring1-3/+1
2017-07-17ASoC: dwc: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-06-28ASoC: dwc: Added a quirk DW_I2S_QUIRK_16BIT_IDX_OVERRIDE to dwc driverVijendar Mukunda1-0/+6
2017-04-30ASoC: dwc: Disallow building designware_pcm as a moduleJose Abreu4-8/+5
2017-01-09ASoC: dwc: Enable 24 bit sample size in PIO modeJose Abreu1-0/+2
2017-01-09ASoC: dwc: Add record capability in PIO modeJose Abreu3-23/+92
2016-12-14ASoC: dwc: Fix PIO mode initializationJose Abreu1-14/+11