All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asihpi: Update from 4.04 to 4.06
@ 2011-02-10  4:25 linux
  2011-02-10  4:25 ` [PATCH 01/28] Switch to dev_printk linux
                   ` (26 more replies)
  0 siblings, 27 replies; 30+ messages in thread
From: linux @ 2011-02-10  4:25 UTC (permalink / raw)
  To: patch; +Cc: tiwai, alsa-devel

This patch series updates asihpi driver from version 4.04 to 4.06

Major changes:
- hpi6205 adapters no longer signal interrupts on message 
transfer, freeing the interrupt for use by streams. This requires matching
DSP firmware.
- rewrote alsa driver pcm stream timer function so it works better with 
small buffer sizes e.g. JACK.
- update alsa control names to better conform to 'standard' style.

Minor changes: add low level volume mute control, allow adapters with 
duplicate hardware index jumpers to be discovered, fix playback start for 
non-mmap adapters.

Cosmetic changes: removal of many unused functions and data. removal of vestigial
hpi subsys pointer from hpi functions. conversion of many defines to enums,
various cleanups to comment text and some badly munged identifiers.


 asihpi.c       |  781 ++++++++---------
 hpi.h          | 1214 ++++++++++-----------------
 hpi6000.c      |  299 +++---
 hpi6205.c      |  603 +++++--------
 hpi6205.h      |    7 
 hpi_internal.h | 1118 ++++++++++++-------------
 hpicmn.c       |  480 ++++++----
 hpicmn.h       |   24 
 hpidebug.c     |  157 ---
 hpidebug.h     |  323 -------
 hpidspcd.c     |   37 
 hpidspcd.h     |    2 
 hpifunc.c      | 2498 ++++++++++++++++-----------------------------------------
 hpimsginit.c   |   18 
 hpimsginit.h   |   12 
 hpimsgx.c      |  203 +---
 hpioctl.c      |   85 -
 hpios.h        |   10 
 18 files changed, 2914 insertions(+), 4957 deletions(-)

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

end of thread, other threads:[~2011-02-11  6:23 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10  4:25 [PATCH] asihpi: Update from 4.04 to 4.06 linux
2011-02-10  4:25 ` [PATCH 01/28] Switch to dev_printk linux
2011-02-10  4:25 ` [PATCH 02/28] Poison adapter_index in message. Remove unused function linux
2011-02-10  4:25 ` [PATCH 03/28] Simplify debug logging linux
2011-02-10  4:25 ` [PATCH 04/28] HPI 4.05.14 linux
2011-02-10  4:25 ` [PATCH 06/28] Rewrite PCM timer function. Update control names linux
2011-02-10  4:26 ` [PATCH 07/28] Add adapter index to cache info for debug linux
2011-02-10  4:26 ` [PATCH 08/28] Add include guard linux
2011-02-10  4:26 ` [PATCH 09/28] Checkpatch line lengths etc linux
2011-02-10  4:26 ` [PATCH 10/28] Update error codes linux
2011-02-10  4:26 ` [PATCH 12/28] Reduce number of error codes returned to upper layers linux
2011-02-10  4:26 ` [PATCH 13/28] Code cleanup linux
2011-02-10  4:26 ` [PATCH 14/28] Remove int flag polling code preparing for stream interrupts linux
2011-02-10  4:26 ` [PATCH 15/28] Cosmetic + a minor comments linux
2011-02-10  4:26 ` [PATCH 16/28] Replace adapter list with single item in subsys response linux
2011-02-10  4:26 ` [PATCH 17/28] Add snd_card_set_dev to init linux
2011-02-10  4:26 ` [PATCH 18/28] Add volume mute control linux
2011-02-10  4:26 ` [PATCH 19/28] Allow adapters with duplicate index jumpers to be discovered linux
2011-02-10  4:26 ` [PATCH 20/28] Clarify firmware id selection linux
2011-02-10  4:26 ` [PATCH 21/28] Remove unused code and data linux
2011-02-10  4:26 ` [PATCH 22/28] Use consistent err return variable, change some bad variable names linux
2011-02-10  4:26 ` [PATCH 23/28] New functions prep for interrupt driven streams linux
2011-02-10  4:26 ` [PATCH 24/28] Minor define updates linux
2011-02-10  4:26 ` [PATCH 25/28] Ensure all adapter data is cleared on device removal linux
2011-02-10  4:26 ` [PATCH 26/28] Tighten firmware version requirements linux
2011-02-10  4:26 ` [PATCH 27/28] Fix outstream start trigger for non-mmap adapters linux
2011-02-10  4:26 ` [PATCH 28/28] HPI v4.06 linux
2011-02-10 17:52 ` [PATCH] asihpi: Update from 4.04 to 4.06 Takashi Iwai
2011-02-10 23:19   ` Eliot Blennerhassett
     [not found]   ` <4D54488D.5030803@audioscience.com>
2011-02-11  6:23     ` 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.