Re: [alsa-devel] [PATCH] ASoc: fix sound/soc/intel/skylake/slk-ssp-clk.c build error on IA64

2019-05-24 Thread Pierre-Louis Bossart
On 5/23/19 9:59 PM, Randy Dunlap wrote: On 5/23/19 4:28 AM, Pierre-Louis Bossart wrote: On 5/22/19 10:58 PM, Randy Dunlap wrote: From: Randy Dunlap skl-ssp-clk.c does not build on IA64 because the driver uses the common clock interface, so make the driver depend on COMMON_CLK. Fixes

Re: [alsa-devel] [PATCH] ASoc: fix sound/soc/intel/skylake/slk-ssp-clk.c build error on IA64

2019-05-23 Thread Randy Dunlap
On 5/23/19 4:28 AM, Pierre-Louis Bossart wrote: > > > On 5/22/19 10:58 PM, Randy Dunlap wrote: >> From: Randy Dunlap >> >> skl-ssp-clk.c does not build on IA64 because the driver >> uses the common clock interface, so make the driver depend >> on COMMON_CLK. >> >> Fixes this build error: >>

Re: [alsa-devel] [PATCH] ASoc: fix sound/soc/intel/skylake/slk-ssp-clk.c build error on IA64

2019-05-23 Thread Pierre-Louis Bossart
On 5/22/19 10:58 PM, Randy Dunlap wrote: From: Randy Dunlap skl-ssp-clk.c does not build on IA64 because the driver uses the common clock interface, so make the driver depend on COMMON_CLK. Fixes this build error: ../sound/soc/intel/skylake/skl-ssp-clk.c:26:16: error: field 'hw' has

[PATCH] ASoc: fix sound/soc/intel/skylake/slk-ssp-clk.c build error on IA64

2019-05-22 Thread Randy Dunlap
From: Randy Dunlap skl-ssp-clk.c does not build on IA64 because the driver uses the common clock interface, so make the driver depend on COMMON_CLK. Fixes this build error: ../sound/soc/intel/skylake/skl-ssp-clk.c:26:16: error: field 'hw' has incomplete type struct clk_hw hw;