projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4576de
)
ALSA: hda/realtek - Remove GPIO_MASK
author
Kai-Heng Feng
<kai.heng.feng@canonical.com>
Mon, 3 Jul 2017 09:26:50 +0000
(17:26 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 3 Jul 2017 10:18:07 +0000
(12:18 +0200)
GPIO_MASK was introduced in commit "
df694daa3c01
[ALSA] hda-codec - Add
the support of ALC262,ALC883,ALC885,ALC861" but it's not being used. So
we can simply remove it.
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index
d0cf1f3
..
cd6987b
100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-41,9
+41,6
@@
/* keep halting ALC5505 DSP, for power saving */
#define HALT_REALTEK_ALC5505
-/* for GPIO Poll */
-#define GPIO_MASK 0x03
-
/* extra amp-initialization sequence types */
enum {
ALC_INIT_NONE,