1
0
Fork 0
alistair23-linux/sound/isa/msnd
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
msnd.c ALSA: isa: make snd_pcm_hardware const 2017-08-17 12:44:11 +02:00
msnd.h ALSA: msnd: Remove always NULL parameter 2015-01-02 16:28:04 +01:00
msnd_classic.c ALSA: Turtle Beach Multisound Classic/Pinnacle driver 2009-01-28 07:47:36 +01:00
msnd_classic.h ALSA: Turtle Beach Multisound Classic/Pinnacle driver 2009-01-28 07:47:36 +01:00
msnd_midi.c ALSA: msnd: Optimize / harden DSP and MIDI loops 2017-07-07 15:34:57 +02:00
msnd_pinnacle.c sound: Use octal not symbolic permissions 2018-05-28 11:27:20 +02:00
msnd_pinnacle.h ALSA: Turtle Beach Multisound Classic/Pinnacle driver 2009-01-28 07:47:36 +01:00
msnd_pinnacle_mixer.c ALSA: msnd: add some missing curly braces 2015-03-05 13:02:10 +01:00