mbox series

[0/3] ASoC: stm32: add pm runtime support

Message ID 20211118090035.5331-1-olivier.moysan@foss.st.com (mailing list archive)
Headers show
Series ASoC: stm32: add pm runtime support | expand

Message

Olivier MOYSAN Nov. 18, 2021, 9 a.m. UTC
Enable support of pm runtime on STM32 SPDIFRX, I2S and DFSDM drivers
to allow power state monitoring.

Olivier Moysan (3):
  ASoC: stm32: i2s: add pm_runtime support
  ASoC: stm32: dfsdm: add pm_runtime support for audio
  ASoC: stm32: spdifrx: add pm_runtime support

 sound/soc/stm/stm32_adfsdm.c  | 11 ++++++++---
 sound/soc/stm/stm32_i2s.c     |  4 ++++
 sound/soc/stm/stm32_spdifrx.c |  4 ++++
 3 files changed, 16 insertions(+), 3 deletions(-)