All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Yet another line6 cleanups
@ 2015-01-28 16:41 Takashi Iwai
  2015-01-28 16:41 ` [PATCH 1/7] ALSA: line6: Fix volume calculation for big-endian Takashi Iwai
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Takashi Iwai @ 2015-01-28 16:41 UTC (permalink / raw)
  To: alsa-devel; +Cc: Stefan Hajnoczi, Chris Rorvick

OK, I did enough for this month.

The only real fix is the first patch for big-endianess.  The rest are
rather cleanups and beautifying the code.

As usual, the latest code is found in test/line6 branch.


thanks,

Takashi

===

Takashi Iwai (7):
  ALSA: line6: Fix volume calculation for big-endian
  ALSA: line6: Tidy up and typo fixes in comments
  ALSA: line6: Remove revision.h
  ALSA: line6: Move the contents of usbdefs.h into driver.h
  ALSA: line6: Remove struct usb_line6_podhd
  ALSA: line6: Remove invalid capability bits for PODxt Live Variax
  ALSA: line6: Remove snd_line6_ prefix of pcm property fields

 sound/usb/line6/capture.c  |  5 ++-
 sound/usb/line6/driver.c   |  4 +--
 sound/usb/line6/driver.h   | 89 ++++++++++++++++++++--------------------------
 sound/usb/line6/midi.c     |  1 -
 sound/usb/line6/midi.h     | 32 +++++------------
 sound/usb/line6/pcm.h      | 57 +++++++++--------------------
 sound/usb/line6/playback.c | 24 +++++++------
 sound/usb/line6/pod.c      | 39 ++++++--------------
 sound/usb/line6/podhd.c    | 16 +++------
 sound/usb/line6/revision.h |  4 ---
 sound/usb/line6/toneport.c | 31 +++++-----------
 sound/usb/line6/usbdefs.h  | 27 --------------
 sound/usb/line6/variax.c   | 25 ++++---------
 13 files changed, 109 insertions(+), 245 deletions(-)
 delete mode 100644 sound/usb/line6/revision.h
 delete mode 100644 sound/usb/line6/usbdefs.h

-- 
2.2.2

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

end of thread, other threads:[~2015-01-28 16:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 16:41 [PATCH 0/7] Yet another line6 cleanups Takashi Iwai
2015-01-28 16:41 ` [PATCH 1/7] ALSA: line6: Fix volume calculation for big-endian Takashi Iwai
2015-01-28 16:54   ` [PATCH v2 " Takashi Iwai
2015-01-28 16:41 ` [PATCH 2/7] ALSA: line6: Tidy up and typo fixes in comments Takashi Iwai
2015-01-28 16:41 ` [PATCH 3/7] ALSA: line6: Remove revision.h Takashi Iwai
2015-01-28 16:41 ` [PATCH 4/7] ALSA: line6: Move the contents of usbdefs.h into driver.h Takashi Iwai
2015-01-28 16:41 ` [PATCH 5/7] ALSA: line6: Remove struct usb_line6_podhd Takashi Iwai
2015-01-28 16:41 ` [PATCH 6/7] ALSA: line6: Remove invalid capability bits for PODxt Live Variax Takashi Iwai
2015-01-28 16:41 ` [PATCH 7/7] ALSA: line6: Remove snd_line6_ prefix of pcm property fields 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.