Skip to content

Commit ff5870a

Browse files
moisespr123broonie
authored andcommitted
ASoC: Intel: Add HP Stream 8 to bytcr_rt5640.c
The bytcr_rt5640.c file already supports the HP Stream 7. The HP Stream 8 is almost identical in terms of the hardware with the exception of it having stereo speakers, a SIM card slot and the obvious size difference. Signed-off-by: Moises Cardona <moisesmcardona@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20221214120830.1572474-1-moisesmcardona@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 7bd220f commit ff5870a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sound/soc/intel/boards/bytcr_rt5640.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,16 @@ static const struct dmi_system_id byt_rt5640_quirk_table[] = {
811811
BYT_RT5640_SSP0_AIF1 |
812812
BYT_RT5640_MCLK_EN),
813813
},
814+
{ /* HP Stream 8 */
815+
.matches = {
816+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
817+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "HP Stream 8 Tablet"),
818+
},
819+
.driver_data = (void *)(BYTCR_INPUT_DEFAULTS |
820+
BYT_RT5640_JD_NOT_INV |
821+
BYT_RT5640_SSP0_AIF1 |
822+
BYT_RT5640_MCLK_EN),
823+
},
814824
{ /* I.T.Works TW891 */
815825
.matches = {
816826
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "To be filled by O.E.M."),

0 commit comments

Comments
 (0)