diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-11-08 15:48:06 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-11-08 15:51:43 +0100 |
commit | 4ce8e6a51abfc69bf222f676cfe938f7732385d7 (patch) | |
tree | 945685438e1eb03504ac00b932f897d2cc3cf9b7 /sound/pci | |
parent | 6809cd682b82dfff47943850d1a8c714f971b5ca (diff) |
ALSA: hda - Fix typo
EPAD -> EAPD
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 2f909dd8b7b8..47224c69cc06 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -420,7 +420,7 @@ static void alc_auto_setup_eapd(struct hda_codec *codec, bool on) } /* generic shutup callback; - * just turning off EPAD and a little pause for avoiding pop-noise + * just turning off EAPD and a little pause for avoiding pop-noise */ static void alc_eapd_shutup(struct hda_codec *codec) { |