Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d34dc102 authored by Ramprasad Katkam's avatar Ramprasad Katkam
Browse files

ARM: dts: msm: Add new file of audio port types for soundwire



Add audio codec port types in new header required by
soundwire interface to parse from soundwire device nodes.

Change-Id: I2325b3a8d04aaa5e204ab7e51041329700156154
Signed-off-by: default avatarRamprasad Katkam <katkam@codeaurora.org>
parent e1d7d8cb
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
#ifndef __AUDIO_CODEC_PORT_TYPES_H
#define __AUDIO_CODEC_PORT_TYPES_H

enum codec_port_type {
	SPKR_L = 1,
	SPKR_L_BOOST,
	SPKR_L_COMP,
	SPKR_L_VI,
	SPKR_R,
	SPKR_R_BOOST,
	SPKR_R_COMP,
	SPKR_R_VI,
	HPH,
	COMPANDER,
	CLSH,
	LO,
	DSD,
	MBHC,
	ADC1,
	ADC2,
	ADC3,
	DMIC1,
	DMIC2,
	DMIC3,
	DMIC4,
	DMIC5,
	DMIC6,
	DMIC7,
	DMIC8,
	DMIC9,
	DMIC10,
};
#endif /* __AUDIO_CODEC_PORT_TYPES_H */