Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * wm8728.h  --  WM8728 ASoC codec driver
0004  *
0005  * Copyright 2008 Wolfson Microelectronics plc
0006  *
0007  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
0008  */
0009 
0010 #ifndef _WM8728_H
0011 #define _WM8728_H
0012 
0013 #define WM8728_DACLVOL   0x00
0014 #define WM8728_DACRVOL   0x01
0015 #define WM8728_DACCTL    0x02
0016 #define WM8728_IFCTL     0x03
0017 
0018 #endif