aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/sof_realtek_common.h
blob: cb0b49b2855c1c8c626521e394e8221f6b77de07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright(c) 2020 Intel Corporation.
 */

/*
 * This file defines data structures used in Machine Driver for Intel
 * platforms with Realtek Codecs.
 */
#ifndef __SOF_REALTEK_COMMON_H
#define __SOF_REALTEK_COMMON_H

#include <sound/soc.h>

#define RT1011_CODEC_DAI	"rt1011-aif"
#define RT1011_DEV0_NAME	"i2c-10EC1011:00"
#define RT1011_DEV1_NAME	"i2c-10EC1011:01"
#define RT1011_DEV2_NAME	"i2c-10EC1011:02"
#define RT1011_DEV3_NAME	"i2c-10EC1011:03"

void sof_rt1011_dai_link(struct snd_soc_dai_link *link);
void sof_rt1011_codec_conf(struct snd_soc_card *card);

#define RT1015P_CODEC_DAI	"HiFi"
#define RT1015P_DEV0_NAME	"RTL1015:00"
#define RT1015P_DEV1_NAME	"RTL1015:01"

void sof_rt1015p_dai_link(struct snd_soc_dai_link *link);
void sof_rt1015p_codec_conf(struct snd_soc_card *card);

#endif /* __SOF_REALTEK_COMMON_H */