From: AngeloGioacchino Del Regno Date: Wed, 17 May 2023 15:15:16 +0000 (+0200) Subject: ASoC: mediatek: mt8192-mt6359: Remove " Jack" from Headphone pin name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cbbc0ec6dea09c;p=linux.git ASoC: mediatek: mt8192-mt6359: Remove " Jack" from Headphone pin name Function jack_kctl_name_gen() will remove the redundant " Jack" from the name, if present, and then it will add it back, so that all of the controls are named "(pin-name) Jack". Remove " Jack" from the Headphone pin name to spare some CPU cycles. This commit brings no functional changes. Signed-off-by: AngeloGioacchino Del Regno