diff mbox

ALSA: hda - Fix typo

Message ID 1478616486-22760-1-git-send-email-lars@metafoo.de (mailing list archive)
State New, archived
Headers show

Commit Message

Lars-Peter Clausen Nov. 8, 2016, 2:48 p.m. UTC
EPAD -> EAPD

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai Nov. 8, 2016, 2:52 p.m. UTC | #1
On Tue, 08 Nov 2016 15:48:06 +0100,
Lars-Peter Clausen wrote:
> 
> EPAD -> EAPD
> 
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>

Applied, thanks.


Takashi

> ---
>  sound/pci/hda/patch_realtek.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 2f909dd..47224c6 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)
>  {
> -- 
> 2.1.4
> 
>
diff mbox

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 2f909dd..47224c6 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)
 {