mbox series

[-next,0/5] sound/soc: fix some macro definitions and usages

Message ID 20240821070815.2326534-1-lihongbo22@huawei.com
Headers show
Series sound/soc: fix some macro definitions and usages | expand

Message

Hongbo Li Aug. 21, 2024, 7:08 a.m. UTC
Many variable in macro are not used as we used macro_check
script to detect and mamually check, let us address these
issues.

Hongbo Li (5):
  sound/soc: fix macro definition on TWL4030_OUTPUT_PGA
  sound/soc remove unused substream in macro soc_component_mark_pop
  sound/soc remove unused substream in macro soc_dai_mark_pop
  sound/soc remove unused substream in macro soc_link_mark_pop
  sound/soc: fix macro definition on STM_SAI_HAS_EXT_SYNC

 sound/soc/codecs/twl4030.c    | 12 ++++++------
 sound/soc/soc-component.c     | 14 +++++++-------
 sound/soc/soc-dai.c           | 10 +++++-----
 sound/soc/soc-link.c          | 10 +++++-----
 sound/soc/stm/stm32_sai_sub.c |  2 +-
 5 files changed, 24 insertions(+), 24 deletions(-)

Comments

Mark Brown Sept. 6, 2024, 12:55 p.m. UTC | #1
On Wed, Aug 21, 2024 at 03:08:10PM +0800, Hongbo Li wrote:

> Hongbo Li (5):
>   sound/soc: fix macro definition on TWL4030_OUTPUT_PGA
>   sound/soc remove unused substream in macro soc_component_mark_pop
>   sound/soc remove unused substream in macro soc_dai_mark_pop
>   sound/soc remove unused substream in macro soc_link_mark_pop
>   sound/soc: fix macro definition on STM_SAI_HAS_EXT_SYNC

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.