Takashi Iwai
e6f2a617ac
ALSA: aoa: Constify snd_device_ops definitions
...
Now we may declare const for snd_device_ops definitions, so let's do
it for optimization.
There should be no functional changes by this patch.
Link: https://lore.kernel.org/r/20200103081714.9560-12-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2020-01-03 09:24:01 +01:00
Thomas Gleixner
d6869352cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250
...
Based on 1 normalized pattern(s):
gpl v2 can be found in copying
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 20 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Reviewed-by: Allison Randal <allison@lohutok.net >
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com >
Reviewed-by: Enrico Weigelt <info@metux.net >
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190602204655.283615864@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2019-06-19 17:09:08 +02:00
Takashi Iwai
9ce5054363
ALSA: Drop __bitwise and typedefs for snd_device attributes
...
Using __bitwise and typedefs for the attributes of snd_device struct
isn't so useful, and rather it worsens the readability. Let's drop
them and use the straightforward enum.
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2014-02-14 08:20:24 +01:00
Takashi Iwai
1076879744
ALSA: ppc: Convert to snd_card_new() with a device pointer
...
Also remove superfluous snd_card_set_dev() calls.
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2014-02-14 08:14:06 +01:00
Takashi Iwai
bd7dd77c2a
ALSA: Convert to snd_card_create() in other sound/*
...
Convert from snd_card_new() to the new snd_card_create() function
in other sound subdirectories.
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2009-01-12 15:21:19 +01:00
Johannes Berg
888dcb7cb2
ALSA: aoa: clean up file names
...
This cleans up the apple onboard audio driver filenames.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net >
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2008-10-23 18:43:42 +02:00