Hi everyone,
I am trying to assemble a reference for the sound device specifics for all
the platforms. The catch is that I don't have all the dev platforms
available to me.
Here is where you can help! I have Panda and Beagle C4. I need everything
else. If you have access to other platform(s), please do the following and
email the output to me.
With a Linaro image or Ubuntu image (an image with with pulseaudio
installed), run the following: "pacmd list-sinks" and email it to me. You
will get an output that resembles this:
linaro@localhost:~$ pacmd list-sinks
Welcome to PulseAudio! Use "help" for usage information.
>>> 1 sink(s) available.
* index: 0
name: <alsa_output.platform-soc-audio.analog-stereo>
driver: <module-alsa-card.c>
...
<lotsa stuff deleted>
module-udev-detect.discovered = "1"
device.icon_name = "audio-card"
Thanks in advance!
Kurt Taylor (irc krtaylor)
Hi,
The weekly Linaro Release Meeting will be held at 16:00 UTC today
The agenda for the meeting can be found at:
https://wiki.linaro.org/Cycles/WeeklyReleaseMeeting/2011-04-07
and previous action items were:
* tgall_foo to try the methods outlined in 733334 for fixing audio
* mounir to ping arndb on 673820
If you have points to raise or bugs that need to be discussed please add
them to the wiki page above.
Regards,
Jamie.
--
Linaro Release Manager | Platform Project Manager
Hi,
While executing reboot call on SMDKV310, the system hangs during
cpu_proc_fin() call.
Commenting out this line of code, the reboot works properly.
--- a/arch/arm/mm/proc-v7.S
+++ b/arch/arm/mm/proc-v7.S
@@ -46,7 +46,6 @@ ENTRY(cpu_v7_proc_fin)
mrc p15, 0, r0, c1, c0, 0 @ ctrl register
bic r0, r0, #0x1000 @ ...i............
bic r0, r0, #0x0006 @ .............ca.
- mcr p15, 0, r0, c1, c0, 0 @ disable caches
mov pc, lr
ENDPROC(cpu_v7_proc_fin)
Are we missing something in the Exynos4 machine code or is it a
CPU_V7 specific issue?
Regards,
Tushar
Enclosed you'll find a link to the agenda, notes and actions from the
Linaro Developer Platforms Weekly Status meeting held on April 6th
in #linaro-meeting on irc.freenode.net at 15:00 UTC.
https://wiki.linaro.org/Platform/DevPlatform/Meetings/2011-04-06
Actions from the meeting where as follows:
* slangasek to handle merge of dpkg-cross (bug #736154)
Regards,
Tom (tgall_foo)
Developer Platforms Team
"We want great men who, when fortune frowns will not be discouraged."
- Colonel Henry Knox
w) tom.gall att linaro.org
w) tom_gall att vnet.ibm.com
h) tom_gall att mac.com
Hi,
The notes and actions for this weeks Android Platform Team meeting along
with team activity reports are now available at:
https://wiki.linaro.org/Platform/Android/Meetings/2011-04-06
= Actions Recorded =
* asac to invite TI to Android weekly meeting
* asac to chase TI on the mm bits
* jim to create a the panda-gfx-integration-initial blueprint
* Team to review what they are working on and document what isn't
approved/doesn't have a Blueprint/is not targeted to discuss in next
weeks meeting
* patrikryd to try to push generic hook patch to upstream and see what
happens
* jserv-- to send email to android-platform telling folks about our
toolchain package!! (marketing) and pointing out the build failures we
get in platform and asking whether they want contributions to fix them
properly
* patrikryd to fill out summary on
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-platfo…
* patrikryd to fix work item syntax on
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-platfo…
* asac and JamieBennett to talk to james_w about keeping android
blueprints on android team radar
* jeremy to add a more verbose summary to
linaro-android-benchmark-suite-integration-into-lava and poke asac/jamie
for approving
* luse to fix work items and get linaro-android-toolchain-benchmark to
approved state
* luse/jserv-- to draft a new blueprint that is about integrating the
google benchmarks itself .... this blueprint would come before
linaro-android-toolchain-benchmark
* asac to think about validation meta blueprint and what to do with
that with jamie and jeremychang
* jserv-- to fix linaro-android-toolchain-ndk WI syntax
* patrik to add l-m-c update WI to boottarball spec and assgn that WI
to jeremy; also add verification WI owned by him to test the complete
"solution"
* JamieBennett get the bug bot in here finally
* JamieBennett to hunt down infrastructure projects and ensure they
are properly covered by android team including bug driver powers etc.
* patrikryd to sort out href8500 build situation
Regards,
Jamie.
--
Linaro Release Manager | Platform Project Manager
Enclosed you'll find a link to the agenda, minutes, actions and IRC logs
from the
Linaro kernel working group weekly meetings of April 04, 2011.
https://wiki.linaro.org/WorkingGroups/KernelConsolidation/Meetings/2011-04-…
== Summary ==
* Starting up the planning for next cycle
* Six high-level TRs:
- (1) device tree, (2) Android, (3) kernel/uboot support for new
SoCs/boards (including standard architecture),
- (4) get to a monthly cadence for John Rigby, (5) improve performance
of kernel/uboot for upcoming boards/SoCs, and (6) improve RAS for same.
* For 4) we need to get a monthly cadence for John Rigby, we need to help
John Rigby to put together a monthly image for testing/evaluation.
* There are a lot of not upstream-headed patches, Andy will try to separate
them out into a good bad and ugly pile.
* Discussion whether networking should be a new focus area for the group.
Paull will bring this topic to the TSC to see whether they will be in
support of handling Network device Drivers fix-ups and improvement.
* Device Tree
* All of the u-boot patches are in jcrigby's tree that covers omap3/4,
samsung, freescale
* On the kernel side efika, panda, overo, samsung and beagle support has
been patched in and jcrigby will be pulling them into his stable tree
* For Android - After alarmtimers is finished, John thinks lowmemorykiller
would be a good area to look into.
* Some of the kconfig Work Items will be POSTPONED to next cycle, as
Jason will test kexec and John has to concentrate on Android kernel tree.
Regards,
Mounir