We have two more kbl machines, one with nau88l25_ssm4567 and second one with nau88l25_max98357a. This is similar to skylake which had the same combinations.
To add kbl IDs to existing machines we need to add names in id table. But current names are more than 20 characters which is limit for platform device id name names. So first truncate skl machines to less than 20 chars and then add new kbl names.
Vinod Koul (5): ASoC: Intel: Skylake: reduce machine name for skl_nau88l25_ssm4567 ASoC: Intel: Skylake: reduce machine name for skl_nau88l25_max98357a ASoC: Intel: Kbl: add kabylake additional machine entries ASoC: Intel: board: add kabylake nau88l25_max98357a machine id ASoC: Intel: board: add kabylake nau88l25_ssm4567 machine id
sound/soc/intel/boards/skl_nau88l25_max98357a.c | 12 ++++++++++-- sound/soc/intel/boards/skl_nau88l25_ssm4567.c | 12 ++++++++++-- sound/soc/intel/skylake/skl.c | 6 ++++-- 3 files changed, 24 insertions(+), 6 deletions(-)
Thanks