1 /* SPDX-License-Identifier: GPL-2.0 */
3 * rt711-sdw.h -- RT711 ALSA SoC audio driver header
5 * Copyright(c) 2019 Realtek Semiconductor Corp.
8 #ifndef __RT711_SDW_H__
9 #define __RT711_SDW_H__
11 static const struct reg_default rt711_reg_defaults
[] = {
270 { 0x752009, 0x1029 },
271 { 0x752011, 0x007a },
272 { 0x75201a, 0x8003 },
273 { 0x752045, 0x5289 },
274 { 0x752048, 0xd049 },
275 { 0x75204a, 0xa83b },
276 { 0x75206b, 0x5064 },
277 { 0x75206f, 0x058b },
278 { 0x752091, 0x0000 },
281 #endif /* __RT711_SDW_H__ */