Merge branch 'topic/rt5651' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
#ifndef __LINUX_SND_RT5651_H
|
||||
#define __LINUX_SND_RT5651_H
|
||||
|
||||
/*
|
||||
* Note these MUST match the values from the DT binding:
|
||||
* Documentation/devicetree/bindings/sound/rt5651.txt
|
||||
*/
|
||||
enum rt5651_jd_src {
|
||||
RT5651_JD_NULL,
|
||||
RT5651_JD1_1,
|
||||
@@ -18,12 +22,15 @@ enum rt5651_jd_src {
|
||||
RT5651_JD2,
|
||||
};
|
||||
|
||||
struct rt5651_platform_data {
|
||||
/* IN2 can optionally be differential */
|
||||
bool in2_diff;
|
||||
|
||||
bool dmic_en;
|
||||
enum rt5651_jd_src jd_src;
|
||||
/*
|
||||
* Note these MUST match the values from the DT binding:
|
||||
* Documentation/devicetree/bindings/sound/rt5651.txt
|
||||
*/
|
||||
enum rt5651_ovcd_sf {
|
||||
RT5651_OVCD_SF_0P5,
|
||||
RT5651_OVCD_SF_0P75,
|
||||
RT5651_OVCD_SF_1P0,
|
||||
RT5651_OVCD_SF_1P5,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user