Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21 lines
514 B
C
21 lines
514 B
C
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
|
|
/*
|
|
* Device Tree defines for CS48L32 DSP.
|
|
*
|
|
* Copyright (C) 2016-2018, 2022, 2025 Cirrus Logic, Inc. and
|
|
* Cirrus Logic International Semiconductor Ltd.
|
|
*/
|
|
|
|
#ifndef DT_BINDINGS_SOUND_CS48L32_H
|
|
#define DT_BINDINGS_SOUND_CS48L32_H
|
|
|
|
/* Values for cirrus,in-type */
|
|
#define CS48L32_IN_TYPE_DIFF 0
|
|
#define CS48L32_IN_TYPE_SE 1
|
|
|
|
/* Values for cirrus,pdm-sup */
|
|
#define CS48L32_PDM_SUP_VOUT_MIC 0
|
|
#define CS48L32_PDM_SUP_MICBIAS1 1
|
|
|
|
#endif
|