Re: [linux-sunxi] Kernel CEC driver.

2016-10-18 Thread Chen-Yu Tsai
On Tue, Oct 18, 2016 at 6:14 PM, Hans de Goede wrote: > Hi, > > On 17-10-16 23:33, Jarosław Nieć wrote: >> >> Hi Maxime, >> >> >> On Mon, Oct 17, 2016 at 9:51 PM, Maxime Ripard >> > >> wrote: >> >>

Re: [linux-sunxi] A20, Mainline kernel: how to get sound on headphone output?

2016-10-18 Thread Thomas Gahr
> > can you run dmesg | grep codec and also show a diff of all your > changes. To get the codec working should only be one line added to > your dts. > D'oh! You got me thinking here for a while. Turns out, I made the wrong kind of change to the dts. I generated the .dts from the .dtb in

Re: [linux-sunxi] A20, Mainline kernel: how to get sound on headphone output?

2016-10-18 Thread Code Kipper
On 18 October 2016 at 12:13, Thomas Gahr wrote: >> Hi Thomas, >> have you played with the alsamixer settings? you may have to do some >> unmuting https://groups.google.com/forum/#!topic/linux-sunxi/rJDiF8qSnLc > > > Hi CodeKipper, > thanks for your answer! > > I'm afraid

Re: [linux-sunxi] Kernel CEC driver.

2016-10-18 Thread Hans de Goede
Hi, On 17-10-16 23:33, Jarosław Nieć wrote: Hi Maxime, On Mon, Oct 17, 2016 at 9:51 PM, Maxime Ripard > wrote: Hi Jarosław, On Mon, Oct 17, 2016 at 08:15:53PM +0200, Jarosław Nieć wrote: > I've decided

Re: [linux-sunxi] A20, Mainline kernel: how to get sound on headphone output?

2016-10-18 Thread Thomas Gahr
> > Hi Thomas, > have you played with the alsamixer settings? you may have to do some > unmuting https://groups.google.com/forum/#!topic/linux-sunxi/rJDiF8qSnLc > Hi CodeKipper, thanks for your answer! I'm afraid playing with alsa(mixer) settings is no help for me, since alsa does not even

[linux-sunxi] A20, Mainline kernel: how to get sound on headphone output?

2016-10-18 Thread Thomas Gahr
Hello, I've been trying to figure out how to get sound on the headphone outputs. AFAICT, A20 supports I2S and S/PDIF but these are for external audio components, while I only need the internal headphone amp. I've seen that the audio codec has been added in 4.4 but it is disabled in the .dts

Re: [linux-sunxi] usb boot on windows

2016-10-18 Thread Bernhard Nortmann
Am 18.10.2016 um 03:45 schrieb Ronnel Tolentino: Hi Bernhard, It's working now. Thanks. Regards, Ronnel Great. Thanks for your feedback! Regards, B. Nortmann -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group

[linux-sunxi] Re: [PATCH] clk: sunxi-ng: sun6i-a31: Force AHB1 clock to use PLL6 as parent

2016-10-18 Thread Chen-Yu Tsai
On Tue, Oct 18, 2016 at 3:50 PM, Jean-Francois Moine wrote: > On Tue, 18 Oct 2016 13:42:09 +0800 > Chen-Yu Tsai wrote: > >> On the A31, the DMA engine only works if AHB1 is clocked from PLL6. >> In addition, the hstimer is clocked from AHB1, and if AHB1 is clocked

[linux-sunxi] Re: [PATCH] clk: sunxi-ng: sun6i-a31: Force AHB1 clock to use PLL6 as parent

2016-10-18 Thread Jean-Francois Moine
On Tue, 18 Oct 2016 13:42:09 +0800 Chen-Yu Tsai wrote: > On the A31, the DMA engine only works if AHB1 is clocked from PLL6. > In addition, the hstimer is clocked from AHB1, and if AHB1 is clocked > from the CPU clock, and cpufreq is working, we get an unstable timer. > > Force