mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
Add appropriate SPDX-License-Identifier lines to the the remaining files that are missing such lines in the sound/soc directory, and in a few other miscelaneous files. Remove boilerplate license text. Signed-off-by: Tim Bird <tim.bird@sony.com> Link: https://patch.msgid.link/20260217190837.165504-1-tim.bird@sony.com Signed-off-by: Mark Brown <broonie@kernel.org>
6 lines
196 B
Makefile
6 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
snd-usb-audio-qmi-y := usb_audio_qmi_v01.o qc_audio_offload.o
|
|
snd-usb-audio-qmi-y += mixer_usb_offload.o
|
|
obj-$(CONFIG_SND_USB_AUDIO_QMI) += snd-usb-audio-qmi.o
|
|
|