9 Sep
2013
9 Sep
'13
6:02 p.m.
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.