summaryrefslogtreecommitdiff
path: root/sound/soc/dwc/dwc-i2s.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-21Merge tag 'asoc-v6.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-1/+1
2023-10-13ASoC: dwc: Fix non-DT instantiationMark Brown1-1/+1
2023-09-25ASoC: dwc: convert not to use asoc_xxx()Kuninori Morimoto1-1/+1
2023-08-28ASoC: dwc: i2s: Fix unused functionsTakashi Iwai1-0/+2
2023-08-23ASoC: dwc: i2s: Add StarFive JH7110 SoC supportXingyu Wu1-21/+283
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-10ASoC: dwc: Add TDM mode supportMaxim Kochetkov1-3/+62
2023-06-20ASoC: dwc: don't assign addr_width for dt configsMaxim Kochetkov1-6/+0
2023-06-20ASoC: dwc: add DMA handshake controlMaxim Kochetkov1-2/+37
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 Kochetkov1-6/+21
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-06-15ASoC: dwc: dwc-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2020-05-18ASoC: dwc: use snd_soc_xxx_active()Kuninori Morimoto1-1/+1
2020-02-19ASoC: dwc: dwc-i2s: use for_each_pcm_streams() macroKuninori Morimoto1-4/+4
2020-02-19ASoC: 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
2018-02-16ASoC: dwc: Extends DW_I2S_QUIRK_COMP_PARAM1 to playbackAkshu Agrawal1-0/+4
2017-08-14ASoC: dwc: Delete an error message for a failed memory allocation in dw_i2s_p...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 Abreu1-0/+753