]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda/tas2781: remove useless dev_dbg from playback_hook
authorGergo Koteles <soyer@irl.hu>
Tue, 26 Mar 2024 16:18:48 +0000 (17:18 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 27 Mar 2024 10:19:52 +0000 (11:19 +0100)
commit1506d96119eb9454d64f5ae80ab8d04c1594ac25
tree108fe4f9573c9c45f2d3265ed1a085d19e5f76a7
parent26c04a8a3c05dc280fa961e79b5b3fcb66ac4625
ALSA: hda/tas2781: remove useless dev_dbg from playback_hook

The debug message "Playback action not supported: action" is not useful,
because the action was previously printed, and the list of supported
actions are intentional.

Remove the debug statement from the default switch case.

Signed-off-by: Gergo Koteles <soyer@irl.hu>
Message-ID: <8b9546db6c92dea4476a7247a88d56248c2ba8c2.1711469583.git.soyer@irl.hu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/tas2781_hda_i2c.c