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>
This commit is contained in:
parent
d4c4e28615
commit
85f856f790
@ -58,7 +58,7 @@ The pins can be used in referring sound node's audio-routing property.
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/sound/tlv320aic31xx-micbias.h>
|
#include <dt-bindings/sound/tlv320aic31xx.h>
|
||||||
|
|
||||||
tlv320aic31xx: tlv320aic31xx@18 {
|
tlv320aic31xx: tlv320aic31xx@18 {
|
||||||
compatible = "ti,tlv320aic311x";
|
compatible = "ti,tlv320aic311x";
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <dt-bindings/pinctrl/am43xx.h>
|
#include <dt-bindings/pinctrl/am43xx.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/pwm/pwm.h>
|
#include <dt-bindings/pwm/pwm.h>
|
||||||
#include <dt-bindings/sound/tlv320aic31xx-micbias.h>
|
#include <dt-bindings/sound/tlv320aic31xx.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "TI AM43x EPOS EVM";
|
model = "TI AM43x EPOS EVM";
|
||||||
|
@ -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 */
|
|
9
include/dt-bindings/sound/tlv320aic31xx.h
Normal file
9
include/dt-bindings/sound/tlv320aic31xx.h
Normal file
@ -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 */
|
@ -32,7 +32,7 @@
|
|||||||
#include <sound/soc.h>
|
#include <sound/soc.h>
|
||||||
#include <sound/initval.h>
|
#include <sound/initval.h>
|
||||||
#include <sound/tlv.h>
|
#include <sound/tlv.h>
|
||||||
#include <dt-bindings/sound/tlv320aic31xx-micbias.h>
|
#include <dt-bindings/sound/tlv320aic31xx.h>
|
||||||
|
|
||||||
#include "tlv320aic31xx.h"
|
#include "tlv320aic31xx.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user