Thanks for you response.
kernel version -
hardware platform -
where you download the driver code - From official TI Page - https://www.ti.com/tool/PCM186X-DRIVERS
arecord -l -
Here the wm8904 is the internal som codec. where the dacplusadcpro is the…
Part Number: PCM1865 Other Parts Discussed in Thread: PCM1864 , PCM1863 , PCM1862 We are currently on a project in which we are using the TI PCM1865DBT audio codec. For audio input we are using a digital microphones (MEMS) which are connected to the DMIN…
Part Number: PCM1864-Q1 Other Parts Discussed in Thread: PCM1864 Tool/software: Hello:
The customer used TI's Audio ADCs PCM1864Q and needs to provide the relevant driver and register sequence for qnx initialization. The customer stated that the reference…
Part Number: AM5728 Tool/software: Linux Hi,
we are making custom board with Linux based on am57xx-evm sdk (linux 4.4.19). Now we are tring to add PCM186x driver to linux .
I found 4 files on TI git: - pcm186x.c; - pcm186x.h; - pcm186x-i2c.c; - pcm186x-spi…
Hi SuitJune,
We do not currently have Linux drivers for the PCM186X series.
You can get the I2C register settings and transactions from the GUI using the I2C logging and register dump feature. An application note is available giving an example of how…
Hi Shan,
The PCM4204 is a hardware controlled device, meaning a driver wouldn't do any good. If you need to interface with Linux, then yes I'd go with the PCM186x (software controlled) family instead.
Best regards, Jeff McPherson
Part Number: PCM1862
Hi, I have a PCM1862 set as master mode, it has its own crystal. The device is configured as 32bit, so bclk is 64fs and my mclk is generated by the crystal and it is 512fs (24.576Mhz). I have to driver device that is laking the PLL…
Part Number: AM623 Other Parts Discussed in Thread: PCM1864 , SK-AM62 , , TLV320AIC3106
Team,
My customer is looking to connect a PCM1864 device to our SK-AM62(B) EVM. I see the Linux driver available at /sound/soc/codecs/pcm186x.c/h but don't find any…