summaryrefslogtreecommitdiff
path: root/sound/soc/atmel
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel: use asoc_dummy_dlcKuninori Morimoto2023-05-082-10/+6
* ASoC: atmel: remove unnecessary dai_link->platformKuninori Morimoto2023-03-242-8/+2
* ASoC: atmel: tse850-pcm5142: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: sam9x5_wm8731: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: sam9g20_wm8731: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mikroe-proto: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-spdiftx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-spdifrx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-pdmc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-i2s-mcc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: atmel_wm8904: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: atmel-i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: mchp-pdmc: avoid casting to/from void pointerClaudiu Beznea2023-03-051-2/+2
* ASoC: mchp-pdmc: return directly retClaudiu Beznea2023-03-051-4/+2
* ASoC: mchp-pdmc: use FIELD_PREP() where possibleClaudiu Beznea2023-03-051-6/+3
* ASoC: mchp-spdiftx: update debug messageClaudiu Beznea2023-03-051-1/+1
* ASoC: mchp-spdiftx: use regmap_update_bits()Claudiu Beznea2023-03-051-17/+5
* ASoC: mchp-spdiftx: use FIELD_PREP() where possibleClaudiu Beznea2023-03-051-12/+9
* ASoC: mchp-pdmc: fix poc noises when startingMark Brown2023-02-281-5/+48
|\
| * ASoC: mchp-pdmc: fix poc noise at capture startupClaudiu Beznea2023-02-281-5/+48
* | ASoC: sam9g20ek: Disable capture unless building with microphone inputMark Brown2023-02-281-0/+3
|/
* 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: microchip: power saving features and cleanupsMark Brown2022-12-272-52/+101
|\
| * ASoC: mchp-spdiftx: use FIELD_PREP() where possibleClaudiu Beznea2022-12-251-4/+4
| * ASoC: mchp-pdmc: add support for suspend to RAMClaudiu Beznea2022-12-251-6/+13
| * ASoC: mchp-pdmc: use runtime pm for clock power savingClaudiu Beznea2022-12-251-42/+84
* | ASoC: atmel-pdmic: Drop empty platform remove functionUwe Kleine-König2022-12-251-6/+0
* | ASoC: atmel-classd: Drop empty platform remove functionUwe Kleine-König2022-12-251-6/+0
|/
* ASoC: mchp-spdiftx: add support for system suspend/resumeClaudiu Beznea2022-11-181-9/+13
* ASoC: mchp-spdiftx: add runtime pm supportClaudiu Beznea2022-11-181-30/+86
* ASoC: mchp-spdiftx: simplify locking around ctrl->ch_statClaudiu Beznea2022-11-181-13/+14
* ASoC: atmel_ssc_dai: Remove the unneeded result variableye xingchen2022-08-231-4/+1
* ASoC: sam9g20_wm8731: Simplify some error messageChristophe JAILLET2022-08-151-1/+1
* ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversionNathan Chancellor2022-08-151-1/+1
* ASoC: atmel: one fix and one cleanupMark Brown2022-07-282-11/+6
|\
| * ASoC: mchp-spdiftx: remove references to mchp_i2s_capsClaudiu Beznea2022-07-271-8/+0
| * ASoC: mchp-spdifrx: disable end of block interrupt on failuresClaudiu Beznea2022-07-271-3/+6
* | ASoC: atmel: one fix and few cleanupsMark Brown2022-07-262-14/+10
|\ \
| * | ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE()Claudiu Beznea2022-07-261-1/+1
| * | ASoC: mchp-spdiftx: return directly retClaudiu Beznea2022-07-261-8/+4
| * | ASoC: mchp-spdifrx: use single tab indent for structureClaudiu Beznea2022-07-261-5/+5
| |/
* | ASoC: atmel_ssc_dai: remove #ifdef CONFIG_PMClaudiu Beznea2022-07-151-7/+2