Loading sound/soc/sh/ssi.c +9 −12 Original line number Diff line number Diff line /* * Serial Sound Interface (I2S) support for SH7760/SH7780 * * Copyright (c) 2007 Manuel Lauss <mano@roarinelk.homelinux.net> * * licensed under the terms outlined in the file COPYING at the root * of the linux kernel sources. * * dont forget to set IPSEL/OMSEL register bits (in your board code) to * enable SSI output pins! */ // SPDX-License-Identifier: GPL-2.0 // // Serial Sound Interface (I2S) support for SH7760/SH7780 // // Copyright (c) 2007 Manuel Lauss <mano@roarinelk.homelinux.net> // // dont forget to set IPSEL/OMSEL register bits (in your board code) to // enable SSI output pins! /* * LIMITATIONS: Loading Loading @@ -400,6 +397,6 @@ static struct platform_driver sh4_ssi_driver = { module_platform_driver(sh4_ssi_driver); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("SuperH onchip SSI (I2S) audio driver"); MODULE_AUTHOR("Manuel Lauss <mano@roarinelk.homelinux.net>"); Loading
sound/soc/sh/ssi.c +9 −12 Original line number Diff line number Diff line /* * Serial Sound Interface (I2S) support for SH7760/SH7780 * * Copyright (c) 2007 Manuel Lauss <mano@roarinelk.homelinux.net> * * licensed under the terms outlined in the file COPYING at the root * of the linux kernel sources. * * dont forget to set IPSEL/OMSEL register bits (in your board code) to * enable SSI output pins! */ // SPDX-License-Identifier: GPL-2.0 // // Serial Sound Interface (I2S) support for SH7760/SH7780 // // Copyright (c) 2007 Manuel Lauss <mano@roarinelk.homelinux.net> // // dont forget to set IPSEL/OMSEL register bits (in your board code) to // enable SSI output pins! /* * LIMITATIONS: Loading Loading @@ -400,6 +397,6 @@ static struct platform_driver sh4_ssi_driver = { module_platform_driver(sh4_ssi_driver); MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("SuperH onchip SSI (I2S) audio driver"); MODULE_AUTHOR("Manuel Lauss <mano@roarinelk.homelinux.net>");