[PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-06-10 Thread Adam Thomson
This update allows for parsing of ACPI, in addition to existing DT support. Signed-off-by: Adam Thomson Tested-by: Sathyanarayana Nujella --- sound/soc/codecs/da7219-aad.c | 32

[PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-06-10 Thread Adam Thomson
This update allows for parsing of ACPI, in addition to existing DT support. Signed-off-by: Adam Thomson Tested-by: Sathyanarayana Nujella --- sound/soc/codecs/da7219-aad.c | 32 sound/soc/codecs/da7219.c | 7 --- 2 files changed, 32 insertions(+), 7

Re: [PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-06 Thread Mark Brown
On Fri, May 06, 2016 at 02:45:00PM +, Opensource [Adam Thomson] wrote: > On May 06, 2016, 13:39, Mark Brown wrote: > > > - /* Handle any DT/platform data */ > > > - if ((codec->dev->of_node) && (da7219->pdata)) > > > + /* Handle any DT/ACPI/platform data */ > > > + if (((codec->dev->of_node)

Re: [PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-06 Thread Mark Brown
On Fri, May 06, 2016 at 02:45:00PM +, Opensource [Adam Thomson] wrote: > On May 06, 2016, 13:39, Mark Brown wrote: > > > - /* Handle any DT/platform data */ > > > - if ((codec->dev->of_node) && (da7219->pdata)) > > > + /* Handle any DT/ACPI/platform data */ > > > + if (((codec->dev->of_node)

RE: [PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-06 Thread Opensource [Adam Thomson]
On May 06, 2016, 13:39, Mark Brown wrote: > > @@ -27,7 +28,6 @@ > > #include "da7219.h" > > #include "da7219-aad.h" > > > > - > > /* > > * Detection control > > */ > > Random whitespace change. Fair point. Will sort it. > > > static struct fwnode_handle

RE: [PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-06 Thread Opensource [Adam Thomson]
On May 06, 2016, 13:39, Mark Brown wrote: > > @@ -27,7 +28,6 @@ > > #include "da7219.h" > > #include "da7219-aad.h" > > > > - > > /* > > * Detection control > > */ > > Random whitespace change. Fair point. Will sort it. > > > static struct fwnode_handle

Re: [PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-06 Thread Mark Brown
On Thu, May 05, 2016 at 11:53:05AM +0100, Adam Thomson wrote: > @@ -27,7 +28,6 @@ > #include "da7219.h" > #include "da7219-aad.h" > > - > /* > * Detection control > */ Random whitespace change. > static struct fwnode_handle *da7219_aad_of_named_fwhandle(struct device *dev, >

Re: [PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-06 Thread Mark Brown
On Thu, May 05, 2016 at 11:53:05AM +0100, Adam Thomson wrote: > @@ -27,7 +28,6 @@ > #include "da7219.h" > #include "da7219-aad.h" > > - > /* > * Detection control > */ Random whitespace change. > static struct fwnode_handle *da7219_aad_of_named_fwhandle(struct device *dev, >

[PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-05 Thread Adam Thomson
This update allows for parsing of ACPI, in addition to existing DT support. Signed-off-by: Adam Thomson Tested-by: Sathyanarayana Nujella --- sound/soc/codecs/da7219-aad.c | 32

[PATCH 2/3] ASoC: da7219: Add ACPI parsing support

2016-05-05 Thread Adam Thomson
This update allows for parsing of ACPI, in addition to existing DT support. Signed-off-by: Adam Thomson Tested-by: Sathyanarayana Nujella --- sound/soc/codecs/da7219-aad.c | 32 sound/soc/codecs/da7219.c | 7 --- 2 files changed, 32 insertions(+), 7