]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: tas2781: Fix a compiling warning reported by robot kernel test due to adding...
authorShenghao Ding <shenghao-ding@ti.com>
Fri, 2 Aug 2024 07:20:52 +0000 (15:20 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 2 Aug 2024 13:05:30 +0000 (14:05 +0100)
commit92b796845a4a8789c2d9434c6a77baa88a99121e
tree0a024bdcbf7cf1dccced64ed39afc9c8cd96bf29
parent9aafe1dd035fd405c5514e6bea2647c196626dd3
ASoC: tas2781: Fix a compiling warning reported by robot kernel test due to adding tas2563_dvc_table

Move tas2563_dvc_table into a separate Header file, as only tas2781
codec driver use this table, and hda side codec driver won't use it.

Fixes: 75ed63a5ab5d ("ASoC: tas2781: Add new Kontrol to set tas2563 digital Volume")
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link: https://patch.msgid.link/20240802072055.1462-1-shenghao-ding@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/tas2563-tlv.h [new file with mode: 0644]
include/sound/tas2781-tlv.h
sound/soc/codecs/tas2781-i2c.c