All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/21] ALSA: asihpi - update to 4.10
@ 2011-12-22  0:38 linux
  2011-12-22  0:38 ` [PATCH 01/21] Split hpi version info into separate header file linux
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: linux @ 2011-12-22  0:38 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel

Updates including
 general updates to HPI v 4.10
 correctly support mono and low-latency card modes (no stereo streams)
 fix bug in format validation due to structure reuse

Matching firmware HPI version 4.10.05 (updating from 4.08.03)
 http://www.audioscience.com/internet/download/drivers/released/v4/10/05/asihpi-firmware-41005.tar.xz
 adds support for ASI5501/ASI5502/ASI5601/ASI5602

 asihpi.c       |  283 +++++++++++++++++++++++++++++----------------------------
 hpi.h          |   74 +++++++-------
 hpi6000.c      |   61 ++++++------
 hpi6000.h      |    2
 hpi6205.c      |   57 +++++------
 hpi_internal.h |  115 +++--------------------
 hpi_version.h  |   32 ++++++
 hpicmn.c       |   30 +++---
 hpicmn.h       |   13 +-
 hpidebug.c     |    2
 hpidebug.h     |    2
 hpidspcd.c     |   30 ++----
 hpidspcd.h     |    4
 hpifunc.c      |   10 ++
 hpimsginit.c   |    2
 hpimsginit.h   |    2
 hpimsgx.c      |    3
 hpimsgx.h      |    2
 hpioctl.c      |   63 +++++-------
 hpioctl.h      |    2
 hpios.c        |    2
 hpios.h        |   16 +--
 hpipcida.h     |    2

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2011-12-22  7:15 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-22  0:38 [PATCH 00/21] ALSA: asihpi - update to 4.10 linux
2011-12-22  0:38 ` [PATCH 01/21] Split hpi version info into separate header file linux
2011-12-22  0:38 ` [PATCH 02/21] Update copyright to 2011 linux
2011-12-22  0:38 ` [PATCH 03/21] Low latency mode stream has fixed channel count linux
2011-12-22  0:38 ` [PATCH 04/21] Volumes and meters may have 1 or 2 channels linux
2011-12-22  0:38 ` [PATCH 05/21] Use snd_pcm_debug_name to get substream name linux
2011-12-22  0:38 ` [PATCH 06/21] Correct stray capital letters in identifier linux
2011-12-22  0:38 ` [PATCH 07/21] Relax drained check for more reliable playback startup linux
2011-12-22  0:38 ` [PATCH 08/21] Only set sync if card supports hardware stream grouping linux
2011-12-22  0:38 ` [PATCH 09/21] Update node types linux
2011-12-22  0:38 ` [PATCH 10/21] Remove unused structs and defs linux
2011-12-22  0:38 ` [PATCH 11/21] Add new function codes linux
2011-12-22  0:38 ` [PATCH 12/21] Increase debug response buffer size linux
2011-12-22  0:38 ` [PATCH 13/21] Remove redundant struct members linux
2011-12-22  0:38 ` [PATCH 14/21] Simplify dsp code close linux
2011-12-22  0:38 ` [PATCH 15/21] Add autofade query linux
2011-12-22  0:38 ` [PATCH 16/21] New defs and comments linux
2011-12-22  0:38 ` [PATCH 17/21] Distinguish four different emif init errors linux
2011-12-22  0:38 ` [PATCH 18/21] Add HPI version to module description linux
2011-12-22  0:38 ` [PATCH 19/21] Correct headers in cached control responses linux
2011-12-22  0:38 ` [PATCH 20/21] Use valid channel count in format enumeration linux
2011-12-22  0:38 ` [PATCH 21/21] Fix format validity check linux
2011-12-22  7:15 ` [PATCH 00/21] ALSA: asihpi - update to 4.10 Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.