alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: soc-core: share same logic code
@ 2020-11-27  0:07 Kuninori Morimoto
  2020-11-27  0:07 ` [PATCH 1/2] ASoC: soc-core: add soc_playback_digital_mute() Kuninori Morimoto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2020-11-27  0:07 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


Hi Mark

soc-core is using almost same code at some point.
The difference is only used parameter.
It is just duplicate code, and we can share it.
This patch-set sharing code for mute and for suspend/resume.

Kuninori Morimoto (2):
  ASoC: soc-core: add soc_playback_digital_mute()
  ASoC: soc-core: add soc_dapm_suspend_resume()

 sound/soc/soc-core.c | 84 ++++++++++++++++++++------------------------
 1 file changed, 38 insertions(+), 46 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-11-27 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27  0:07 [PATCH 0/2] ASoC: soc-core: share same logic code Kuninori Morimoto
2020-11-27  0:07 ` [PATCH 1/2] ASoC: soc-core: add soc_playback_digital_mute() Kuninori Morimoto
2020-11-27  0:07 ` [PATCH 2/2] ASoC: soc-core: add soc_dapm_suspend_resume() Kuninori Morimoto
2020-11-27 14:15 ` [PATCH 0/2] ASoC: soc-core: share same logic code Mark Brown

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).