Skip to content

Commit ee00330

Browse files
soyersoyerbroonie
authored andcommitted
ASoC: tas2781: add support for FW version 0x0503
Layout of FW version 0x0503 is compatible with 0x0502. Already supported by TI's tas2781-linux-driver tree. https://git.ti.com/cgit/tas2781-linux-drivers/tas2781-linux-driver/ Fixes: 915f5ea ("ASoC: tas2781: firmware lib") Signed-off-by: Gergo Koteles <[email protected]> Link: https://msgid.link/r/98d4ee4e01e834af72a1a0bea6736facf43582e0.1702513517.git.soyer@irl.hu Signed-off-by: Mark Brown <[email protected]>
1 parent 173a3b2 commit ee00330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/tas2781-fmwlib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,6 +1982,7 @@ static int tasdevice_dspfw_ready(const struct firmware *fmw,
19821982
case 0x301:
19831983
case 0x302:
19841984
case 0x502:
1985+
case 0x503:
19851986
tas_priv->fw_parse_variable_header =
19861987
fw_parse_variable_header_kernel;
19871988
tas_priv->fw_parse_program_data =

0 commit comments

Comments
 (0)