Skip to content

Commit

Permalink
Added missing license
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin SHAMSNEJAD committed Oct 30, 2020
1 parent 71db53f commit 439e987
Show file tree
Hide file tree
Showing 9 changed files with 484 additions and 46 deletions.
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

28 changes: 19 additions & 9 deletions src/lx_core.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
/*
*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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 RMH_DEBUG 1*/

Expand Down Expand Up @@ -1768,7 +1782,3 @@ int lx_madi_set_madi_state(struct lx_chip *chip)
mutex_unlock(&chip->msg_lock);
return err;
}




23 changes: 18 additions & 5 deletions src/lx_core.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
/*
*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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
*/

#ifndef LX_CORE_H
#define LX_CORE_H
Expand Down
22 changes: 18 additions & 4 deletions src/lx_defs.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
/*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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
*/

#ifndef LX_DEFS_H
#define LX_DEFS_H
Expand Down
25 changes: 18 additions & 7 deletions src/lxcommon.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
/*
*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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
*/

//#include <linux/printk.h>
#include <linux/pci.h>
Expand Down Expand Up @@ -1665,5 +1678,3 @@ void snd_lx_generic_remove(struct pci_dev *pci)
pci_set_drvdata(pci, NULL);
#endif
}


23 changes: 18 additions & 5 deletions src/lxcommon.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
/*
*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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
*/

#ifndef SOUND_PCI_LXCOMMON_H_
#define SOUND_PCI_LXCOMMON_H_
Expand Down
24 changes: 18 additions & 6 deletions src/lxip.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
/*
*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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
*/

#include <linux/module.h>
#include <linux/init.h>
Expand Down Expand Up @@ -518,4 +531,3 @@ static struct pci_driver lxip_driver = {
};

module_pci_driver(lxip_driver);

23 changes: 18 additions & 5 deletions src/lxmadi.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
/*
*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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
*/

#include <linux/module.h>
#include <linux/init.h>
Expand Down
23 changes: 18 additions & 5 deletions src/lxmadi.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
/*
*
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 Jubier Sylvain <[email protected]>
*/
* ALSA driver for the digigram lx audio interface
*
* Copyright (c) 2016 by Digigram / Jubier Sylvain <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* 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
*/

#ifndef LXMADI_H
#define LXMADI_H
Expand Down

0 comments on commit 439e987

Please sign in to comment.