From patchwork Sat Jun 13 04:50:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Ranostay X-Patchwork-Id: 6601911 X-Patchwork-Delegate: tiwai@suse.de Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 30BA8C0020 for ; Sat, 13 Jun 2015 04:49:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2F5CB2067D for ; Sat, 13 Jun 2015 04:49:57 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 2359B20665 for ; Sat, 13 Jun 2015 04:49:56 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 96725266A6B; Sat, 13 Jun 2015 06:49:54 +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 7CE18266A4E; Sat, 13 Jun 2015 06:49:46 +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 39E98266A4F; Sat, 13 Jun 2015 06:49:45 +0200 (CEST) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by alsa0.perex.cz (Postfix) with ESMTP id 6B86A266A49 for ; Sat, 13 Jun 2015 06:49:37 +0200 (CEST) Received: by pabqy3 with SMTP id qy3so32867099pab.3 for ; Fri, 12 Jun 2015 21:49:36 -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=CqfbjgubpxxH1F3IBGZQz8Su80t3i6XYxrCN3TjFqts=; b=lNV5zNS5AS8dyvZc10rkXV9Y9Osy4RtWkkkHSoUvdV5xrpnyD4WesxUn/Eoi2p6Luf xQXJ645lYAP5nk3+ClgAYzsMQXFLXEqw7JI/BEo9YFo03DNuf9mNB8eI/i3F7HUsKIwv 7+6hqQ6eW1nva0e0iBa15BIAOnN9DWRUMsBqyM5zHboPLyNcZorUhzFgz+ZLqHQRqmgo qSvqgO62mNuf7F7yQDxNPnXI9SbLQXkYcQfgBNPq9jBhlJ6sZVKv22ye+dpPqobF40FC tjHD/Oss78dPeEzRocdEG3ESafXEKCY4njHsk7FVHnEHHDszfoCir88rrFJTwSBcIUyf Dz1g== X-Received: by 10.66.163.69 with SMTP id yg5mr28049964pab.150.1434170976554; Fri, 12 Jun 2015 21:49:36 -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 oa14sm5190911pdb.47.2015.06.12.21.49.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 Jun 2015 21:49:35 -0700 (PDT) From: Matt Ranostay To: tiwai@suse.de Date: Fri, 12 Jun 2015 21:50:30 -0700 Message-Id: <1434171030-12164-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] 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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c index 3364dc0..c397e7d 100644 --- a/sound/pci/hda/hda_beep.c +++ b/sound/pci/hda/hda_beep.c @@ -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