alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: Component has suspend/resume support
@ 2016-10-21  4:28 Kuninori Morimoto
  2016-10-21  4:29 ` [PATCH 1/4] ASoC: rt286: rt286_mic_detect() uses component Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Kuninori Morimoto @ 2016-10-21  4:28 UTC (permalink / raw)
  To: Mark Brown, Lars-Peter; +Cc: Linux-ALSA, Simon


Hi Mark, Lars-Peter

These patches add suspend/resume support on Component,
and current Codec suspend/resume uses it.

Current Card has has aux_comp_list and codec_dev_list.
Now, this patch will add component_dev_list.
Here, we can simply replace codec_dev_list -> component_dev_list.
and we can replace aux_comp_list by component_dev_list and new flags.

1), 2) : prepare for 4)
3)     : add component_dev_list
4)     : add Component suspend/resume

Kuninori Morimoto (4):
      1) ASoC: rt286: rt286_mic_detect() uses component
      2) ASoC: rt5670: rt5670_jack_suspend/resume() uses component
      3) ASoC: core: add component_dev_list on Card
      4) ASoC: add Component level suspend/resume

 include/sound/soc.h                     | 16 +++++++++-------
 sound/soc/codecs/rt286.c                |  6 +++---
 sound/soc/codecs/rt286.h                |  2 +-
 sound/soc/codecs/rt5670.c               | 53 +++++++++++++++++++++++++++--------------------------
 sound/soc/codecs/rt5670.h               |  4 ++--
 sound/soc/intel/boards/broadwell.c      | 22 +++++++++++-----------
 sound/soc/intel/boards/cht_bsw_rt5672.c | 20 ++++++++++----------
 sound/soc/intel/boards/skl_rt286.c      |  2 +-
 sound/soc/soc-core.c                    | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 9 files changed, 120 insertions(+), 95 deletions(-)


Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-10-26 15:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21  4:28 [PATCH 0/5] ASoC: Component has suspend/resume support Kuninori Morimoto
2016-10-21  4:29 ` [PATCH 1/4] ASoC: rt286: rt286_mic_detect() uses component Kuninori Morimoto
2016-10-24  6:57   ` Takashi Iwai
2016-10-24  7:06     ` Lars-Peter Clausen
2016-10-24  7:43       ` Kuninori Morimoto
2016-10-24  9:19         ` Lars-Peter Clausen
2016-10-26  3:50           ` Vinod Koul
2016-10-26  4:48             ` Kuninori Morimoto
2016-10-26 16:06               ` Vinod Koul
2016-10-26  6:56             ` Lars-Peter Clausen
2016-10-26 16:08               ` Vinod Koul
2016-10-26 12:12             ` Mark Brown
2016-10-21  4:29 ` [PATCH 2/4] ASoC: rt5670: rt5670_jack_suspend/resume() " Kuninori Morimoto
2016-10-21  4:31 ` [PATCH 3/4] ASoC: core: add component_dev_list on Card Kuninori Morimoto
2016-10-21  4:32 ` [PATCH 4/4] ASoC: add Component level suspend/resume Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).