diff mbox series

[v1] ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip

Message ID 20241104100055.48-1-shenghao-ding@ti.com
State Accepted
Commit fe09de2db2365eed8b44b572cff7d421eaf1754a
Headers show
Series [v1] ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip | expand

Commit Message

Shenghao Ding Nov. 4, 2024, 10 a.m. UTC
Add new driver version to support tas2563 & tas2781 qfn chip

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
---
 sound/soc/codecs/tas2781-fmwlib.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Nov. 4, 2024, 7:42 p.m. UTC | #1
On Mon, 04 Nov 2024 18:00:55 +0800, Shenghao Ding wrote:
> Add new driver version to support tas2563 & tas2781 qfn chip
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: tas2781: Add new driver version for tas2563 & tas2781 qfn chip
      commit: fe09de2db2365eed8b44b572cff7d421eaf1754a

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/codecs/tas2781-fmwlib.c b/sound/soc/codecs/tas2781-fmwlib.c
index ae360c97fe1e..0aeb88abbf52 100644
--- a/sound/soc/codecs/tas2781-fmwlib.c
+++ b/sound/soc/codecs/tas2781-fmwlib.c
@@ -1992,6 +1992,7 @@  static int tasdevice_dspfw_ready(const struct firmware *fmw,
 		break;
 	case 0x202:
 	case 0x400:
+	case 0x401:
 		tas_priv->fw_parse_variable_header =
 			fw_parse_variable_header_git;
 		tas_priv->fw_parse_program_data =