mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 07:33:45 -04:00
pinctrl: realtek: rtd1625: remove unused group name spdif_sel
Remove the undefined "spdif_sel" from rtd1625_iso_spdif_in_coaxial_groups to clean up the code. Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
committed by
Linus Walleij
parent
287ff7feb1
commit
f080cfd001
@@ -986,7 +986,7 @@ static const char * const rtd1625_iso_pwm0_loc2_groups[] = {
|
||||
};
|
||||
|
||||
static const char * const rtd1625_iso_spdif_in_coaxial_groups[] = {
|
||||
"gpio_163", "spdif_sel", "spdif_in_mode"
|
||||
"gpio_163", "spdif_in_mode"
|
||||
};
|
||||
|
||||
static const char * const rtd1625_iso_spdif_in_gpio_groups[] = {
|
||||
|
||||
Reference in New Issue
Block a user