All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: rt1015: apply some refactors
@ 2020-12-24 10:06 Tzung-Bi Shih
  2020-12-24 10:06 ` [PATCH 1/5] ASoC: rt1015: sort header inclusions Tzung-Bi Shih
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tzung-Bi Shih @ 2020-12-24 10:06 UTC (permalink / raw)
  To: broonie; +Cc: tzungbi, alsa-devel

The series refactors rt1015.c.

The 1st patch sorts header inclusions alphabetically.

The 2nd and 3rd patch improve error handling for kcontrols.

The 4th patch enhances readability.

The 5th patch removes unused variables in rt1015_priv.

Tzung-Bi Shih (5):
  ASoC: rt1015: sort header inclusions
  ASoC: rt1015: save boost_mode only if valid
  ASoC: rt1015: return error if any when setting bypass_boost
  ASoC: rt1015: refactor retry loop and rt1015_priv allocation
  ASoC: rt1015: remove unneeded variables in rt1015_priv

 sound/soc/codecs/rt1015.c | 49 ++++++++++++++++++++-------------------
 sound/soc/codecs/rt1015.h |  4 ----
 2 files changed, 25 insertions(+), 28 deletions(-)

-- 
2.29.2.729.g45daf8777d-goog


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

end of thread, other threads:[~2020-12-29 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24 10:06 [PATCH 0/5] ASoC: rt1015: apply some refactors Tzung-Bi Shih
2020-12-24 10:06 ` [PATCH 1/5] ASoC: rt1015: sort header inclusions Tzung-Bi Shih
2020-12-24 10:06 ` [PATCH 2/5] ASoC: rt1015: save boost_mode only if valid Tzung-Bi Shih
2020-12-24 10:06 ` [PATCH 3/5] ASoC: rt1015: return error if any when setting bypass_boost Tzung-Bi Shih
2020-12-24 10:06 ` [PATCH 4/5] ASoC: rt1015: refactor retry loop and rt1015_priv allocation Tzung-Bi Shih
2020-12-24 10:06 ` [PATCH 5/5] ASoC: rt1015: remove unneeded variables in rt1015_priv Tzung-Bi Shih
2020-12-29 14:31 ` [PATCH 0/5] ASoC: rt1015: apply some refactors Mark Brown

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.