All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ALSA: firewire: simplify symbol space for local linkage
@ 2017-01-03 12:41 Takashi Sakamoto
  2017-01-03 12:41 ` [PATCH 1/6] ALSA: bebob: " Takashi Sakamoto
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Takashi Sakamoto @ 2017-01-03 12:41 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel

Hi,

This patchset is just for code improvements, without adding features.

Modules in ALSA firewire stack have some implementations for operation
structures which sound subsystem defines. All of them are referred just by
each local function to register corresponding operations. In this case, it's
better to put them into the function local so that symbol space in local
linkage of translation unit is kept to be simple.

Takashi Sakamoto (6):
  ALSA: bebob: simplify symbol space for local linkage
  ALSA: fireworks: simplify symbol space for local linkage
  ALSA: oxfw: simplify symbol space for local linkage
  ALSA: dice: simplify symbol space for local linkage
  ALSA: firewire-digi00x: simplify symbol space for local linkage
  ALSA: firewire-tascam: simplify symbol space for local linkage

 sound/firewire/bebob/bebob_hwdep.c         | 17 +++++-----
 sound/firewire/bebob/bebob_midi.c          | 26 +++++++--------
 sound/firewire/bebob/bebob_pcm.c           | 51 ++++++++++++++---------------
 sound/firewire/dice/dice-midi.c            | 22 ++++++-------
 sound/firewire/digi00x/digi00x-hwdep.c     | 17 +++++-----
 sound/firewire/digi00x/digi00x-midi.c      | 52 ++++++++++++++----------------
 sound/firewire/digi00x/digi00x-pcm.c       | 52 ++++++++++++++----------------
 sound/firewire/fireworks/fireworks_hwdep.c | 19 ++++++-----
 sound/firewire/fireworks/fireworks_midi.c  | 26 +++++++--------
 sound/firewire/fireworks/fireworks_pcm.c   | 52 ++++++++++++++----------------
 sound/firewire/oxfw/oxfw-midi.c            | 26 +++++++--------
 sound/firewire/tascam/tascam-hwdep.c       | 17 +++++-----
 sound/firewire/tascam/tascam-midi.c        | 26 +++++++--------
 sound/firewire/tascam/tascam-pcm.c         | 52 ++++++++++++++----------------
 14 files changed, 215 insertions(+), 240 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-01-04 10:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-03 12:41 [PATCH 0/6] ALSA: firewire: simplify symbol space for local linkage Takashi Sakamoto
2017-01-03 12:41 ` [PATCH 1/6] ALSA: bebob: " Takashi Sakamoto
2017-01-03 12:41 ` [PATCH 2/6] ALSA: fireworks: " Takashi Sakamoto
2017-01-03 12:41 ` [PATCH 3/6] ALSA: oxfw: " Takashi Sakamoto
2017-01-03 12:41 ` [PATCH 4/6] ALSA: dice: " Takashi Sakamoto
2017-01-03 12:41 ` [PATCH 5/6] ALSA: firewire-digi00x: " Takashi Sakamoto
2017-01-03 12:41 ` [PATCH 6/6] ALSA: firewire-tascam: " Takashi Sakamoto
2017-01-03 18:43 ` [PATCH 0/6] ALSA: firewire: " Takashi Iwai
2017-01-04 10:36   ` Takashi Sakamoto
2017-01-04 10:39     ` 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.