The first two patches in the v2 series were merged, but these last two were not.
As agreed with Andy and Vinod, there will be a follow-up patch to replace snd_soc_acpi_find_name_from_hid() with acpi_dev_get_dev_name(), as well as the introduction of a helper for the search loops.
Changes since v2: rename constant per Vinod's suggestion removed redundant comment on name
Changes since v1: cleaned-up quirk handling, fixed merge mistake added Andy's Reviewed-by tag on patch 2 added 4th patch to add new constant dependent on ACPI_ID_LEN
Pierre-Louis Bossart (2): ASoC: Intel: bytcht_es8316: fix HID handling ASoC: acpi: remove hard-coded i2c-device name length
include/sound/soc-acpi.h | 3 +++ sound/soc/intel/boards/Kconfig | 1 + sound/soc/intel/boards/bytcht_da7213.c | 2 +- sound/soc/intel/boards/bytcht_es8316.c | 26 +++++++++++++++++++++++++- sound/soc/intel/boards/bytcr_rt5640.c | 2 +- sound/soc/intel/boards/bytcr_rt5651.c | 2 +- sound/soc/intel/boards/cht_bsw_rt5645.c | 4 ++-- sound/soc/intel/boards/cht_bsw_rt5672.c | 2 +- 8 files changed, 35 insertions(+), 7 deletions(-)