Hey,
On Mon, 28 Oct 2019, Pierre-Louis Bossart wrote:
But I'm not entirely sure whether this is true on the recent kernel build. At least it *was* a problem in the past.
In anyway, please try to load the two modules on your system and check whether the module loading works.
along the same lines, we have a Kconfig issue that I didn't see earlier. These bxt parts will only compile with the Skylake driver with the upstream code, the following test applies:
if SND_SOC_INTEL_APL
[...]
I kept this change back on purpose since we can only use APL+SOF on chromebooks with an experimental CoreBoot and only on pre-production hardware, but what this means is that GLK devices wouldn't work with SOF...I'll add this fix to my Kconfig update series.
ack, that's a good catch. I'll keep this machine driver change in the series anyways (I want to include all machine drivers that are in upstream kernel and have the HDMI setup code).
Also I wonder if anyone tested bxt_rt298 with SOF? I see a topology for it but I've never seen any test results from anyone.
No info about this. The patch in my series for bxt_rt298 is a mechanical update (it has the HDMI code for hdac-hdmi and it can be used with SOF/GLK -> driver updated in the series).
Br, Kai