[linux-sunxi] Re: Report on recently added audio support

2014-10-07 Thread Stefan Monnier
>> > compatible = "allwinner,sun4i-a10-b-pll2-clk"; >>^^ >> Apparently, this "-b" shouldn't have been there. At least it isn't >> there in the sun7i-a20.dtsi and when I removed it, the initialization >> went a bit

Re: [linux-sunxi] Re: Report on recently added audio support

2014-10-07 Thread jonsm...@gmail.com
On Tue, Oct 7, 2014 at 10:07 AM, Stefan Monnier wrote: > > pll2: clk@01c20008 { > > #clock-cells = <1>; > > compatible = "allwinner,sun4i-a10-b-pll2-clk"; >^^ > Apparently,

[linux-sunxi] Re: Report on recently added audio support

2014-10-07 Thread Stefan Monnier
> pll2: clk@01c20008 { > #clock-cells = <1>; > compatible = "allwinner,sun4i-a10-b-pll2-clk"; ^^ Apparently, this "-b" shouldn't have been there. At least it isn't there in th

Re: [linux-sunxi] Re: Report on recently added audio support

2014-10-06 Thread Code Kipper
On 7 October 2014 03:54, Stefan Monnier wrote: > > Look in the kernel source at the generic A10 and A20 dtsi files. They > > will have a definition for pll2 in them. It looks like that definition > > is not in the DTS you are using. > > See session below: AFAICT there is a definition for pll2, bu

Re: [linux-sunxi] Re: Report on recently added audio support

2014-10-06 Thread jonsm...@gmail.com
That looks ok. Something must be failing to load. You can mount debugfs https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_MRG/2/html/Realtime_Tuning_Guide/sect-Realtime_Tuning_Guide-Realtime_Specific_Tuning-Mount_debugfs.html Inside there is a file where you can look at the clock d

[linux-sunxi] Re: Report on recently added audio support

2014-10-06 Thread Stefan Monnier
> Look in the kernel source at the generic A10 and A20 dtsi files. They > will have a definition for pll2 in them. It looks like that definition > is not in the DTS you are using. See session below: AFAICT there is a definition for pll2, but admittedly, I know nothing about the syntax of DTS files

Re: [linux-sunxi] Re: Report on recently added audio support

2014-10-06 Thread jonsm...@gmail.com
On Mon, Oct 6, 2014 at 9:35 PM, Stefan Monnier wrote: just add this patch to the head of Emilios branch. >>> OK, I finally got access to the machine again. >>> So I tried it (using Emilio's "sunxi-codec" branch. Should I have used >>> "sunxi-codec-v0" instead?). The patch applied without a

[linux-sunxi] Re: Report on recently added audio support

2014-10-06 Thread Stefan Monnier
>>> just add this patch to the head of Emilios branch. >> OK, I finally got access to the machine again. >> So I tried it (using Emilio's "sunxi-codec" branch. Should I have used >> "sunxi-codec-v0" instead?). The patch applied without a hitch. >> But I don't get any sound card to appear in /proc

Re: [linux-sunxi] Re: Report on recently added audio support

2014-10-06 Thread jonsm...@gmail.com
On Mon, Oct 6, 2014 at 9:21 PM, Stefan Monnier wrote: >> just add this patch to the head of Emilios branch. > > OK, I finally got access to the machine again. > So I tried it (using Emilio's "sunxi-codec" branch. Should I have used > "sunxi-codec-v0" instead?). The patch applied without a hitch.

[linux-sunxi] Re: Report on recently added audio support

2014-10-06 Thread Stefan Monnier
> just add this patch to the head of Emilios branch. OK, I finally got access to the machine again. So I tried it (using Emilio's "sunxi-codec" branch. Should I have used "sunxi-codec-v0" instead?). The patch applied without a hitch. But I don't get any sound card to appear in /proc/asound/. I

[linux-sunxi] Re: Report on recently added audio support

2014-09-08 Thread Stefan Monnier
Hi, > just add this patch to the head of Emilios branch. Thanks, will give it a try, Stefan -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunx

Re: [linux-sunxi] Re: Report on recently added audio support

2014-09-07 Thread Code Kipper
> BTW, I'd love to use this code on my Mele A2000 (sun4i). > Hi Stefan, just add this patch to the head of Emilios branch. BR, CK > Should I expect the DTS patch used for cubietruck to work on my Mele > as well? If not (seems likely), could someone give me some hints as to > what changes should b

[linux-sunxi] Re: Report on recently added audio support

2014-09-06 Thread Stefan Monnier
> Many thanks for the very detailed test run and patch, it's really > appreciated :) I'll get this fixed before it reaches mainline. BTW, I'd love to use this code on my Mele A2000 (sun4i). Should I expect the DTS patch used for cubietruck to work on my Mele as well? If not (seems likely), could