• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Data Converters » Audio Converters » Audio Converters Forum » TLV320AIC3254 Linux driver
Share
Audio Converters
  • Forum
  • E2E Wiki
Options
  • Subscribe via RSS
Check out
Analog Wire blog
  • $core_v2_blog.Current.Name

    Cable equalization 101 – Automating your design

    Posted 1 day ago
    by Hooman Hashemi
    Judging by the number of views on a post related to numerical...
  • $core_v2_blog.Current.Name

    RS-485 - Who says you can't teach an old dog new tricks?

    Posted 5 days ago
    by Neel Seshan
    Would you agree that RS-485 has turned out to be one of the most...
  • $core_v2_blog.Current.Name

    Filter for thought

    Posted 7 days ago
    by Soufiane Bendaoud
    Have you ever wondered how engineers designed active filters...

Forums

TLV320AIC3254 Linux driver

This question is answered
Emanuele8874
Posted by Emanuele8874
on Apr 23 2012 13:23 PM
Intellectual525 points

Hi all,

I need to connect TLV320AIC3254 and DM3730 omap processor (Igepv2). The default kernel versioneon Igepv2 is 2.6.37.

I sent email to codecdrivers-sw@list.ti.com  more than 10 days ago but I 've no answer yet.

How can I obtain kernel driver for TLV320AIC3254?

Thank you

TLV320AIC3254 Driver linux
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Emanuele8874
    Posted by Emanuele8874
    on Apr 30 2012 14:30 PM
    Intellectual525 points

    I bought tlv320aic3254EVM-K directly from TI e-store more than one year ago.

    Who would I contact to get the driver?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Hari Rajagopala
    Posted by Hari Rajagopala
    on May 01 2012 09:29 AM
    Verified Answer
    Verified by Emanuele8874
    Intellectual1265 points

    Hi,

    Apologies for the delay.  I have sent across the driver via email.

    Regards,

    hari

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Emanuele8874
    Posted by Emanuele8874
    on May 09 2012 09:39 AM
    Intellectual525 points

    Hi,

    I had to change some functions a little bit to support the linux kernel I'm working with (2.6.37).

    Now I'm testing the system (IGEPv2 board + TLV320AIC3254-EVM-K).

    MCLK is derived directly from Omap sys_clkout2 @ 12MHz,

    AVDD, DVDD and IOVDD is powerd @ 1.8v, LDO low,

    I need a differential stereo mic configuration: IN1_L and IN1_R to Right ADC,  IN2_L and IN2_R to Left ADC.

    I've modified also the aic32x4_reg_init struct:

    static const struct aic32x4_configs aic32x4_reg_init[] = {
    	/* Carry out the software reset */
    	{RESET, 0x01},
    	{POW_CFG, 0x08},
    	{LDO_CTL, 0x01},
    	{CLK_REG_1, PLLCLK_2_CODEC_CLKIN},
    	{AIS_REG_3, 0x03},
    	{DAC_CHN_REG,
    	 LDAC_2_LCHN | RDAC_2_RCHN | SOFT_STEP_2WCLK},
    	{HPHONE_STARTUP_CTRL, 0x35},
    	{HPL_ROUTE_CTRL, LDAC_CHNL_2_HPL},
    	{HPR_ROUTE_CTRL, RDAC_CHNL_2_HPR},
    	{LOL_ROUTE_CTRL, LDAC_CHNL_2_HPL},
    	{LOR_ROUTE_CTRL, RDAC_CHNL_2_HPR},
    	{HPL_GAIN, 0x0},
    	{HPR_GAIN, 0x0},
    	{LOL_GAIN, 0x0},
    	{LOR_GAIN, 0x0},
    	{DAC_MUTE_CTRL_REG, 0x00},
    	{LMICPGA_PIN_CFG, 0x10},
    	{LMICPGA_NIN_CFG, 0x10},
    	{RMICPGA_PIN_CFG, 0x40},
    	{RMICPGA_NIN_CFG, 0x10},
    	{MICBIAS_CTRL, 0x40},
    	{LMICPGA_VOL_CTRL, 0x28},
    	{RMICPGA_VOL_CTRL, 0x28},
    	{ADC_CHN_REG, 0xC0},
    	{ADC_FGA, 0x00},
    };

    The problem is that when I start arecord command, BCLK an WCLK clocks at the right frequency but file derived seems mute.
    Can you help me to see what is wrong in my configuration?
    Thank you
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Tiebing Zhang
    Posted by Tiebing Zhang
    on Jul 17 2012 18:12 PM
    Prodigy30 points

    I have the same need for the driver. I am using the DM816x eval board and the AIC3254 eval board. Can you email me the driver too?

    By the way, what is driver not publicly available?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Don Dapkus
    Posted by Don Dapkus
    on Jul 18 2012 10:03 AM
    Guru101915 points

    Hi, Tiebing,

    You can request a driver by emailing codecdrivers-sw@list.ti.com

    Please include information about your set-up - what OS and version, as well as your company and your project.

    -d2

    -----

    Don Dapkus

    Audio Applications Engineering Manager

    Dallas, TX USA

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Hemanth Kumar3
    Posted by Hemanth Kumar3
    on Apr 26 2013 06:14 AM
    Prodigy10 points

    Hi,

    I am using AM3354 customized board. We have used TLV320AIC3254 Audio Codec. I am using the kernel from TI web site (linux-3.2-calixto-am335x-evm.tar.gz). Can you please provide me the driver for this audio codec?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use