You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
734 B
27 lines
734 B
/*
|
|
* Device Tree defines for Tacna codecs
|
|
*
|
|
* Copyright 2016-2018 Cirrus Logic, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef DT_BINDINGS_SOUND_TACNA_H
|
|
#define DT_BINDINGS_SOUND_TACNA_H
|
|
|
|
#define TACNA_IN_TYPE_DIFF 0
|
|
#define TACNA_IN_TYPE_SE 1
|
|
|
|
#define TACNA_PDM_SUP_VOUT_MIC 0
|
|
#define TACNA_PDM_SUP_MICBIAS1 1
|
|
#define TACNA_PDM_SUP_MICBIAS2 2
|
|
#define TACNA_PDM_SUP_MICBIAS3 3
|
|
|
|
#define TACNA_PDM_FMT_MODE_A_LSB_FIRST 0x0000
|
|
#define TACNA_PDM_FMT_MODE_B_LSB_FIRST 0x4000
|
|
#define TACNA_PDM_FMT_MODE_A_MSB_FIRST 0x8000
|
|
#define TACNA_PDM_FMT_MODE_B_MSB_FIRST 0xc000
|
|
|
|
#endif
|
|
|