From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: [PATCH 00/10] A few more ALSA and HD-audio core updates Date: Wed, 26 Feb 2014 07:47:22 +0100 Message-ID: <1393397252-11690-1-git-send-email-tiwai@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 1C01B261A29 for ; Wed, 26 Feb 2014 07:47:38 +0100 (CET) Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E2C9D7501A for ; Wed, 26 Feb 2014 06:47:37 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi, this is a series of patches to cleanup / enhance the ALSA core and HD-audio driver codes. A part of them are the patches I already submitted as RFC shortly ago (patch 4 & patch 5), another part are for better sysfs managment (part 1 & 2). The rest half are about HD-audio, for creating the device struct for each codec, followed by a cleanup patch to replace printk with dev_err() & co. Takashi