Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-2.6-microblaze.git] / sound / soc / codecs / rt5682-sdw.h
1 /* SPDX-License-Identifier: GPL-2.0-only
2  *
3  * rt5682-sdw.h  --  RT5682 SDW ALSA SoC audio driver
4  *
5  * Copyright 2019 Realtek Semiconductor Corp.
6  * Author: Oder Chiou <oder_chiou@realtek.com>
7  */
8
9 #ifndef __RT5682_SDW_H__
10 #define __RT5682_SDW_H__
11
12 #define RT5682_SDW_ADDR_L                       0x3000
13 #define RT5682_SDW_ADDR_H                       0x3001
14 #define RT5682_SDW_DATA_L                       0x3004
15 #define RT5682_SDW_DATA_H                       0x3005
16 #define RT5682_SDW_CMD                          0x3008
17
18 #define RT5682_PROBE_TIMEOUT                    2000
19
20 #endif /* __RT5682_SDW_H__ */