From patchwork Sat Jun 20 06:46:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Ranostay X-Patchwork-Id: 6650121 X-Patchwork-Delegate: tiwai@suse.de Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 605D09F326 for ; Sat, 20 Jun 2015 06:45:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7DCCF206E1 for ; Sat, 20 Jun 2015 06:45:42 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 316BC206DC for ; Sat, 20 Jun 2015 06:45:41 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id D07A32606C5; Sat, 20 Jun 2015 08:45:39 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, NO_DNS_FOR_FROM, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 2A8AB26068F; Sat, 20 Jun 2015 08:45:32 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 9F464260690; Sat, 20 Jun 2015 08:45:30 +0200 (CEST) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by alsa0.perex.cz (Postfix) with ESMTP id 5C35526067B for ; Sat, 20 Jun 2015 08:45:23 +0200 (CEST) Received: by pacyx8 with SMTP id yx8so99083692pac.2 for ; Fri, 19 Jun 2015 23:45:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=svBJL/xea6QKCYF24Kiv6Zz58iljU6F2AmJafApIRYk=; b=VSkjoj8XXcqK+3NphrK3TYmfYib5yyfGs5vfeQHtcf7K0q1S7FqHidw86KEyyJc0u8 ZKiBJ/WkVDCWU+GBb6qgpWAIlInQ+FJ508w5Zm39y3fOhb6xlfftObh162XepgaFHEcx U9hhuXEP/SQTTbv2CJouPjZzoe//BnUnvsjTbJX1qW+lj5HUmLJPj441Ls2vAjSxN9b1 WzQC4yasJ5lkS2g1b63ZE/sZHYkzR5iLrEkuzoo++uaXm8yA0P7IH/iDfsgHyOfQSFEs TRdaJcDVg6Wr+ceedJ9dM/l0fflzlbbQhVKWbAqBBBSzeVM/U3O7+wBk0V2KvRLOyjaC z7vQ== X-Received: by 10.66.66.46 with SMTP id c14mr39288745pat.71.1434782721593; Fri, 19 Jun 2015 23:45:21 -0700 (PDT) Received: from localhost.localdomain (c-76-105-208-73.hsd1.or.comcast.net. [76.105.208.73]) by mx.google.com with ESMTPSA id de2sm13178360pdb.15.2015.06.19.23.45.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Jun 2015 23:45:20 -0700 (PDT) From: Matt Ranostay To: tiwai@suse.de Date: Fri, 19 Jun 2015 23:46:16 -0700 Message-Id: <1434782776-24055-1-git-send-email-mranostay@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: Matt Ranostay , alsa-devel@alsa-project.org Subject: [alsa-devel] [PATCH] ALSA: hda-beep: Update authors dead email address X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Matt Ranostay --- sound/pci/hda/hda_beep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/hda_beep.h b/sound/pci/hda/hda_beep.h index 46524ff..1052ad3 100644 --- a/sound/pci/hda/hda_beep.h +++ b/sound/pci/hda/hda_beep.h @@ -1,7 +1,7 @@ /* * Digital Beep Input Interface for HD-audio codec * - * Author: Matthew Ranostay + * Author: Matt Ranostay * Copyright (c) 2008 Embedded Alley Solutions Inc * * This driver is free software; you can redistribute it and/or modify