Loading sound/soc/codecs/tfa9879.c +6 −12 Original line number Diff line number Diff line /* * tfa9879.c -- driver for NXP Semiconductors TFA9879 * * Copyright (C) 2014 Axentia Technologies AB * Author: Peter Rosin <peda@axentia.se> * * 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. * */ // SPDX-License-Identifier: GPL-2.0+ // // tfa9879.c -- driver for NXP Semiconductors TFA9879 // // Copyright (C) 2014 Axentia Technologies AB // Author: Peter Rosin <peda@axentia.se> #include <linux/module.h> #include <linux/init.h> Loading sound/soc/codecs/tfa9879.h +1 −6 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0+ */ /* * tfa9879.h -- driver for NXP Semiconductors TFA9879 * * Copyright (C) 2014 Axentia Technologies AB * Author: Peter Rosin <peda@axentia.se> * * 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. * */ #ifndef _TFA9879_H Loading Loading
sound/soc/codecs/tfa9879.c +6 −12 Original line number Diff line number Diff line /* * tfa9879.c -- driver for NXP Semiconductors TFA9879 * * Copyright (C) 2014 Axentia Technologies AB * Author: Peter Rosin <peda@axentia.se> * * 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. * */ // SPDX-License-Identifier: GPL-2.0+ // // tfa9879.c -- driver for NXP Semiconductors TFA9879 // // Copyright (C) 2014 Axentia Technologies AB // Author: Peter Rosin <peda@axentia.se> #include <linux/module.h> #include <linux/init.h> Loading
sound/soc/codecs/tfa9879.h +1 −6 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0+ */ /* * tfa9879.h -- driver for NXP Semiconductors TFA9879 * * Copyright (C) 2014 Axentia Technologies AB * Author: Peter Rosin <peda@axentia.se> * * 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. * */ #ifndef _TFA9879_H Loading