Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /*
0003  * cs35l45.h -- CS35L45 ALSA SoC audio driver DT bindings header
0004  *
0005  * Copyright 2022 Cirrus Logic, Inc.
0006  */
0007 
0008 #ifndef DT_CS35L45_H
0009 #define DT_CS35L45_H
0010 
0011 /*
0012  * cirrus,asp-sdout-hiz-ctrl
0013  *
0014  * TX_HIZ_UNUSED:   TX pin high-impedance during unused slots.
0015  * TX_HIZ_DISABLED: TX pin high-impedance when all channels disabled.
0016  */
0017 #define CS35L45_ASP_TX_HIZ_UNUSED   0x1
0018 #define CS35L45_ASP_TX_HIZ_DISABLED 0x2
0019 
0020 #endif /* DT_CS35L45_H */