On Wed, Feb 12, 2025 at 02:24:25AM +0000, Kuninori Morimoto wrote: > We can use 100 char in 1 line. Let's cleanup code. > - soc_setup_card_name(card, card->snd_card->shortname, > - card->name, NULL); > - soc_setup_card_name(card, card->snd_card->longname, > - card->long_name, card->name); > - soc_setup_card_name(card, card->snd_card->driver, > - card->driver_name, card->name); > + soc_setup_card_name(card, card->snd_card->shortname, card->name, NULL); > + soc_setup_card_name(card, card->snd_card->longname, card->long_name, card->name); > + soc_setup_card_name(card, card->snd_card->driver, card->driver_name, card->name); We *can* but not everyone uses such wide editor windows so it's not exactly a goal, more just something we can do flexibly if it makes sense.
Attachment:
signature.asc
Description: PGP signature
- References:
- [PATCH 00/12] ASoC: random cleanup
- From: Kuninori Morimoto
- [PATCH 05/12] ASoC: soc-core: line cleanup on snd_soc_bind_card()
- From: Kuninori Morimoto
- [PATCH 00/12] ASoC: random cleanup
- Prev by Date: Re: [PATCH 2/2] ASoC: imx-card: Add playback_only or capture_only support
- Next by Date: Re: [PATCH] ASoC: core: Change device numbering
- Previous by thread: [PATCH 05/12] ASoC: soc-core: line cleanup on snd_soc_bind_card()
- Next by thread: [PATCH 06/12] ASoC: soc-dapm: line cleanup on snd_soc_dai_link_event_pre_pmu()
- Index(es):
![]() |