Loading sound/soc/samsung/regs-iis.h +2 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk> * http://www.simtec.co.uk/products/SWLINUX/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * S3C2410 IIS register definition */ Loading sound/soc/samsung/s3c24xx-i2s.c +10 −15 Original line number Diff line number Diff line /* * s3c24xx-i2s.c -- ALSA Soc Audio Layer * * (c) 2006 Wolfson Microelectronics PLC. * Graeme Gregory graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com * * Copyright 2004-2005 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * 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+ // // s3c24xx-i2s.c -- ALSA Soc Audio Layer // // (c) 2006 Wolfson Microelectronics PLC. // Graeme Gregory graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com // // Copyright 2004-2005 Simtec Electronics // http://armlinux.simtec.co.uk/ // Ben Dooks <ben@simtec.co.uk> #include <linux/delay.h> #include <linux/clk.h> Loading sound/soc/samsung/s3c24xx-i2s.h +1 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0+ */ /* * s3c24xx-i2s.c -- ALSA Soc Audio Layer * Loading @@ -5,11 +6,6 @@ * Author: Graeme Gregory * graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com * * 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. * * Revision history * 10th Nov 2006 Initial version. */ Loading Loading
sound/soc/samsung/regs-iis.h +2 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk> * http://www.simtec.co.uk/products/SWLINUX/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * S3C2410 IIS register definition */ Loading
sound/soc/samsung/s3c24xx-i2s.c +10 −15 Original line number Diff line number Diff line /* * s3c24xx-i2s.c -- ALSA Soc Audio Layer * * (c) 2006 Wolfson Microelectronics PLC. * Graeme Gregory graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com * * Copyright 2004-2005 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * 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+ // // s3c24xx-i2s.c -- ALSA Soc Audio Layer // // (c) 2006 Wolfson Microelectronics PLC. // Graeme Gregory graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com // // Copyright 2004-2005 Simtec Electronics // http://armlinux.simtec.co.uk/ // Ben Dooks <ben@simtec.co.uk> #include <linux/delay.h> #include <linux/clk.h> Loading
sound/soc/samsung/s3c24xx-i2s.h +1 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0+ */ /* * s3c24xx-i2s.c -- ALSA Soc Audio Layer * Loading @@ -5,11 +6,6 @@ * Author: Graeme Gregory * graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com * * 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. * * Revision history * 10th Nov 2006 Initial version. */ Loading