
On 2020-01-29 08:55, Daniel Baluta wrote:
On Tue, 2020-01-28 at 11:43 +0100, Cezary Rojewski wrote:
diff --git a/sound/soc/sof/intel/hda-compress.c b/sound/soc/sof/intel/hda-compress.c new file mode 100644 index 000000000000..da7de867d0af --- /dev/null +++ b/sound/soc/sof/intel/hda-compress.c @@ -0,0 +1,132 @@ +// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
I think SPDX is enough.
+// +// This file is provided under a dual BSD/GPLv2 license. When using or +// redistributing this file, you may do so under either license.
No need to add this boilerplate code.
Header shares structure of all other headers within sof directory. If your claim is true, then all headers have to be updated, not just this one. Such change should be provided in a separate patch/ series.
Czarek