Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: echoaudio: Add SPDX ids to some files

Add SPDX-License-Identifier lines to some files in the
sound subsystem - mostly in the echoaudio drivers.
Remove boilerplate GPL headers.

Signed-off-by: Tim Bird <tim.bird@sony.com>
Link: https://patch.msgid.link/20260212234928.3739815-1-tim.bird@sony.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Tim Bird and committed by
Takashi Iwai
a3345015 24618446

+23 -339
+1 -4
sound/oss/dmasound/dmasound_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/sound/oss/dmasound/dmasound_core.c 3 4 * ··· 21 20 * 22 21 * /dev/sndstat is based on code by Hannu Savolainen, the author of the 23 22 * VoxWare family of drivers. 24 - * 25 - * This file is subject to the terms and conditions of the GNU General Public 26 - * License. See the file COPYING in the main directory of this archive 27 - * for more details. 28 23 * 29 24 * History: 30 25 *
+1 -16
sound/pci/echoaudio/darla20_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/darla24_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/echo3g_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/echoaudio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 **************************************************************************** 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/echoaudio_3g.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/echoaudio_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/echoaudio_dsp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/echoaudio_gml.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/gina20_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/gina24_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/indigo_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/indigo_express_dsp.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /************************************************************************ 2 3 3 4 This file is part of Echo Digital Audio's generic driver library. 4 5 Copyright Echo Digital Audio Corporation (c) 1998 - 2005 5 6 All rights reserved 6 7 www.echoaudio.com 7 - 8 - This library is free software; you can redistribute it and/or 9 - modify it under the terms of the GNU Lesser General Public 10 - License as published by the Free Software Foundation; either 11 - version 2.1 of the License, or (at your option) any later version. 12 - 13 - This library is distributed in the hope that it will be useful, 14 - but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - Lesser General Public License for more details. 17 - 18 - You should have received a copy of the GNU Lesser General Public 19 - License along with this library; if not, write to the Free Software 20 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 - 22 - ************************************************************************* 23 8 24 9 Translation from C++ and adaptation for use in ALSA-Driver 25 10 were made by Giuliano Pochini <pochini@shiny.it>
+1 -16
sound/pci/echoaudio/indigodj_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/indigodjx_dsp.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /************************************************************************ 2 3 3 4 This file is part of Echo Digital Audio's generic driver library. 4 5 Copyright Echo Digital Audio Corporation (c) 1998 - 2005 5 6 All rights reserved 6 7 www.echoaudio.com 7 - 8 - This library is free software; you can redistribute it and/or 9 - modify it under the terms of the GNU Lesser General Public 10 - License as published by the Free Software Foundation; either 11 - version 2.1 of the License, or (at your option) any later version. 12 - 13 - This library is distributed in the hope that it will be useful, 14 - but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - Lesser General Public License for more details. 17 - 18 - You should have received a copy of the GNU Lesser General Public 19 - License along with this library; if not, write to the Free Software 20 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 - 22 - ************************************************************************* 23 8 24 9 Translation from C++ and adaptation for use in ALSA-Driver 25 10 were made by Giuliano Pochini <pochini@shiny.it>
+1 -16
sound/pci/echoaudio/indigoio_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/indigoiox_dsp.c
··· 1 + // SPDX-License-Identifier: LGPL-2.1-or-later 1 2 /************************************************************************ 2 3 3 4 This file is part of Echo Digital Audio's generic driver library. 4 5 Copyright Echo Digital Audio Corporation (c) 1998 - 2005 5 6 All rights reserved 6 7 www.echoaudio.com 7 - 8 - This library is free software; you can redistribute it and/or 9 - modify it under the terms of the GNU Lesser General Public 10 - License as published by the Free Software Foundation; either 11 - version 2.1 of the License, or (at your option) any later version. 12 - 13 - This library is distributed in the hope that it will be useful, 14 - but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - Lesser General Public License for more details. 17 - 18 - You should have received a copy of the GNU Lesser General Public 19 - License along with this library; if not, write to the Free Software 20 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 - 22 - ************************************************************************* 23 8 24 9 Translation from C++ and adaptation for use in ALSA-Driver 25 10 were made by Giuliano Pochini <pochini@shiny.it>
+1 -16
sound/pci/echoaudio/layla20_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -15
sound/pci/echoaudio/layla24_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software Foundation. 13 - 14 - This program is distributed in the hope that it will be useful, 15 - but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - GNU General Public License for more details. 18 - 19 - You should have received a copy of the GNU General Public License 20 - along with this program; if not, write to the Free Software 21 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 22 - MA 02111-1307, USA. 23 - 24 8 ************************************************************************* 25 9 26 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/mia_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1 -16
sound/pci/echoaudio/mona_dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /**************************************************************************** 2 3 3 4 Copyright Echo Digital Audio Corporation (c) 1998 - 2004 ··· 6 5 www.echoaudio.com 7 6 8 7 This file is part of Echo Digital Audio's generic driver library. 9 - 10 - Echo Digital Audio's generic driver library is free software; 11 - you can redistribute it and/or modify it under the terms of 12 - the GNU General Public License as published by the Free Software 13 - Foundation. 14 - 15 - This program is distributed in the hope that it will be useful, 16 - but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - GNU General Public License for more details. 19 - 20 - You should have received a copy of the GNU General Public License 21 - along with this program; if not, write to the Free Software 22 - Foundation, Inc., 59 Temple Place - Suite 330, Boston, 23 - MA 02111-1307, USA. 24 - 25 8 ************************************************************************* 26 9 27 10 Translation from C++ and adaptation for use in ALSA-Driver
+1
sound/pci/ens1371.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #define CHIP1371 2 3 #include "ens1370.c"