treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of version 2 of the gnu general public license as published by the free software foundation this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with this program if not write to the free software foundation inc 59 temple place suite 330 boston ma 02111 1307 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 24 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Richard Fontana <rfontana@redhat.com> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190529141334.606756275@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
ff7924b024
Коммит
07d7fe7bd6
|
@ -1,21 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Asihpi soundcard
|
* Asihpi soundcard
|
||||||
* Copyright (c) by AudioScience Inc <support@audioscience.com>
|
* Copyright (c) by AudioScience Inc <support@audioscience.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation;
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* The following is not a condition of use, merely a request:
|
* The following is not a condition of use, merely a request:
|
||||||
* If you modify this program, particularly if you fix errors, AudioScience Inc
|
* If you modify this program, particularly if you fix errors, AudioScience Inc
|
||||||
* would appreciate it if you grant us the right to use those modifications
|
* would appreciate it if you grant us the right to use those modifications
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
/** \file hpi.h
|
/** \file hpi.h
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Hardware Programming Interface (HPI) for AudioScience ASI6200 series adapters.
|
Hardware Programming Interface (HPI) for AudioScience ASI6200 series adapters.
|
||||||
These PCI bus adapters are based on the TI C6711 DSP.
|
These PCI bus adapters are based on the TI C6711 DSP.
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Public declarations for DSP Proramming Interface to TI C6701
|
Public declarations for DSP Proramming Interface to TI C6701
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Hardware Programming Interface (HPI) for AudioScience
|
Hardware Programming Interface (HPI) for AudioScience
|
||||||
ASI50xx, AS51xx, ASI6xxx, ASI87xx ASI89xx series adapters.
|
ASI50xx, AS51xx, ASI6xxx, ASI87xx ASI89xx series adapters.
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Host Interface module for an ASI6205 based
|
Host Interface module for an ASI6205 based
|
||||||
bus mastering PCI adapter.
|
bus mastering PCI adapter.
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
HPI internal definitions
|
HPI internal definitions
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
\file hpicmn.c
|
\file hpicmn.c
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/**
|
/**
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Debug macro translation.
|
Debug macro translation.
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Debug macros.
|
Debug macros.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
|
@ -5,18 +6,6 @@
|
||||||
|
|
||||||
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
#define SOURCEFILE_NAME "hpidspcd.c"
|
#define SOURCEFILE_NAME "hpidspcd.c"
|
||||||
|
|
|
@ -1,21 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/***********************************************************************/
|
/***********************************************************************/
|
||||||
/**
|
/**
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
\file
|
\file
|
||||||
Functions for reading DSP code to load into DSP
|
Functions for reading DSP code to load into DSP
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Hardware Programming Interface (HPI) Utility functions.
|
Hardware Programming Interface (HPI) Utility functions.
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Hardware Programming Interface (HPI) Utility functions
|
Hardware Programming Interface (HPI) Utility functions
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Extended Message Function With Response Caching
|
Extended Message Function With Response Caching
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
HPI Extended Message Handler Functions
|
HPI Extended Message Handler Functions
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Linux HPI ioctl, and shared module init functions
|
Linux HPI ioctl, and shared module init functions
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2012 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
HPI Operating System function implementation for Linux
|
HPI Operating System function implementation for Linux
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
HPI Operating System Specific macros for Linux Kernel driver
|
HPI Operating System Specific macros for Linux Kernel driver
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
|
||||||
AudioScience HPI driver
|
AudioScience HPI driver
|
||||||
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of version 2 of the GNU General Public License as
|
|
||||||
published by the Free Software Foundation;
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program; if not, write to the Free Software
|
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
|
|
||||||
Array initializer for PCI card IDs
|
Array initializer for PCI card IDs
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/* aica.h
|
/* aica.h
|
||||||
* Header file for ALSA driver for
|
* Header file for ALSA driver for
|
||||||
* Sega Dreamcast Yamaha AICA sound
|
* Sega Dreamcast Yamaha AICA sound
|
||||||
* Copyright Adrian McMenamin
|
* Copyright Adrian McMenamin
|
||||||
* <adrian@mcmen.demon.co.uk>
|
* <adrian@mcmen.demon.co.uk>
|
||||||
* 2006
|
* 2006
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* SPU memory and register constants etc */
|
/* SPU memory and register constants etc */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче