主题中讨论的其他器件:TDA4VM、 TLV320AIC33、TLV320AIC3007、TLV320AIC3106 、TLV320AIC3104、 TLV320AIC3100、 TLV320AIC3110、 TLV320AIC3120、TLV320AIC3111、 TLV320DAC3100、 TLV320DAC3101
您好、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"},
{}、
};
此致、
张