dc1ebd1811
This patch adds apq8016 lpass driver support. APQ8016 has 4 MI2S which can be routed to one internal codec and 2 external codec interfaces. Primary, Secondary, Quaternary I2S can do Rx(playback) and Tertiary and Quaternary can do Tx(capture). Tested-by: Kenneth Westfield <kwestfie@codeaurora.org> Acked-by: Kenneth Westfield <kwestfie@codeaurora.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
10 lines
192 B
C
10 lines
192 B
C
#ifndef __DT_APQ8016_LPASS_H
|
|
#define __DT_APQ8016_LPASS_H
|
|
|
|
#define MI2S_PRIMARY 0
|
|
#define MI2S_SECONDARY 1
|
|
#define MI2S_TERTIARY 2
|
|
#define MI2S_QUATERNARY 3
|
|
|
|
#endif /* __DT_APQ8016_LPASS_H */
|