aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/dwc/dwc-i2s.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28ASoC: dwc: i2s: Fix unused functionsGravatar Takashi Iwai 1-0/+2
2023-08-23ASoC: dwc: i2s: Add StarFive JH7110 SoC supportGravatar Xingyu Wu 1-21/+283
2023-08-23ASoC: dwc: Use ops to get platform dataGravatar Xingyu Wu 1-1/+1
2023-08-14ASoC: dwc: merge DAI call back functions into opsGravatar Kuninori Morimoto 1-9/+9
2023-07-09ASoC: dwc: Add TDM mode supportGravatar Maxim Kochetkov 1-3/+62
2023-06-19ASoC: dwc: don't assign addr_width for dt configsGravatar Maxim Kochetkov 1-6/+0
2023-06-19ASoC: dwc: add DMA handshake controlGravatar Maxim Kochetkov 1-2/+37
2023-06-16ASoC: Merge fixes due to dependenciesGravatar Mark Brown 1-32/+9
2023-05-23ASoC: dwc: move DMA init to snd_soc_dai_driver probe()Gravatar Maxim Kochetkov 1-32/+9
2023-05-15ASoC: Merge up fixes for CIGravatar Mark Brown 1-2/+2
2023-05-08ASoC: dwc: limit the number of overrun messagesGravatar Maxim Kochetkov 1-2/+2
2023-05-08ASoC: dwc: extend supported formatsGravatar Maxim Kochetkov 1-3/+3
2023-05-08ASoC: dwc: add optional reset supportGravatar Maxim Kochetkov 1-6/+21
2023-03-20ASoC: dwc: dwc-i2s: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2022-06-27ASoC: dwc: Migrate to new style legacy DAI naming flagGravatar Charles Keepax 1-3/+4
2022-06-06ASoC: dwc: Rename set_fmt_new back to set_fmtGravatar Charles Keepax 1-1/+1
2022-06-06ASoC: dwc: Update to use set_fmt_new callbackGravatar Charles Keepax 1-5/+5
2022-03-02ASoC: dwc-i2s: Handle errors for clk_enableGravatar Jiasheng Jiang 1-5/+12
2021-09-27ASoC: dwc-i2s: Update to modern clocking terminologyGravatar Mark Brown 1-6/+6
2021-08-26ASoC: dwc: Get IRQ optionallyGravatar Robin Murphy 1-1/+1
2021-06-15ASoC: dwc: dwc-i2s: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-2/+1
2020-05-18ASoC: dwc: use snd_soc_xxx_active()Gravatar Kuninori Morimoto 1-1/+1
2020-02-18ASoC: dwc: dwc-i2s: use for_each_pcm_streams() macroGravatar Kuninori Morimoto 1-4/+4
2020-02-18ASoC: soc-pcm: merge playback/cature_active into stream_activeGravatar Kuninori Morimoto 1-2/+2
2020-01-21ASoC: dwc: dwc-i2s: move .suspend/.resume to componentGravatar Kuninori Morimoto 1-14/+18
2018-02-16ASoC: dwc: Extends DW_I2S_QUIRK_COMP_PARAM1 to playbackGravatar Akshu Agrawal 1-0/+4
2017-08-14ASoC: dwc: Delete an error message for a failed memory allocation in dw_i2s_p...Gravatar Markus Elfring 1-3/+1
2017-07-17ASoC: dwc: constify snd_soc_dai_ops structureGravatar Gustavo A. R. Silva 1-1/+1
2017-06-28ASoC: dwc: Added a quirk DW_I2S_QUIRK_16BIT_IDX_OVERRIDE to dwc driverGravatar Vijendar Mukunda 1-0/+6
2017-04-30ASoC: dwc: Disallow building designware_pcm as a moduleGravatar Jose Abreu 1-0/+753