]> git.hungrycats.org Git - linux/commit
ASoC: tas2781: Fix compiling warning for tasdevice_set_capture_profile_id()
authorShenghao Ding <shenghao-ding@ti.com>
Tue, 11 Aug 2026 12:14:46 +0000 (20:14 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 11 Aug 2026 13:40:50 +0000 (14:40 +0100)
commit6f14f6a24f110f665023211bbfb6abc2ce12c948
treeace318330d405cbd1686e9e7e9e441242aa47930
parent564db8b8da8d5293424406114244c24ef947dd1c
ASoC: tas2781: Fix compiling warning for tasdevice_set_capture_profile_id()

Correct the mismatched function description, parameter names and return
value documentation in the comment block. No functional code change, only
comment and documentation update.

Fixes: 431c15610d01 ("ASoC: tas2781: add capture_profile_id field and update the tuning_switch function")
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link: https://patch.msgid.link/20260811121446.1805-1-shenghao-ding@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2781-i2c.c