alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/4] Add support for DAI link addition dynamically
@ 2016-02-15 12:19 Vaibhav Agarwal
  2016-02-15 12:19 ` [RFC 1/4] ASoc: Use ref_count for soc DAI & component Vaibhav Agarwal
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Vaibhav Agarwal @ 2016-02-15 12:19 UTC (permalink / raw)
  To: alsa-devel
  Cc: liam.r.girdwood, mengdong.lin, vinod.koul, Vaibhav Agarwal,
	peter.ujfalusi, broonie

Following patches are based on for-next branch from broonie tree.
First 2 patches include changes in existing soc, core framework
to prepare for adding support for dynamic DAI link addition/
removal

Patch 3 & 4 contains actual changes to enable dynamic DAI link
support

NOTE:
Currently, the code is tested on Pandaboad ES revB3 for playback
usecase.

Vaibhav Agarwal (4):
  ASoc: Use ref_count for soc DAI & component
  alsa: add locked variant for snd_ctl_remove_id
  ASoC: Enable dynamic DAIlink insertion & removal
  ASoC: Change soc-card codec_conf array to a list

 include/sound/control.h  |   1 +
 include/sound/soc-dai.h  |   1 +
 include/sound/soc-dapm.h |   7 +-
 include/sound/soc-dpcm.h |   1 +
 include/sound/soc.h      |  18 ++-
 sound/core/control.c     |  23 +++
 sound/soc/Kconfig        |   4 +
 sound/soc/soc-core.c     | 359 ++++++++++++++++++++++++++++++++++++++++++++---
 sound/soc/soc-dapm.c     | 105 +++++++++++---
 sound/soc/soc-pcm.c      |  25 ++++
 10 files changed, 501 insertions(+), 43 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-02-22  8:50 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 12:19 [RFC 0/4] Add support for DAI link addition dynamically Vaibhav Agarwal
2016-02-15 12:19 ` [RFC 1/4] ASoc: Use ref_count for soc DAI & component Vaibhav Agarwal
2016-02-15 13:59   ` Mark Brown
2016-02-16 13:27     ` Vaibhav Agarwal
2016-02-15 12:19 ` [RFC 2/4] alsa: add locked variant for snd_ctl_remove_id Vaibhav Agarwal
2016-02-15 14:02   ` Mark Brown
2016-02-16 13:54     ` Vaibhav Agarwal
2016-02-16 14:13       ` Takashi Iwai
2016-02-16 14:15         ` Vaibhav Agarwal
2016-02-15 12:19 ` [RFC 3/4] ASoC: Enable dynamic DAIlink insertion & removal Vaibhav Agarwal
2016-02-15 17:02   ` Mark Brown
2016-02-16 14:34     ` Vaibhav Agarwal
2016-02-16 19:03       ` Mark Brown
2016-02-15 12:19 ` [RFC 4/4] ASoC: Change soc-card codec_conf array to a list Vaibhav Agarwal
2016-02-15 17:11   ` Mark Brown
2016-02-15 14:22 ` [RFC 0/4] Add support for DAI link addition dynamically Lars-Peter Clausen
2016-02-17  5:52   ` Mengdong Lin
2016-02-17  8:25     ` Mengdong Lin
2016-02-17  9:31       ` Vaibhav Agarwal
2016-02-18  5:23         ` Mengdong Lin
2016-02-18  7:57           ` Vaibhav Agarwal
2016-02-18 13:39             ` Mark Brown
2016-02-22  8:51             ` Mengdong Lin

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