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

Commit 13feb4f7 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 7b2d4ab6 d34dc102
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 */