From patchwork Fri Nov 8 16:36:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Takashi Iwai X-Patchwork-Id: 11235245 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 37CA21515 for ; Fri, 8 Nov 2019 16:36:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2078D21D82 for ; Fri, 8 Nov 2019 16:36:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726199AbfKHQgw (ORCPT ); Fri, 8 Nov 2019 11:36:52 -0500 Received: from mx2.suse.de ([195.135.220.15]:37102 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726039AbfKHQgw (ORCPT ); Fri, 8 Nov 2019 11:36:52 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 4DCF5B32E; Fri, 8 Nov 2019 16:36:51 +0000 (UTC) From: Takashi Iwai To: linux-media@vger.kernel.org Cc: Mauro Carvalho Chehab Subject: [PATCH 0/2] media: ALSA memalloc cleanups Date: Fri, 8 Nov 2019 17:36:47 +0100 Message-Id: <20191108163649.32590-1-tiwai@suse.de> X-Mailer: git-send-email 2.16.4 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi, this is a couple of cleanups for media subsystem wrt ALSA memory allocation API usages. It's based on the recent API changes that are found in for-next of my sound git tree for 5.5 kernel, hence these patches need to be applied on top of it. So, just give me ACK if they are OK, so that I can apply them. thanks, Takashi === Takashi Iwai (2): media: solo6x10: Remove superfluous snd_dma_continuous_data() media: tw686x: audio: Avoid non-standard macro usage drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +- drivers/media/pci/tw686x/tw686x-audio.c | 2 +- drivers/media/usb/usbtv/usbtv-audio.c | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-)