Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ariel D'Alessandro and committed by
Mark Brown
85f856f7 d4c4e286

+12 -12
+1 -1
Documentation/devicetree/bindings/sound/tlv320aic31xx.txt
··· 58 58 59 59 Example: 60 60 #include <dt-bindings/gpio/gpio.h> 61 - #include <dt-bindings/sound/tlv320aic31xx-micbias.h> 61 + #include <dt-bindings/sound/tlv320aic31xx.h> 62 62 63 63 tlv320aic31xx: tlv320aic31xx@18 { 64 64 compatible = "ti,tlv320aic311x";
+1 -1
arch/arm/boot/dts/am43x-epos-evm.dts
··· 11 11 #include <dt-bindings/pinctrl/am43xx.h> 12 12 #include <dt-bindings/gpio/gpio.h> 13 13 #include <dt-bindings/pwm/pwm.h> 14 - #include <dt-bindings/sound/tlv320aic31xx-micbias.h> 14 + #include <dt-bindings/sound/tlv320aic31xx.h> 15 15 16 16 / { 17 17 model = "TI AM43x EPOS EVM";
-9
include/dt-bindings/sound/tlv320aic31xx-micbias.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 2 - #ifndef __DT_TLV320AIC31XX_MICBIAS_H 3 - #define __DT_TLV320AIC31XX_MICBIAS_H 4 - 5 - #define MICBIAS_2_0V 1 6 - #define MICBIAS_2_5V 2 7 - #define MICBIAS_AVDDV 3 8 - 9 - #endif /* __DT_TLV320AIC31XX_MICBIAS_H */
+9
include/dt-bindings/sound/tlv320aic31xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + #ifndef __DT_TLV320AIC31XX_H 3 + #define __DT_TLV320AIC31XX_H 4 + 5 + #define MICBIAS_2_0V 1 6 + #define MICBIAS_2_5V 2 7 + #define MICBIAS_AVDDV 3 8 + 9 + #endif /* __DT_TLV320AIC31XX_H */
+1 -1
sound/soc/codecs/tlv320aic31xx.c
··· 32 32 #include <sound/soc.h> 33 33 #include <sound/initval.h> 34 34 #include <sound/tlv.h> 35 - #include <dt-bindings/sound/tlv320aic31xx-micbias.h> 35 + #include <dt-bindings/sound/tlv320aic31xx.h> 36 36 37 37 #include "tlv320aic31xx.h" 38 38