All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ALSA: oxfw: code refactoring for model-dependent quirks
@ 2015-12-15 14:56 Takashi Sakamoto
  2015-12-15 14:56 ` [PATCH 1/5] ALSA: oxfw: rename a file for control elements so that it's for model-specific Takashi Sakamoto
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Takashi Sakamoto @ 2015-12-15 14:56 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel, ffado-devel

Hi,

ALSA oxfw driver has got some patches to expand its functionalities. As a
result, current code includes some inefficiencies and confusions.

This patchset is a code refactoring about model-dependent quirks. This
patchset is a part of my previous RFCv2 (patch 01-05) and a preparation for
the rest of patches:

[alsa-devel] [RFC][PATCH 00/17 v2] ALSA: oxfw: refactoring and merging scs1x module
http://mailman.alsa-project.org/pipermail/alsa-devel/2015-December/101558.html

Takashi Sakamoto (5):
  ALSA: oxfw: rename a file for control elements so that it's for
    model-specific
  ALSA: oxfw: rename local functions for control elements so that they
    represent as local
  ALSA: oxfw: change function prototype for AV/C Audio Subunit command
  ALSA: oxfw: reuse driver entry to detect quirk
  ALSA: oxfw: gather model-dependent conditions to a function

 sound/firewire/oxfw/Makefile                       |  4 +-
 .../firewire/oxfw/{oxfw-control.c => oxfw-spkr.c}  | 80 ++++++++++++----------
 sound/firewire/oxfw/oxfw.c                         | 59 +++++++++-------
 sound/firewire/oxfw/oxfw.h                         |  6 +-
 4 files changed, 86 insertions(+), 63 deletions(-)
 rename sound/firewire/oxfw/{oxfw-control.c => oxfw-spkr.c} (71%)

-- 
2.5.0

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

end of thread, other threads:[~2015-12-16 11:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-15 14:56 [PATCH 0/5] ALSA: oxfw: code refactoring for model-dependent quirks Takashi Sakamoto
2015-12-15 14:56 ` [PATCH 1/5] ALSA: oxfw: rename a file for control elements so that it's for model-specific Takashi Sakamoto
2015-12-15 14:56 ` [PATCH 2/5] ALSA: oxfw: rename local functions for control elements so that they represent as local Takashi Sakamoto
2015-12-15 14:56 ` [PATCH 3/5] ALSA: oxfw: change function prototype for AV/C Audio Subunit command Takashi Sakamoto
2015-12-15 14:56 ` [PATCH 4/5] ALSA: oxfw: reuse driver entry to detect quirks Takashi Sakamoto
2015-12-15 14:56 ` [PATCH 5/5] ALSA: oxfw: gather model-dependent conditions to a function Takashi Sakamoto
2015-12-16  8:46 ` [PATCH 0/5] ALSA: oxfw: code refactoring for model-dependent quirks Takashi Iwai
2015-12-16 11:03   ` Takashi Sakamoto
2015-12-16 11:11     ` 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.