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

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

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

parents 5a07ea52 8f9bba24
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __AUDIO_CODEC_PORT_TYPES_H
#define __AUDIO_CODEC_PORT_TYPES_H

#define SPKR_L 1
#define SPKR_L_BOOST 2
#define SPKR_L_COMP 3
#define SPKR_L_VI 4
#define SPKR_R 5
#define SPKR_R_BOOST 6
#define SPKR_R_COMP 7
#define SPKR_R_VI 8
#define HPH_L 9
#define HPH_R 10
#define COMP_L 11
#define COMP_R 12
#define CLSH 13
#define LO 14
#define DSD_L 15
#define DSD_R 16
#define MBHC 17
#define ADC1 18
#define ADC2 19
#define ADC3 20
#define ADC4 21
#define DMIC0 22
#define DMIC1 23
#define DMIC2 24
#define DMIC3 25
#define DMIC4 26
#define DMIC5 27
#define DMIC6 28
#define DMIC7 29
#define DMIC8 30
#define DMIC9 31
#define DMIC10 32
#define PCM_OUT1 33

#endif /* __AUDIO_CODEC_PORT_TYPES_H */