diff options
author | Ariel D'Alessandro <ariel.dalessandro@collabora.com> | 2022-01-17 10:21:05 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-01-24 13:31:52 +0000 |
commit | 85f856f790b5fd427cb31b3f62755713174da0aa (patch) | |
tree | 0614c527610979578cb2f323bd37ef98c0a0411c /include/dt-bindings/sound | |
parent | d4c4e2861560ab1cbf540bbda5bcdf4c92b17110 (diff) | |
download | lwn-85f856f790b5fd427cb31b3f62755713174da0aa.tar.gz lwn-85f856f790b5fd427cb31b3f62755713174da0aa.zip |
ASoC: Rename tlv320aic31xx-micbias.h as tlv320aic31xx.h
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>
Diffstat (limited to 'include/dt-bindings/sound')
-rw-r--r-- | include/dt-bindings/sound/tlv320aic31xx-micbias.h | 9 | ||||
-rw-r--r-- | include/dt-bindings/sound/tlv320aic31xx.h | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/include/dt-bindings/sound/tlv320aic31xx-micbias.h b/include/dt-bindings/sound/tlv320aic31xx-micbias.h deleted file mode 100644 index c6895a18a455..000000000000 --- a/include/dt-bindings/sound/tlv320aic31xx-micbias.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __DT_TLV320AIC31XX_MICBIAS_H -#define __DT_TLV320AIC31XX_MICBIAS_H - -#define MICBIAS_2_0V 1 -#define MICBIAS_2_5V 2 -#define MICBIAS_AVDDV 3 - -#endif /* __DT_TLV320AIC31XX_MICBIAS_H */ diff --git a/include/dt-bindings/sound/tlv320aic31xx.h b/include/dt-bindings/sound/tlv320aic31xx.h new file mode 100644 index 000000000000..3a845fbba992 --- /dev/null +++ b/include/dt-bindings/sound/tlv320aic31xx.h @@ -0,0 +1,9 @@ +/* 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 */ |