summaryrefslogtreecommitdiff
path: root/sound/soc/atmel
AgeCommit message (Expand)AuthorFilesLines
2023-07-25ASoC: atmel: Fix the 8K sample parameter in I2SC masterGuiting Shen1-1/+4
2023-06-13ASoC: atmel: use use new trigger ordering methodKuninori Morimoto1-1/+1
2023-05-22ASoC: atmel: sam9g20_wm8731: Remove the unneeded include <linux/i2c.h>Christophe JAILLET1-1/+0
2023-05-08ASoC: atmel: use asoc_dummy_dlcKuninori Morimoto2-10/+6
2023-03-24ASoC: atmel: remove unnecessary dai_link->platformKuninori Morimoto2-8/+2
2023-03-20ASoC: atmel: tse850-pcm5142: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: sam9x5_wm8731: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: sam9g20_wm8731: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: mikroe-proto: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: mchp-spdiftx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: mchp-spdifrx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: mchp-pdmc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: mchp-i2s-mcc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: atmel_wm8904: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: atmel: atmel-i2s: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-06ASoC: mchp-pdmc: avoid casting to/from void pointerClaudiu Beznea1-2/+2
2023-03-06ASoC: mchp-pdmc: return directly retClaudiu Beznea1-4/+2
2023-03-06ASoC: mchp-pdmc: use FIELD_PREP() where possibleClaudiu Beznea1-6/+3
2023-03-06ASoC: mchp-spdiftx: update debug messageClaudiu Beznea1-1/+1
2023-03-06ASoC: mchp-spdiftx: use regmap_update_bits()Claudiu Beznea1-17/+5
2023-03-06ASoC: mchp-spdiftx: use FIELD_PREP() where possibleClaudiu Beznea1-12/+9
2023-02-28ASoC: mchp-pdmc: fix poc noises when startingMark Brown1-5/+48
2023-02-28ASoC: sam9g20ek: Disable capture unless building with microphone inputMark Brown1-0/+3
2023-02-28ASoC: mchp-pdmc: fix poc noise at capture startupClaudiu Beznea1-5/+48
2023-02-02ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()Nathan Chancellor1-1/+1
2023-01-30ASoC: mchp-spdifrx: document data structuresClaudiu Beznea1-0/+29
2023-01-30ASoC: mchp-spdifrx: add runtime pm supportClaudiu Beznea1-44/+166
2023-01-30ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt memberClaudiu Beznea1-1/+0
2023-01-30ASoC: mchp-spdifrx: use unsigned long to store clk_get_rate() valueClaudiu Beznea1-1/+1
2023-01-30ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()Claudiu Beznea1-1/+1
2023-01-30ASoC: mchp-spdifrx: fix controls that works with completion mechanismClaudiu Beznea1-66/+77
2023-01-30ASoC: mchp-spdifrx: fix return value in case completion times outClaudiu Beznea1-2/+3
2023-01-30ASoC: mchp-spdifrx: fix controls which rely on rsr registerClaudiu Beznea1-50/+142
2022-12-27ASoC: microchip: power saving features and cleanupsMark Brown2-52/+101
2022-12-26ASoC: mchp-spdiftx: use FIELD_PREP() where possibleClaudiu Beznea1-4/+4
2022-12-26ASoC: mchp-pdmc: add support for suspend to RAMClaudiu Beznea1-6/+13
2022-12-26ASoC: mchp-pdmc: use runtime pm for clock power savingClaudiu Beznea1-42/+84
2022-12-26ASoC: atmel-pdmic: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-26ASoC: atmel-classd: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-11-18ASoC: mchp-spdiftx: add support for system suspend/resumeClaudiu Beznea1-9/+13
2022-11-18ASoC: mchp-spdiftx: add runtime pm supportClaudiu Beznea1-30/+86
2022-11-18ASoC: mchp-spdiftx: simplify locking around ctrl->ch_statClaudiu Beznea1-13/+14
2022-08-23ASoC: atmel_ssc_dai: Remove the unneeded result variableye xingchen1-4/+1
2022-08-15ASoC: sam9g20_wm8731: Simplify some error messageChristophe JAILLET1-1/+1
2022-08-15ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversionNathan Chancellor1-1/+1
2022-07-28ASoC: atmel: one fix and one cleanupMark Brown2-11/+6
2022-07-27ASoC: mchp-spdiftx: remove references to mchp_i2s_capsClaudiu Beznea1-8/+0
2022-07-27ASoC: mchp-spdifrx: disable end of block interrupt on failuresClaudiu Beznea1-3/+6
2022-07-26ASoC: atmel: one fix and few cleanupsMark Brown2-14/+10
2022-07-26ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE()Claudiu Beznea1-1/+1