Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2019-01-04 Thread Prakash Dash
Hi All, Can someone please share me the custom audio cape supported in beaglebone black Rev C board. if anyone have the picture for the custom audio cape board please share that image. Along with please share the schematic and datasheet for corresponding. What will be the kernel driver for

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2015-06-17 Thread federicodevitiis
Hi Prakash, I've the same problem with custom audio cape. Have you a solution now? thanks regards Federico -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-16 Thread Jesse Cobra
What happens when you try the CircuitCO audio cape? Does it work fine? On Mon, Sep 15, 2014 at 10:14 PM, Prakash Parmar prakash.parma...@gmail.com wrote: Hi, How I can check this two things ? 2) check if SYS_RESET is actually deasserted and high 3) check if DIN/DOUT are correctly

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-16 Thread Prakash Parmar
Hi, Here CircuitCo cape is not available So we decided to make our own. On Tue, Sep 16, 2014 at 7:20 PM, Jesse Cobra jesseco...@gmail.com wrote: What happens when you try the CircuitCO audio cape? Does it work fine? On Mon, Sep 15, 2014 at 10:14 PM, Prakash Parmar

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-16 Thread Prakash Parmar
Hi Maxim , I try with your suggestion of aplay -vv test.wav But still same things. Please find attachment of dmesg log. Hope listen from you soon. :) Thanks Regards, Prakash P. On Tue, Sep 16, 2014 at 9:23 PM, Prakash Parmar prakash.parma...@gmail.com wrote: Hi, Here CircuitCo cape is

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-16 Thread Jesse Cobra
OK, and what is different between your board and CircuitCo schematic wise? On Sep 16, 2014 8:53 AM, Prakash Parmar prakash.parma...@gmail.com wrote: Hi, Here CircuitCo cape is not available So we decided to make our own. On Tue, Sep 16, 2014 at 7:20 PM, Jesse Cobra jesseco...@gmail.com

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-16 Thread Prakash Parmar
Hi, Schematic wise both are same. On Wed, Sep 17, 2014 at 2:51 AM, Jesse Cobra jesseco...@gmail.com wrote: OK, and what is different between your board and CircuitCo schematic wise? On Sep 16, 2014 8:53 AM, Prakash Parmar prakash.parma...@gmail.com wrote: Hi, Here CircuitCo cape is not

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-16 Thread Jesse Cobra
Have the schematic posted somewhere? Versus this one: http://elinux.org/images/1/11/Audio_Cape_B1_Schematic.pdf On Tue, Sep 16, 2014 at 9:09 PM, Prakash Parmar prakash.parma...@gmail.com wrote: Hi, Schematic wise both are same. On Wed, Sep 17, 2014 at 2:51 AM, Jesse Cobra

[beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread prakash . parmar77
Hi, I have made custom Audio cape using TLV320AIC3107. Here is a circuit diagram : http://e2e.ti.com/cfs-file.ashx/__key/telligent-evolution-components-attachments/00-64-01-00-01-29-55-62/audio.png I make it same ( Pin configurations and all ) as what is available at CircuitCO using

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread liyaoshi
Have you config the i2c pin pulled up ? and whats the speed of your i2c bus ? 2014-09-15 2:09 GMT+08:00 prakash.parma...@gmail.com: Hi, I have made custom Audio cape using TLV320AIC3107. Here is a circuit diagram :

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread liyaoshi
Can you show the waveform of your i2c clock and data ? 2014-09-15 22:30 GMT+08:00 liyaoshi liyao...@gmail.com: Have you config the i2c pin pulled up ? and whats the speed of your i2c bus ? 2014-09-15 2:09 GMT+08:00 prakash.parma...@gmail.com: Hi, I have made custom Audio cape using

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread Valentin Le bescond
I'm very interested in how you would solve this issue. We are having a similar problem with a basic AIC3104 codec and no idea how to debug the situation. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread Subhendu Biswas
Definitely it's a problem with the i2c lines, cross check your connections with i2c lines or as suggested above to check the pullups. Issue the following command to see if the chip is detected on the i2c bus or not - i2cdetect -y -r i2c_bus_no On Mon, Sep 15, 2014 at 8:15 PM, Valentin Le bescond

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread Prakash Parmar
frequency of i2c bus as specified in dts is 100 kHz. On Monday, September 15, 2014 8:01:19 PM UTC+5:30, liyaoshi wrote: Have you config the i2c pin pulled up ? and whats the speed of your i2c bus ? 2014-09-15 2:09 GMT+08:00 prakash@gmail.com javascript:: Hi, I have made custom

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread Prakash Parmar
Hi, I think in Device tree, i2c pin is pulled up. here is part of Tree. i2c2_pins: pinmux_i2c2_pins { pinctrl-single,pins = 0x150 0x72 /*spi0_scl.i2c2_sda,SLEWCTRL_SLOW | INPUT_PULLUP |MODE2*/ 0x154 0x72 /*spi0_d0.i2c2_scl,SLEWCTRL_SLOW | INPUT_PULLUP | MODE2*/ ; }; On Monday, September 15,

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread Maxim Podbereznyy
1) change 10k pull-up resistors to 5.6k as for other capes 2) check if SYS_RESET is actually deasserted and high 3) check if DIN/DOUT are correctly connected and not flipped, because DIN data must go into CODEC, while DOUT must go out and vise versa use this command to test (not speaker-test).

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread prakash . parmar77
HI, Thanks For reply. Can you please tell me how I can Do that ? Thanks Regards, Prakash P. On Monday, September 15, 2014 8:01:19 PM UTC+5:30, liyaoshi wrote: Have you config the i2c pin pulled up ? and whats the speed of your i2c bus ? 2014-09-15 2:09 GMT+08:00 prakash@gmail.com

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread prakash . parmar77
Hi , Thanks for Reply. I checked it and chip is detected. 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- --

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread Maxim Podbereznyy
what is exactly not clear for you? how to change resistors or how to copy/paste commands in a shell? 2014-09-15 21:46 GMT+04:00 prakash.parma...@gmail.com: HI, Thanks For reply. Can you please tell me how I can Do that ? Thanks Regards, Prakash P. On Monday, September 15, 2014

Re: [beagleboard] Custom Audio cape with TLV320AIC3107 codec.

2014-09-15 Thread Prakash Parmar
Hi, How I can check this two things ? 2) check if SYS_RESET is actually deasserted and high 3) check if DIN/DOUT are correctly connected and not flipped, because DIN data must go into CODEC, while DOUT must go out and vise versa I'm not clear about this. Actually I have two Boards one with 10K