Re: [oselas] Audio support on Mini6410 board

2013-02-09 Thread Tomasz Figa
Hi, On Saturday 09 of February 2013 19:21:32 Sylwester Nawrocki wrote: > Hi, > > On 01/20/2013 09:46 PM, Alexander Nestorov wrote: > > I have been playing for a week with the board. Both audio and video > > work correctly, but I haven't > > been able to set the mic settings in alsamixer (so I can

Re: [oselas] Audio support on Mini6410 board

2013-02-09 Thread Sylwester Nawrocki
Cc: LMML On 02/09/2013 07:21 PM, Sylwester Nawrocki wrote: Hi, On 01/20/2013 09:46 PM, Alexander Nestorov wrote: I have been playing for a week with the board. Both audio and video work correctly, but I haven't been able to set the mic settings in alsamixer (so I can't test the mic). The touch

Re: [oselas] Audio support on Mini6410 board

2013-02-09 Thread Sylwester Nawrocki
Hi, On 01/20/2013 09:46 PM, Alexander Nestorov wrote: I have been playing for a week with the board. Both audio and video work correctly, but I haven't been able to set the mic settings in alsamixer (so I can't test the mic). The touchscreen isn't working, so I'll try to make it working and send

Re: [oselas] Audio support on Mini6410 board

2013-01-21 Thread Andrey Gusakov
Hi. On Mon, Jan 21, 2013 at 12:07 PM, Alexander Nestorov wrote: > Hi, > > I see. Maybe you already saw it, but just in case, I found this[1] I > hope it helps. Thanks. It s looks like code from 2.6.28, I'll take a closer look. > Do you plan sharing your code in GitHub or equivalent? I'm working

Re: [oselas] Audio support on Mini6410 board

2013-01-20 Thread Andrey Gusakov
Hi. On Mon, Jan 21, 2013 at 12:46 AM, Alexander Nestorov wrote: > Hi, > > I have been playing for a week with the board. Both audio and video > work correctly, but I haven't > been able to set the mic settings in alsamixer (so I can't test the mic). > The touchscreen isn't working, so I'll try to

Re: [oselas] Audio support on Mini6410 board

2013-01-15 Thread Alexander Nestorov
Hi everyone :) Juergen Beisert : > I gave your patches yesterday a try on my Mini6410: when I enable the audio > support, the system freezes forever. Don't know why yet. > What is the base revision where I have to apply the patches to? I tried with > 3.7.2. I'm using Sylwester's s3c-camif branc

Re: [oselas] Audio support on Mini6410 board

2013-01-15 Thread Juergen Beisert
Hi Alexander, Alexander Nestorov wrote: > it's finally working! :) I gave your patches yesterday a try on my Mini6410: when I enable the audio support, the system freezes forever. Don't know why yet. What is the base revision where I have to apply the patches to? I tried with 3.7.2. Regards, J

Re: Audio support on Mini6410 board

2013-01-14 Thread Sylwester Nawrocki
Hi, Cc: Kukjin Kim, the maintainer of Samsung ARM sub-arch On 01/12/2013 06:07 PM, Alexander Nestorov wrote: Hi, it's finally working! :) Great news! ;) I guess you now have all required features working with latest mainline kernel ? Is there anything still missing ? This is my entire diff

Re: Audio support on Mini6410 board

2013-01-13 Thread Andrey Gusakov
Hi, On Sat, Jan 12, 2013 at 9:07 PM, Alexander Nestorov wrote: > Hi, > > it's finally working! :) > > This is my entire diff: http://pastie.org/5674242 (note: it doesn't include > sound/soc/samsung/mini6410_wm9713.c file, which is a copy of the > smdk6410_wm9713.c file) > Here's the mini6410_wm9

Re: Audio support on Mini6410 board

2013-01-12 Thread Alexander Nestorov
Hi, it's finally working! :) This is my entire diff: http://pastie.org/5674242 (note: it doesn't include sound/soc/samsung/mini6410_wm9713.c file, which is a copy of the smdk6410_wm9713.c file) Here's the mini6410_wm9713.c file: http://pastie.org/5674322 This is what I'm getting from boot: so

Re: Audio support on Mini6410 board

2013-01-11 Thread Sylwester Nawrocki
Hi, On 01/11/2013 07:17 PM, Alexander Nestorov wrote: samsung-ac97 samsung-ac97: cfg_gpio callback not provided! samsung-ac97: probe of samsung-ac97 failed with error -22 soc-audio soc-audio: ASoC machine MINI6410 should use snd_soc_register_card() soc-audio soc-audio: CPU DAI samsung-ac97 not r

Re: Audio support on Mini6410 board [was Re: Hi again]

2013-01-11 Thread Alexander Nestorov
Hi, thank you both for REing :) I made some changes following your instructions and also looking at the diff between a clean 2.6.38 kernel and FriendlyARM's 2.6.38 kernel. This is my diff so far: http://pastie.org/5669444 Also, I created a new file for the mini6410 (it's pretty much a copy of the

Re: Audio support on Mini6410 board [was Re: Hi again]

2013-01-11 Thread Andrey Gusakov
Hi. I also had some problems with WM9714 on mini6410. The problem was write to register 0x00 of coded. That is SW reset command. I had no time to deal with it, so I just filter out all writes to register 0x00 in samsung AC97 driver. May be it can help you. http://comments.gmane.org/gmane.linux.als

Audio support on Mini6410 board [was Re: Hi again]

2013-01-10 Thread Sylwester Nawrocki
Hi Alexander, Cc: linux-samsung-soc@vger.kernel.org On 12/21/2012 07:39 PM, Alexander Nestorov wrote: Hi once again :) After some more work there is some (really small) progress. I'm able to make the kernel throw errors about something related with AC97 and/or ALSA This is the kernel log: htt