Loading sound/soc/codecs/nau8822.c +11 −15 Original line number Diff line number Diff line /* * nau8822.c -- NAU8822 ALSA Soc Audio Codec driver * * Copyright 2017 Nuvoton Technology Corp. * * Author: David Lin <ctlin0@nuvoton.com> * Co-author: John Hsu <kchsu0@nuvoton.com> * Co-author: Seven Li <wtli@nuvoton.com> * * Based on WM8974.c * * 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. */ // SPDX-License-Identifier: GPL-2.0 // // nau8822.c -- NAU8822 ALSA Soc Audio driver // // Copyright 2017 Nuvoton Technology Crop. // // Author: David Lin <ctlin0@nuvoton.com> // Co-author: John Hsu <kchsu0@nuvoton.com> // Co-author: Seven Li <wtli@nuvoton.com> // // Based on WM8974.c #include <linux/module.h> #include <linux/moduleparam.h> Loading sound/soc/codecs/nau8822.h +5 −6 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * nau8822.h -- NAU8822 Soc Audio Codec driver * nau8822.h -- NAU8822 ALSA SoC Audio driver * * Copyright 2017 Nuvoton Technology Crop. * * Author: David Lin <ctlin0@nuvoton.com> * Co-author: John Hsu <kchsu0@nuvoton.com> * Co-author: John Hsu <kchsu@nuvoton.com> * Co-author: Seven Li <wtli@nuvoton.com> * * 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. */ #ifndef __NAU8822_H__ Loading Loading
sound/soc/codecs/nau8822.c +11 −15 Original line number Diff line number Diff line /* * nau8822.c -- NAU8822 ALSA Soc Audio Codec driver * * Copyright 2017 Nuvoton Technology Corp. * * Author: David Lin <ctlin0@nuvoton.com> * Co-author: John Hsu <kchsu0@nuvoton.com> * Co-author: Seven Li <wtli@nuvoton.com> * * Based on WM8974.c * * 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. */ // SPDX-License-Identifier: GPL-2.0 // // nau8822.c -- NAU8822 ALSA Soc Audio driver // // Copyright 2017 Nuvoton Technology Crop. // // Author: David Lin <ctlin0@nuvoton.com> // Co-author: John Hsu <kchsu0@nuvoton.com> // Co-author: Seven Li <wtli@nuvoton.com> // // Based on WM8974.c #include <linux/module.h> #include <linux/moduleparam.h> Loading
sound/soc/codecs/nau8822.h +5 −6 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * nau8822.h -- NAU8822 Soc Audio Codec driver * nau8822.h -- NAU8822 ALSA SoC Audio driver * * Copyright 2017 Nuvoton Technology Crop. * * Author: David Lin <ctlin0@nuvoton.com> * Co-author: John Hsu <kchsu0@nuvoton.com> * Co-author: John Hsu <kchsu@nuvoton.com> * Co-author: Seven Li <wtli@nuvoton.com> * * 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. */ #ifndef __NAU8822_H__ Loading