[alsa-devel] [PATCH] ASoC: ad1980: fix the indentation
Mark Brown
broonie at kernel.org
Mon Sep 9 17:02:26 CEST 2013
On Sun, Sep 08, 2013 at 05:48:03PM +0800, Barry Song wrote:
> static const struct snd_kcontrol_new ad1980_snd_ac97_controls[] = {
> -SOC_DOUBLE("Master Playback Volume", AC97_MASTER, 8, 0, 31, 1),
> -SOC_SINGLE("Master Playback Switch", AC97_MASTER, 15, 1, 1),
> + SOC_DOUBLE("Master Playback Volume", AC97_MASTER, 8, 0, 31, 1),
> + SOC_SINGLE("Master Playback Switch", AC97_MASTER, 15, 1, 1),
The existing indentation is actually idiomatic for ASoC tables - it
minimises the amount of wrapping within the tables which gets annoying
fast.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20130909/4e25e5e2/attachment.sig>
More information about the Alsa-devel
mailing list