linux-stable/sound/drivers/opl4
Joe Perches 6a73cf46ce sound: Use octal not symbolic permissions
Convert the S_<FOO> symbolic permissions to their octal equivalents as
using octal and not symbolic permissions is preferred by many as more
readable.

see: https://lkml.org/lkml/2016/8/2/1945

Done with automated conversion via:
$ ./scripts/checkpatch.pl -f --types=SYMBOLIC_PERMS --fix-inplace <files...>

Miscellanea:

o Wrapped one multi-line call to a single line

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2018-05-28 11:27:20 +02:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
opl4_lib.c ALSA: opl4: Move inline before return type 2017-07-06 09:24:17 +02:00
opl4_local.h ALSA: seq: Allow the modular sequencer registration 2017-06-12 08:43:33 +02:00
opl4_mixer.c
opl4_proc.c sound: Use octal not symbolic permissions 2018-05-28 11:27:20 +02:00
opl4_seq.c ALSA: seq: Define driver object in each driver 2015-02-12 14:15:54 +01:00
opl4_synth.c ALSA: Include linux/io.h instead of asm/io.h 2015-01-28 16:49:33 +01:00
yrw801.c