From e2cbc7a72414ce3d385760965351607b71acc214 Mon Sep 17 00:00:00 2001 From: VahidGharaee Date: Mon, 25 Nov 2019 08:23:15 +0330 Subject: Add support for TEF665x in agl-service-radio This is a NXP tuner AM/FM/RDS. The chip has analogue and digital sound output and input. Chip is controlled through i2c. I had to add a sound cart to the kernel to be able to capture the i2s data from the chip. Some of the verbs still to be implemented. I test it on a costum board with imx6solo. Bug-AGL SPEC-3071 Signed-off-by: VahidGharaee Change-Id: I868706e6d275aef77f77138f815b1b53d64780be --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c08c06a..6622992 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *~ build* +.vscode* +binding/tempo.c + -- cgit 1.2.3-korg