All of lore.kernel.org
 help / color / mirror / Atom feed
* question about sound/soc/intel/boards/mfld_machine.c
@ 2016-11-19 17:34 Julia Lawall
  2016-11-21  1:49 ` Jie, Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2016-11-19 17:34 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, yang.jie; +Cc: alsa-devel, linux-kernel

Hello,

I wonder if the file sound/soc/intel/boards/mfld_machine.c is useful?
Until:

commit e56c72d5f201044b14191c5b83a25e17f2d68ccf
Author: Jie Yang <yang.jie@intel.com>
Date:   Thu Apr 2 15:37:02 2015 +0800

    ASoC: Intel: create boards folder and move sst boards files in

it was in the directory sound/soc/intel and mentioned in
sound/soc/intel/Makefile.  The above patch moved it to
sound/soc/intel/boards/, but didn't adjust its Makefile entry.  The patch:

commit b97169da06992ef04081e66ed22bbdb23dbf6610
Author: Jie Yang <yang.jie@intel.com>
Date:   Thu Apr 2 15:37:04 2015 +0800

    ASoC: Intel: create atom folder and move atom platform files in

removed it from sound/soc/intel/Makefile, but didn't move it anywhere.
As far as I can tell, there is currently no make information for the file
in the kernel.

Should the file be dropped?

julia

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

* RE: question about sound/soc/intel/boards/mfld_machine.c
  2016-11-19 17:34 question about sound/soc/intel/boards/mfld_machine.c Julia Lawall
@ 2016-11-21  1:49 ` Jie, Yang
  2016-11-23  3:41   ` Vinod Koul
  0 siblings, 1 reply; 3+ messages in thread
From: Jie, Yang @ 2016-11-21  1:49 UTC (permalink / raw)
  To: Julia Lawall, lgirdwood, broonie, perex, tiwai, Koul, Vinod
  Cc: alsa-devel, linux-kernel

> -----Original Message-----
> From: Julia Lawall [mailto:julia.lawall@lip6.fr]
> Sent: Sunday, November 20, 2016 1:34 AM
> To: lgirdwood@gmail.com; broonie@kernel.org; perex@perex.cz;
> tiwai@suse.com; Jie, Yang <yang.jie@intel.com>
> Cc: alsa-devel@alsa-project.org; linux-kernel@vger.kernel.org
> Subject: question about sound/soc/intel/boards/mfld_machine.c
> 
> Hello,
> 
> I wonder if the file sound/soc/intel/boards/mfld_machine.c is useful?
> Until:
> 
> commit e56c72d5f201044b14191c5b83a25e17f2d68ccf
> Author: Jie Yang <yang.jie@intel.com>
> Date:   Thu Apr 2 15:37:02 2015 +0800
> 
>     ASoC: Intel: create boards folder and move sst boards files in
> 
> it was in the directory sound/soc/intel and mentioned in
> sound/soc/intel/Makefile.  The above patch moved it to
> sound/soc/intel/boards/, but didn't adjust its Makefile entry.  The patch:
> 
> commit b97169da06992ef04081e66ed22bbdb23dbf6610
> Author: Jie Yang <yang.jie@intel.com>
> Date:   Thu Apr 2 15:37:04 2015 +0800
> 
>     ASoC: Intel: create atom folder and move atom platform files in
> 
> removed it from sound/soc/intel/Makefile, but didn't move it anywhere.
> As far as I can tell, there is currently no make information for the file in the
> kernel.
> 
> Should the file be dropped?

Thanks for reporting, Julia. I believe this is missed during the folder
restruction. 

Hi Vinod, what do you think? If needed, I can add it to intel/Kconfig.

Thanks,
~Keyon

> 
> julia

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

* Re: question about sound/soc/intel/boards/mfld_machine.c
  2016-11-21  1:49 ` Jie, Yang
@ 2016-11-23  3:41   ` Vinod Koul
  0 siblings, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2016-11-23  3:41 UTC (permalink / raw)
  To: Jie, Yang
  Cc: Julia Lawall, lgirdwood, broonie, perex, tiwai, alsa-devel, linux-kernel

On Mon, Nov 21, 2016 at 07:19:43AM +0530, Jie, Yang wrote:
> > -----Original Message-----
> > From: Julia Lawall [mailto:julia.lawall@lip6.fr]
> > Sent: Sunday, November 20, 2016 1:34 AM
> > To: lgirdwood@gmail.com; broonie@kernel.org; perex@perex.cz;
> > tiwai@suse.com; Jie, Yang <yang.jie@intel.com>
> > Cc: alsa-devel@alsa-project.org; linux-kernel@vger.kernel.org
> > Subject: question about sound/soc/intel/boards/mfld_machine.c
> > 
> > Hello,
> > 
> > I wonder if the file sound/soc/intel/boards/mfld_machine.c is useful?
> > Until:
> > 
> > commit e56c72d5f201044b14191c5b83a25e17f2d68ccf
> > Author: Jie Yang <yang.jie@intel.com>
> > Date:   Thu Apr 2 15:37:02 2015 +0800
> > 
> >     ASoC: Intel: create boards folder and move sst boards files in
> > 
> > it was in the directory sound/soc/intel and mentioned in
> > sound/soc/intel/Makefile.  The above patch moved it to
> > sound/soc/intel/boards/, but didn't adjust its Makefile entry.  The patch:
> > 
> > commit b97169da06992ef04081e66ed22bbdb23dbf6610
> > Author: Jie Yang <yang.jie@intel.com>
> > Date:   Thu Apr 2 15:37:04 2015 +0800
> > 
> >     ASoC: Intel: create atom folder and move atom platform files in
> > 
> > removed it from sound/soc/intel/Makefile, but didn't move it anywhere.
> > As far as I can tell, there is currently no make information for the file in the
> > kernel.
> > 
> > Should the file be dropped?
> 
> Thanks for reporting, Julia. I believe this is missed during the folder
> restruction. 
> 
> Hi Vinod, what do you think? If needed, I can add it to intel/Kconfig.

Yeah looks like a miss. This is also a fact that noone is using this, at
least from upstream, so maybe removing it is not such a bad idea..??

-- 
~Vinod

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

end of thread, other threads:[~2016-11-23  3:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-19 17:34 question about sound/soc/intel/boards/mfld_machine.c Julia Lawall
2016-11-21  1:49 ` Jie, Yang
2016-11-23  3:41   ` Vinod Koul

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.