Re: [PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h

2017-12-01 Thread Nicolin Chen
On Fri, Dec 01, 2017 at 10:23:25PM -0800, Nicolin Chen wrote: > The eukrea-tlv320 driver is still compiled successfully without > any erorr using imx_v6_v6_defconfig, after removing it. A typo here, should be imx_v6_v7_defconfig. Sending a v2 anyway. Please ignore this version. Thanks.

Re: [PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h

2017-12-01 Thread Nicolin Chen
On Fri, Dec 01, 2017 at 10:23:25PM -0800, Nicolin Chen wrote: > The eukrea-tlv320 driver is still compiled successfully without > any erorr using imx_v6_v6_defconfig, after removing it. A typo here, should be imx_v6_v7_defconfig. Sending a v2 anyway. Please ignore this version. Thanks.

Re: [PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h

2017-12-01 Thread Nicolin Chen
[PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h Please ignore the "9/9" in the tag...I forgot to clean it. It would be removed after getting applied though...

Re: [PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h

2017-12-01 Thread Nicolin Chen
[PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h Please ignore the "9/9" in the tag...I forgot to clean it. It would be removed after getting applied though...

[PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h

2017-12-01 Thread Nicolin Chen
The machine driver links both imx-ssi (legacy non-DT driver) and fsl_ssi (up-to-date DT based driver). So It also includes both imx-ssi.h and fsl_ssi.h header files. This creates a limitation for two header files -- they can't define anything with identical names. Since the eukrea-tlv320 machine

[PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h

2017-12-01 Thread Nicolin Chen
The machine driver links both imx-ssi (legacy non-DT driver) and fsl_ssi (up-to-date DT based driver). So It also includes both imx-ssi.h and fsl_ssi.h header files. This creates a limitation for two header files -- they can't define anything with identical names. Since the eukrea-tlv320 machine