summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel/mchp-spdifrx.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel: merge DAI call back functions into opsKuninori Morimoto2023-08-141-7/+7
* ASoC: atmel: Remove redundant of_match_ptr()Ruan Jinjie2023-08-131-1/+1
* ASoC: atmel: mchp-spdifrx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()Nathan Chancellor2023-02-021-1/+1
* ASoC: mchp-spdifrx: document data structuresClaudiu Beznea2023-01-301-0/+29
* ASoC: mchp-spdifrx: add runtime pm supportClaudiu Beznea2023-01-301-44/+166
* ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt memberClaudiu Beznea2023-01-301-1/+0
* ASoC: mchp-spdifrx: use unsigned long to store clk_get_rate() valueClaudiu Beznea2023-01-301-1/+1
* ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()Claudiu Beznea2023-01-301-1/+1
* ASoC: mchp-spdifrx: fix controls that works with completion mechanismClaudiu Beznea2023-01-301-66/+77
* ASoC: mchp-spdifrx: fix return value in case completion times outClaudiu Beznea2023-01-301-2/+3
* ASoC: mchp-spdifrx: fix controls which rely on rsr registerClaudiu Beznea2023-01-301-50/+142
* ASoC: atmel: one fix and one cleanupMark Brown2022-07-281-3/+6
|\
| * ASoC: mchp-spdifrx: disable end of block interrupt on failuresClaudiu Beznea2022-07-271-3/+6
* | ASoC: atmel: one fix and few cleanupsMark Brown2022-07-261-5/+5
|\ \
| * | ASoC: mchp-spdifrx: use single tab indent for structureClaudiu Beznea2022-07-261-5/+5
| |/
* / ASoC: atmel: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-1/+2
|/
* ASoC: mchp-spdifrx: fix typoClaudiu Beznea2022-03-111-1/+1
* ASoC: atmel: fix spelling mistakesGu Shengxian2021-07-111-3/+3
* ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"Colin Ian King2020-10-071-1/+1
* ASoC: mchp-spdifrx: convert to devm_platform_get_and_ioremap_resourceCodrin Ciubotariu2020-10-051-2/+1
* ASoC: mchp-spdifrx: add driver for SPDIF RXCodrin Ciubotariu2020-10-021-0/+954