summaryrefslogtreecommitdiff
path: root/sound/soc/atmel/mchp-pdmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-24ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uniniti...Andrei Simion1-0/+3
2024-09-13ASoC: atmel: mchp-pdmc: Retain Non-Runtime ControlsCodrin Ciubotariu1-42/+15
2024-09-11ASoC: atmel: mchp-pdmc: Add snd_soc_dai_driver nameCodrin Ciubotariu1-0/+1
2024-09-11ASoC: atmel: mchp-pdmc: Improve maxburst calculation for better performanceCodrin Ciubotariu1-11/+28
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-09-01ASoC: dmaengine: Drop unused iov_iter for process callbackTakashi Iwai1-1/+1
2023-08-28Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-9/+9
2023-08-18ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai1-1/+1
2023-08-14ASoC: atmel: merge DAI call back functions into opsKuninori Morimoto1-9/+9
2023-07-20ASoC: atmel: mchp-pdmc: Use snd_ctl_remove_id()Takashi Iwai1-10/+2
2023-06-13ASoC: atmel: use use new trigger ordering methodKuninori Morimoto1-1/+1
2023-03-20ASoC: atmel: mchp-pdmc: 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-02-28ASoC: mchp-pdmc: fix poc noise at capture startupClaudiu Beznea1-5/+48
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-07-11ASoC: atmel: mchp-pdmc: remove space in front of mchp_pdmc_dt_init()Claudiu Beznea1-1/+1
2022-06-27ASoC: atmel: Migrate to new style legacy DAI naming flagCharles Keepax1-0/+1
2022-06-06ASoC: atmel: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: atmel: Update to use set_fmt_new callbackCharles Keepax1-3/+3
2022-04-25ASoC: atmel: mchp-pdmc: set prepare_slave_configCodrin Ciubotariu1-0/+1
2022-03-18ASoC: atmel: mchp-pdmc: print the correct property nameCodrin Ciubotariu1-5/+6
2022-03-15ASoC: atmel: mchp-pdmc: Fix `-Wpointer-bool-conversion` warningAlviro Iskandar Setiawan1-1/+1
2022-03-10ASoC: atmel: mchp-pdmc: Fix spelling mistake "microchopnes" -> "microphones"Colin Ian King1-1/+1
2022-03-10ASoC: atmel: mchp-pdmc: Remove unnecessary print function dev_err()Jiapeng Chong1-3/+1
2022-03-08ASoC: atmel: mchp-pdmc: add PDMC driverCodrin Ciubotariu1-0/+1084