From patchwork Fri Feb 22 16:13:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ismael Luceno X-Patchwork-Id: 16936 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1U8vFY-0006xf-Jm; Fri, 22 Feb 2013 17:13:28 +0100 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-3) with esmtp id 1U8vFX-00066m-F5; Fri, 22 Feb 2013 17:13:28 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757553Ab3BVQNZ (ORCPT + 1 other); Fri, 22 Feb 2013 11:13:25 -0500 Received: from mail-gh0-f178.google.com ([209.85.160.178]:33262 "EHLO mail-gh0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757526Ab3BVQNZ (ORCPT ); Fri, 22 Feb 2013 11:13:25 -0500 Received: by mail-gh0-f178.google.com with SMTP id g24so145308ghb.23 for ; Fri, 22 Feb 2013 08:13:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=Ta3/6lOoKdxaPOQF08gV4409MM+R1hKI9fGQcYYaFs4=; b=f++1oL3U9zWh/ZrvB/u1HObypB0ZORWqBZgiWq8qlSsc50XdDegsjBF6LrMEIf1mEt 67k2FFJKX5sVNpXBd3D43NMbdbfTaVoyUNXUuszF+WsAvCNvgnqA96HyGGWbzXtsbNX+ XG1VEg+Hmjcn4FYdK4plEhKyY5AdgVCJQT1iTiYy9VRzfe/6LgxYxJDkWwl6qDAyI7LH /JSJZ7ZzgCebCzAcwiBHqYtK2BuOsj8lda53CBctzyqet9e8NKvWEzW9Lam844Ky4SdK kakuN0BJVAiHagh6/lHhVaQ1D0m0EyYeup+eqELrgg195++tJQr0ScySd15YS7rvGstA Hcsw== X-Received: by 10.236.124.208 with SMTP id x56mr4633250yhh.67.1361549603423; Fri, 22 Feb 2013 08:13:23 -0800 (PST) Received: from localhost.localdomain (116-249-17-190.fibertel.com.ar. [190.17.249.116]) by mx.google.com with ESMTPS id i24sm3717263ann.16.2013.02.22.08.13.21 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 22 Feb 2013 08:13:22 -0800 (PST) From: Ismael Luceno To: linux-media@vger.kernel.org Cc: Ismael Luceno Subject: [PATCH] solo6x10: Update TODO (maintainer change) Date: Fri, 22 Feb 2013 13:13:03 -0300 Message-Id: <1361549583-14195-1-git-send-email-ismael.luceno@corp.bluecherry.net> X-Mailer: git-send-email 1.8.1.3 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.2.22.160018 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_900_999 0, DKIM_SIGNATURE 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS , __YOUTUBE_RCVD 0' Signed-off-by: Ismael Luceno --- drivers/staging/media/solo6x10/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 1.8.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/staging/media/solo6x10/TODO b/drivers/staging/media/solo6x10/TODO index 539f739..8ae814b 100644 --- a/drivers/staging/media/solo6x10/TODO +++ b/drivers/staging/media/solo6x10/TODO @@ -20,6 +20,5 @@ TODO (general): - implement loopback of external sound jack with incoming audio? - implement pause/resume -Plase send patches to Mauro Carvalho Chehab and Cc Ben Collins - +Please send patches to Mauro Carvalho Chehab and +Cc Ismael Luceno --