All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mengdong Lin <mengdong.lin@linux.intel.com>
To: "Shah, Hardik T" <hardik.t.shah@intel.com>,
	Mark Brown <broonie@kernel.org>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	"tiwai@suse.de" <tiwai@suse.de>,
	"Lin, Mengdong" <mengdong.lin@intel.com>,
	"Singh, Guneshwor O" <guneshwor.o.singh@intel.com>,
	"liam.r.girdwood@linux.intel.com"
	<liam.r.girdwood@linux.intel.com>,
	"Koul, Vinod" <vinod.koul@intel.com>,
	"Ughreja, Rakesh A" <rakesh.a.ughreja@intel.com>
Subject: Re: [PATCH v2 01/11] ASoC: topology: Able to create BE DAIs
Date: Wed, 21 Sep 2016 13:44:11 +0800	[thread overview]
Message-ID: <57E21E2B.8020502@linux.intel.com> (raw)
In-Reply-To: <17DC8B7179E3514D90E3A456B23B91EA1A0B0F50@BGSMSX104.gar.corp.intel.com>

Thanks for your comments, Hardik! So we'll no longer let topology to 
create BE DAIs.

And how about the BE DAI links?
They are also physical hardware things. Could we also let topology 
configure those that can be changed by SW on the BE link, instead of 
letting topology create the BE links?

Thanks
Mengdong

On 09/20/2016 01:09 AM, Shah, Hardik T wrote:
>
>
> Regards,
> Hardik Shah
>
>> -----Original Message-----
>> From: Mark Brown [mailto:broonie@kernel.org]
>>
>> On Fri, Sep 09, 2016 at 07:43:11PM +0800, mengdong.lin@linux.intel.com
>> wrote:
>>
>>> From: Mengdong Lin <mengdong.lin@linux.intel.com>
>>
>>> Topology will check with ASoC if a BE DAI already exists by checking
>>> its name. If the BE DAI doesn't exist, topology will create a new one
>>> and the dai_load ops will be called for device specific init.
>>
>> I still remain fundamentally unconvinced that this is a good or scalable idea
>> and that it makes sense to have it be part of the standard topology ABI.  We
>> are not going to download a DSP firmware that creates a new physical link in
>> the system so having the topology be the thing creating those physical links
>> seems wrong.
>>
>
> Hi Mark,
> You are right, physical links will always remain same.
>
>
>>> create the HDA DAIs. Ideally, the driver should query BIOS to get the
>>> physical pin output types and connections to peripherals for a
>>> specific platform, but unfortunately BIOS sometimes does not have
>>> accurate info, so there is still hard code of BE DAI & DAI links in
>>> driver. To share a
>>
>> Having the connections to the DSP specified in the toplogy is of course
>> sensible but fundamentally this is always going to be choosing from a list of
>> physical DAIs that we already know about and potential connections for
>> those that are also already known.  If the driver wants to do something in
>> response to a DAI being hooked up into the topology (which seems to be the
>> actual goal here) that would be sensible but attempting to create physical
>> hardware in a topology does not seem like a good idea as a generic feature.
>
>
> We were trying to optimize here by creating DAIs for only those physical
> links which are getting used on the platform. Intel hardware supports
> multiple physical links like I2S, HDA, HDMI and DMICs and with that BE DAIs
> can increase up to 15-20,  and very few of them may be really used in most
> of the platforms. But if you think we should create BE DAIs for all physical
> links, we will go ahead with that approach.
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>

  reply	other threads:[~2016-09-21  5:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-09 11:41 [PATCH v2 00/11] ASoC: topology: Remaining kernel patches mengdong.lin
2016-09-09 11:43 ` [PATCH v2 01/11] ASoC: topology: Able to create BE DAIs mengdong.lin
2016-09-16 14:56   ` Mark Brown
2016-09-19 17:09     ` Shah, Hardik T
2016-09-21  5:44       ` Mengdong Lin [this message]
2016-09-21  7:09         ` Liam Girdwood
2016-09-24 18:56           ` Mark Brown
2016-09-09 11:45 ` [PATCH v2 02/11] ASoC: topology: ABI - Add flags to PCM mengdong.lin
2016-09-09 11:45 ` [PATCH v2 03/11] ASoC: topology: ABI - Add private data " mengdong.lin
2016-09-09 11:45 ` [PATCH v2 04/11] ASoC: topology: Add FE DAIs only if not already added mengdong.lin
2016-09-09 11:46 ` [PATCH v2 05/11] ASoC: topology: ABI - Add name & component info to BE/CC links mengdong.lin
2016-09-09 11:46 ` [PATCH v2 06/11] ASoC: topology: ABI - Define DAI physical PCM data formats mengdong.lin
2016-09-09 11:46 ` [PATCH v2 07/11] ASoC: topology: ABI - Add HW configurations to BE/CC links mengdong.lin
2016-09-09 11:46 ` [PATCH v2 08/11] ASoC: topology: ABI - Add flags and private data " mengdong.lin
2016-09-09 11:46 ` [PATCH v2 09/11] ASoC: Define API to find a dai link by id mengdong.lin
2016-09-09 11:46 ` [PATCH v2 10/11] ASoC: Probe link components after finding new links mengdong.lin
2016-09-09 11:46 ` [PATCH v2 11/11] ASoC: topology: Able to create BE DAI links mengdong.lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57E21E2B.8020502@linux.intel.com \
    --to=mengdong.lin@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=guneshwor.o.singh@intel.com \
    --cc=hardik.t.shah@intel.com \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=mengdong.lin@intel.com \
    --cc=rakesh.a.ughreja@intel.com \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.