| Age | Commit message (Collapse) | Author |
|
*-objs suffix is reserved rather for (user-space) host programs while
usually *-y suffix is used for kernel drivers (although *-objs works
for that purpose for now).
Let's correct the old usages of *-objs in Makefiles.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jaroslav Kysela <perex@perex.cz>
Link: https://lore.kernel.org/r/20240507135513.14919-10-tiwai@suse.de
|
|
Add SPDX license identifiers to all Make/Kconfig files which:
- Have no license information of any form
These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:
GPL-2.0-only
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
- added drivers for Digigram VXPocket V2, VXPocket 440 (pcmcia)
- added driver for Digigram VXP220 V2/Mic (PCI)
- added driver Harmony chipset (parisc)
- added OPL4 driver
- code cleanups - removed 2.2 and 2.4 code
- nm256 driver - added Dell Latitude LS workaround
- ac97 driver - fixes in intialization
- usb audio driver - strlcat() fixes
|