HI Steve
In section 8.3.2.1 in TLV320AIC3268 datasheet say that:
As shown in Figure 37, the TLV320AIC3268 includes eight analog inputs which can be configured as either 4 stereo single-ended pairs or 4 fully-differential pairs.
i misunderstand…
Part Number: TLV320AIC3268 Tool/software: Linux Hi Ti,
I am using AIC3268 in our custom board.
There are 3 audio sources:
1. Analog line in signal
2. Digital HDMI audio
3. Digital SDI audio
As I know, there are 3 audio serial interfaces in…
Niranjan Holalu Yogendra , After applying your patch the compatible string was automatically set to ti,aic3262. This is present inside sound/soc/codecs/tlv320aic326x.c file static const struct of_device_id aic3262_of_match[] = { { .compatible = "ti,aic3262", }, { .compatible = "ti,aic3268", }, { }, }; While the following is present inside drivers/mfd/tlv320aic3xxx-i2c.c file static const struct of_device_id tlv320aic326X_of_match[] = { { .compatible = "ti,tlv320aic3262", .data = (void *)TLV320AIC3262 }, { .compatible = "ti,tlv320aic3268", .data = (void *)TLV320AIC3268 }, { .compatible = "ti,tlv320aic3285", .data = (void *)TLV320AIC3285 }, { }, }; Probably that's why the i2c probe was not happening. I will set it to ti,tlv320aic3262 in dtsi file, compile, boot and tell the result. -Vishal
Other Parts Discussed in Thread: TLV320AIC3268 Hi,
Is there Linux driver available for TLV320AIC3268?. I am using kernel version 4.4.12.
And please provide me links from where I can download documents to understand this codec functionality.(like technical…
Part Number: TLV320AIC3268
Tool/software: Linux
Hi All,
I want to integrate driver of audio codec- TLV320AIC326x to linux kernel- 2.6.37, and I have ported all the required files to our existing kernel- 2.6.37. I took reference from below git patch…
Dear, Luis-san.
Sorry to disturb your job, again.
My customer has cnanged the target device from TLV320AIC6268 to AIC6263.
Before you tought me the Linux driver for AIC6268.
I wonder it can reuse for AIC3263, too?
***************************…
Part Number: PROCESSOR-SDK-AM335X Other Parts Discussed in Thread: TLV320AIC3268 , TLV320AIC3106
Tool/software: Linux
We have custom board of AM335x, and we used tlv320aic3268.
But in the SDK, driver is not there.
I used "tlv320aic3x " generic…
Part Number: TLV320AIC3268 Other Parts Discussed in Thread: TLV320AIC3107 , , AM1808
Tool/software: Linux
Hello,
We are using TLV320AIC3107 audio codec with DaVinci-PSP-SDK-03.21.00.04 and It's kernel version is 2.6.37.
We want to update audio…
Part Number: TLV320AIC3262 Other Parts Discussed in Thread: TLV320AIC3263 , TLV320AIC3268 Tool/software: Hi,
I found the Linux driver of TLV320AIC3262 for Linux kernel v5.10 at the 7z file(0572.current.7z) of Shenghao Ding from e2e.ti.com/.../tlv320aic3263…
Other Parts Discussed in Thread: TLV320AIC3268 Hi, All,
I am going to develop 3 I2S input and 1 Mic input system which will use TLV320AIC3268.
But i can't find any driver in wiki.
Where can i download Control Software GUI ?
BTW: i still haven…