Loading sound/soc/codecs/rt1308.c +7 −10 Original line number Diff line number Diff line /* * rt1308.c -- RT1308 ALSA SoC amplifier component driver * * Copyright 2019 Realtek Semiconductor Corp. * Author: Derek Fang <derek.fang@realtek.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. */ // SPDX-License-Identifier: GPL-2.0 // // rt1308.c -- RT1308 ALSA SoC amplifier component driver // // Copyright 2019 Realtek Semiconductor Corp. // Author: Derek Fang <derek.fang@realtek.com> // #include <linux/module.h> #include <linux/moduleparam.h> Loading sound/soc/codecs/rt1308.h +2 −4 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * RT1308.h -- RT1308 ALSA SoC amplifier component driver * rt1308.h -- RT1308 ALSA SoC amplifier component driver * * Copyright 2019 Realtek Semiconductor Corp. * Author: Derek Fang <derek.fang@realtek.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 _RT1308_H_ Loading Loading
sound/soc/codecs/rt1308.c +7 −10 Original line number Diff line number Diff line /* * rt1308.c -- RT1308 ALSA SoC amplifier component driver * * Copyright 2019 Realtek Semiconductor Corp. * Author: Derek Fang <derek.fang@realtek.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. */ // SPDX-License-Identifier: GPL-2.0 // // rt1308.c -- RT1308 ALSA SoC amplifier component driver // // Copyright 2019 Realtek Semiconductor Corp. // Author: Derek Fang <derek.fang@realtek.com> // #include <linux/module.h> #include <linux/moduleparam.h> Loading
sound/soc/codecs/rt1308.h +2 −4 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * RT1308.h -- RT1308 ALSA SoC amplifier component driver * rt1308.h -- RT1308 ALSA SoC amplifier component driver * * Copyright 2019 Realtek Semiconductor Corp. * Author: Derek Fang <derek.fang@realtek.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 _RT1308_H_ Loading