From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@audioscience.com Subject: [PATCH 00/15] ALSA: asihpi - update from HPI 4.06 to 4.08 Date: Fri, 22 Jul 2011 15:52:35 +1200 Message-ID: <1311306785-23116-1-git-send-email-linux@audioscience.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: patch@alsa-project.org Cc: tiwai@suse.de, Eliot Blennerhassett , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org From: Eliot Blennerhassett Main visible change is the addition of mute switch to volume controls. The rest are relatively minor changes and cleanups to HPI code. patch#6 reverts commit 4a122c10f "check adapter index in hpi_ioctl" The associated 4.08 firmware release adds support for new cards ASI5544/5541/5540/5520 Eliot Blennerhassett (15): ALSA: asihpi - Give more meaningful name to hpi request message type ALSA: asihpi - Increase request and response buffer sizes ALSA: asihpi - Remove controlex structs and associated special data transfer code ALSA: asihpi - DSP code loader API now independent of OS ALSA: asihpi - Revise snd_pcm_debug_name, get rid of DEBUG_NAME macro ALSA: asihpi - Remove spurious adapter index check ALSA: asihpi - Remove unused structures, macros and functions ALSA: asihpi - Fix minor typos and spelling ALSA: asihpi - Make local function static ALSA: asihpi - Add new node and message defines ALSA: asihpi - Explicitly include mutex.h ALSA: asihpi - Use size_t for sizeof result ALSA: asihpi - Control name updates ALSA: asihpi - Add volume mute controls ALSA: asihpi - HPI version 4.08 sound/pci/asihpi/asihpi.c | 87 ++++++++++++++++++---- sound/pci/asihpi/hpi.h | 24 ++++-- sound/pci/asihpi/hpi6000.c | 11 +-- sound/pci/asihpi/hpi6205.c | 52 ++++--------- sound/pci/asihpi/hpi6205.h | 25 +++++-- sound/pci/asihpi/hpi_internal.h | 155 ++++++++++---------------------------- sound/pci/asihpi/hpicmn.c | 17 ++-- sound/pci/asihpi/hpidspcd.c | 137 ++++++++++++++-------------------- sound/pci/asihpi/hpidspcd.h | 72 ++++++++++-------- sound/pci/asihpi/hpifunc.c | 86 ++++++++++----------- sound/pci/asihpi/hpimsginit.c | 4 +- sound/pci/asihpi/hpimsgx.c | 6 +- sound/pci/asihpi/hpioctl.c | 10 +-- sound/pci/asihpi/hpios.c | 8 -- sound/pci/asihpi/hpios.h | 1 + 15 files changed, 319 insertions(+), 376 deletions(-)