This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TLV320AIC3109-Q1:tlv320aic3109的驱动程序

Guru**** 1133960 points
Other Parts Discussed in Thread: TLV320AIC3007, TLV320AIC3106, TLV320AIC3104, TLV320AIC3111, TDA4VM, TLV320AIC33, TLV320AIC3100, TLV320AIC3110, TLV320AIC3120, TLV320DAC3100, TLV320DAC3101
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1334600/tlv320aic3109-q1-the-driver-of-tlv320aic3109

器件型号:TLV320AIC3109-Q1
主题中讨论的其他器件:TDA4VMTLV320AIC33、TLV320AIC3007、TLV320AIC3106 、TLV320AIC3104、 TLV320AIC3100TLV320AIC3110TLV320AIC3120、TLV320AIC3111、 TLV320DAC3100TLV320DAC3101

您好、TI

   现在我们正在 TDA4VM 上调试 tlv320aic3109、但在 SDK 中找不到该驱动程序。 您能提供它的驱动器吗?  我们可以  使用以下驱动器之一吗? 现在我们测试中使用的是 "ti, tlv320aic3x",但我们发现需要修改很多寄存器。

在 tlv320aic3x 中

static const structure of_device_id tlv320aic3x_of_match[]={
{.compatible ="ti, tlv320aic3x",},
{.compatible ="ti, tlv320aic33"},
{.compatible ="ti, tlv320aic3007"},
{.compatible ="ti, tlv320aic3106"},
{.compatible ="ti, tlv320aic3104"},
{}、
};

在 tlv320aic31xx 中

#if defined(config_of)
static const struct of_device_id tlv320aic31xx_of_match[]={
{.compatible ="ti, tlv320aic310x"},
{.compatible ="ti, tlv320aic311x"},
{.compatible ="ti, TLV320AIC3100"},
{.compatible ="ti, tlv320aic3110"},
{.compatible ="ti, tlv320aic3120"},
{.compatible ="ti, TLV320AIC3111"},
{.compatible ="ti, tlv320dac3100"},
{.compatible ="ti, tlv320dac3101"},
{}、
};

此致、

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、张

    tlv320aic31xx 适合您。