element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Software Application Development Is ADAU1761 codec based audio scheme broken in Zedboard
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 2 replies
  • Subscribers 314 subscribers
  • Views 271 views
  • Users 0 members are here
Related

Is ADAU1761 codec based audio scheme broken in Zedboard

Former Member
Former Member over 10 years ago

BACKGROUND :
We plan to use Zedboard as a reference design to develop a custom Zynq board with similar AXI I2S based audio scheme. I pulled out the digilent linux kernel and device tree from Digilient Git repository(https://github.com/Digilent/linux-digilent). The device tree (arch/arm/boot/dts/digilent-zed.dts) has a comment which says

"/* ADAU 1761 IP Part */
/* Support for ADAU1761 is broken, will be fixed soon */"

Besides the Xilinx Audio DMA driver (sound/soc/xlnx/xilinx-pcm.c) seems to look for a property dma-request inside xilinx_pcm_audio_i2s node of the device tree which is apparently inside sub nodes called stream@0 and stream@1.

xilinx-pcm.c
ret = of_parse_phandle_with_args(pdev->dev.of_node, "dma-request", "#dma-cells", 0, &dma_spec);

digilent-zed.dts
xilinx_pcm_audio_i2s: xilinx_pcm_audio_i2s {
            compatible = "xilinx-pcm-audio";
            #size-cells = <0>;
            #address-cells = <1>;
            stream@0{
                reg = <0>;
                dma-request = <&axi_dma_i2s 0>;
            };
            stream@1{
                reg = <1>;
                dma-request = <&axi_dma_i2s 1>;
            };
};

QUERIES :
1. Will Zedboard audio(based on axi i2s and adau1761 codec and NOT HDMI audio)  work off the shelf?
2. Is software for AXI I2S based audio scheme broken in digilent kernel/devicetree?
If yes, Does digilent already has a fix that has not been submitted to git? If not fixed, when can we expect a fix?
3. What are the technical support channels available for issues related to Zedboard software?

Only after confirming this we can go ahead and place an order for Zedboard. Any valuable suggestions/inputs will be highly appreciated.

  • Sign in to reply
  • Cancel
  • Former Member
    0 Former Member over 10 years ago

    Answer to query 2 first: The Digilent kernel and device tree are supported by Digilent. You will need to contact them directly for any questions or support on their software.

     

    There a quite a few projects and tutorials out there targeting the ADU1761 on the ZedBoard:

     

    http://forums.xilinx.com/t5/Embedded-Linux/ZedRadio-a-web-radio-with-adau1761-and-ZedBoard/td-p/488570

    https://docs.google.com/document/d/1vOtc1PYsk_5bgMa0GSKepI5Ks4bg4GXRp5Lpof04yGI/edit?pli=1

    https://ez.analog.com/thread/17243?tstart=0

    http://zedboard.org/content/playing-adau1761-audio-codec

    http://hamsterworks.co.nz/mediawiki/index.php/Zedboard_Audio

     

     

    As mentioned above you will need to contact Digilent for support on their software. If you have questions on any of the tutorials or reference designs posted on this website this forum is your support channel. You may get answers for other software on this forum as well as from the 
    Xilinx Community Forums: http://forums.xilinx.com/

     

    You might want to consider using a more recent Linux release than the Diiglent one. There are current PetaLinux releases as well as a community project for Yocto Linux on ZedBoard http://zedboard.org/node/4641

    There are also reference designs for desktop Ubuntu Linux for the ZedBoard here: http://zedboard.org/support/design/1521/11

     

    and some of the links above reference a project from ADI.

     

    -Gary

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 10 years ago in reply to Former Member

    Thanks you Gary.Let me check out the links.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube