mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 10:26:09 +00:00
85f856f790
Let's use a more generic name, so other definitions for tlv320aic31xx can be included. Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220117132109.283365-2-ariel.dalessandro@collabora.com Signed-off-by: Mark Brown <broonie@kernel.org>
10 lines
206 B
C
10 lines
206 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_TLV320AIC31XX_H
|
|
#define __DT_TLV320AIC31XX_H
|
|
|
|
#define MICBIAS_2_0V 1
|
|
#define MICBIAS_2_5V 2
|
|
#define MICBIAS_AVDDV 3
|
|
|
|
#endif /* __DT_TLV320AIC31XX_H */
|