Loading sound/soc/codecs/max9860.c +11 −20 Original line number Diff line number Diff line /* * Driver for the MAX9860 Mono Audio Voice Codec * * https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf * * The driver does not support sidetone since the DVST register field is * backwards with the mute near the maximum level instead of the minimum. * * Author: Peter Rosin <peda@axentia.s> * Copyright 2016 Axentia Technologies * * 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. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ // SPDX-License-Identifier: GPL-2.0 // // Driver for the MAX9860 Mono Audio Voice Codec // // https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf // // The driver does not support sidetone since the DVST register field is // backwards with the mute near the maximum level instead of the minimum. // // Author: Peter Rosin <peda@axentia.s> // Copyright 2016 Axentia Technologies #include <linux/init.h> #include <linux/module.h> Loading sound/soc/codecs/max9860.h +1 −9 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Driver for the MAX9860 Mono Audio Voice Codec * * Author: Peter Rosin <peda@axentia.s> * Copyright 2016 Axentia Technologies * * 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. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ #ifndef _SND_SOC_MAX9860 Loading Loading
sound/soc/codecs/max9860.c +11 −20 Original line number Diff line number Diff line /* * Driver for the MAX9860 Mono Audio Voice Codec * * https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf * * The driver does not support sidetone since the DVST register field is * backwards with the mute near the maximum level instead of the minimum. * * Author: Peter Rosin <peda@axentia.s> * Copyright 2016 Axentia Technologies * * 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. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ // SPDX-License-Identifier: GPL-2.0 // // Driver for the MAX9860 Mono Audio Voice Codec // // https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf // // The driver does not support sidetone since the DVST register field is // backwards with the mute near the maximum level instead of the minimum. // // Author: Peter Rosin <peda@axentia.s> // Copyright 2016 Axentia Technologies #include <linux/init.h> #include <linux/module.h> Loading
sound/soc/codecs/max9860.h +1 −9 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Driver for the MAX9860 Mono Audio Voice Codec * * Author: Peter Rosin <peda@axentia.s> * Copyright 2016 Axentia Technologies * * 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. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ #ifndef _SND_SOC_MAX9860 Loading