[meta-freescale] [meta-fsl-arm][PATCH v8] pulseaudio: Add PulseAudio configuration

2015-08-21 Thread Yuqing Zhu
-Use the ffmpeg resample instead of the speex one, since the ffmpeg resampler gives better quality. -Normally, PulseAudio exits after an application finishes using it. Set exit-idle-time to -1 in the daemon.conf to force it to not exit. Signed-off-by: Yuqing Zhu b54...@freescale.com

[meta-freescale] [meta-fsl-arm][PATCH v9] pulseaudio: Add PulseAudio configuration

2015-08-23 Thread Yuqing Zhu
-Use the ffmpeg resample instead of the speex one, since the ffmpeg resampler gives better quality. -Normally, PulseAudio exits after an application finishes using it. Set exit-idle-time to -1 in the daemon.conf to force it to not exit. Signed-off-by: Yuqing Zhu b54...@freescale.com

[meta-freescale] [meta-fsl-arm][PATCH v3 0/7] 3.14.38-6QP_Beta release

2015-07-28 Thread Yuqing Zhu
return fail. -encodebin: Need more buffers in output queue for better performance. Yuqing Zhu (7): gstreamer1.0-plugins-base: Add gstplaybin related patch gstreamer1.0-plugins-base: Add gststreamsynchronizer related patch gstreamer1.0-plugins-base: Add basetextoverlay related patch

[meta-freescale] [meta-fsl-arm][PATCH v3 7/7] gstreamer1.0-plugins-base: Add encodebin related patch

2015-07-28 Thread Yuqing Zhu
Need more buffers in output queue for better performance. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...eed-more-buffers-in-output-queue-for-bett.patch | 34 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 35 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH v3 1/7] gstreamer1.0-plugins-base: Add gstplaybin related patch

2015-07-28 Thread Yuqing Zhu
-Remove default deinterlace flag in playbin for i.MX s/5/6/7 SoCs. -Remove native video flag in playbin for i.MX s/5/6/7 SoCs because it will cause subtitle error. -Enable pango plugin to generate texture of the video movie. It is the specific feature for i.MX 6/7 SoCs. Signed-off-by: Yuqing

[meta-freescale] [meta-fsl-arm][PATCH v3 5/7] gstreamer1.0-plugins-base: Add ssaparse related patch

2015-07-28 Thread Yuqing Zhu
Enhance SSA text lines parsing. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...3-ssaparse-enhance-SSA-text-lines-parsing.patch | 225 + .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 226 insertions(+) create mode 100644 recipes

[meta-freescale] [meta-fsl-arm][PATCH v3 6/7] gstreamer1.0-plugins-base: Add subparse related patch

2015-07-28 Thread Yuqing Zhu
Set need_segment after sink pad receive GST_EVENT_SEGMENT. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...t-need_segment-after-sink-pad-received-GS.patch | 69 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 70 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH v3 4/7] gstreamer1.0-plugins-base: Add gstplaysink related patch

2015-07-28 Thread Yuqing Zhu
Don't set async of custom text-sink to false. Setting async to false will lead A/V sync problem when seeking. The preroll need to use GAP event instead of setting async to false. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...-don-t-set-async-of-custom-text-sink-to-f.patch | 31

[meta-freescale] [meta-fsl-arm][PATCH v3 2/7] gstreamer1.0-plugins-base: Add gststreamsynchronizer related patch

2015-07-28 Thread Yuqing Zhu
-Sending EOS event instead of GAP event as GAP event has error if A/V have the different duration. -Stop sending second track EOS event when returing failure after sending the first track EOS. Fixed by ignoring the return error. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../do

[meta-freescale] [meta-fsl-arm][PATCH v3 3/7] gstreamer1.0-plugins-base: Add basetextoverlay related patch

2015-07-28 Thread Yuqing Zhu
Make memory copy when video buffer's memory is read only Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...rlay-make-memory-copy-when-video-buffer-s.patch | 129 + .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 130 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH v3 1/3] pulseaudio: Add PulseAudio configuration

2015-07-28 Thread Yuqing Zhu
Set ffmpeg as resample method Set exit idle time as -1 to force it not to exit Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../pulseaudio/pulseaudio/daemon.conf | 87 +++ .../pulseaudio/pulseaudio/default.pa | 170 + .../pulseaudio

[meta-freescale] [meta-fsl-arm][PATCH v3 0/3] 3.14.38-6QP_Beta release

2015-07-28 Thread Yuqing Zhu
-Add PulseAudio configuration -Revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7 -Remove the control for speaker/headphone widget on i.MX7 Yuqing Zhu (3): pulseaudio: Add PulseAudio configuration pulseaudio: revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7 pulseaudio: remove

[meta-freescale] [meta-fsl-arm][PATCH v3 2/3] pulseaudio: revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7

2015-07-28 Thread Yuqing Zhu
Revert launch: Avoid specifically starting PA and rely on autospawn/socket activation or the pulseaudio can't be opened in yocto Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...ch-Avoid-specifically-starting-PA-and-rel.patch | 31 ++ .../pulseaudio/pulseaudio_

[meta-freescale] [meta-fsl-arm][PATCH 0/3] 3.14.38_6UL7D_beta release

2015-08-04 Thread Yuqing Zhu
libfslcodec: Upgrade to 4.0.6 version libfslparser: Upgrade to 4.0.6 version gst1.0-fsl-plugin: Upgrade to 4.0.6 version Yuqing Zhu (3): libfslcodec: Upgrade to 4.0.6 version libfslparser: Upgrade to 4.0.6 version gst1.0-fsl-plugin: Upgrade to 4.0.6 version .../{gst1.0-fsl-plugin_4.0.5

[meta-freescale] [meta-fsl-arm][PATCH 1/3] libfslcodec: Upgrade to 4.0.6 version

2015-08-04 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../libfslcodec/{libfslcodec_4.0.5.bb = libfslcodec_4.0.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-multimedia/libfslcodec

[meta-freescale] [meta-fsl-arm][PATCH 3/3] gst1.0-fsl-plugin: Upgrade to 4.0.6 version

2015-08-04 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. mx6qp/mx6ul: Add platform configuration. mx6ul: Add DEPENDS to imx-lib. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../{gst1.0-fsl-plugin_4.0.5.bb = gst1.0-fsl-plugin_4.0.6.bb}| 8 ++-- 1 file changed, 6

[meta-freescale] [meta-fsl-arm][PATCH 2/3] libfslparser: Upgrade to 4.0.6 version

2015-08-04 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../libfslparser/{libfslparser_4.0.5.bb = libfslparser_4.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-multimedia/libfslparser

[meta-freescale] [meta-fsl-arm][PATCH v3 3/3] pulseaudio: remove the control for speaker/headphone widget

2015-07-28 Thread Yuqing Zhu
In imx7d-sdb, there is no headphone jack, the jack detection is done by the codec itself. When headphone plugin, pulseaudio can't detect the headphone jack status, so it will set the headphone volume to zero. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...e-the-control-for-speaker

[meta-freescale] [meta-fsl-arm][PATCH v2 0/3] 3.14.38_6UL7D_beta release

2015-08-05 Thread Yuqing Zhu
Multimedia related: libfslcodec: Upgrade to 4.0.6 version libfslparser: Upgrade to 4.0.6 version gst1.0-fsl-plugin: Upgrade to 4.0.6 version Yuqing Zhu (3): libfslcodec: Upgrade to 4.0.6 version libfslparser: Upgrade to 4.0.6 version gst1.0-fsl-plugin: Upgrade to 4.0.6 version

[meta-freescale] [meta-fsl-arm][PATCH v2 1/3] libfslcodec: Upgrade to 4.0.6 version

2015-08-05 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. Bug fix: -Add test binary to release package. -Fix segmentation fault issue with only standard build. -Build std only for arm11 and arm12. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../libfslcodec/{libfslcodec_4.0.5.bb

[meta-freescale] [meta-fsl-arm][PATCH v2 3/3] gst1.0-fsl-plugin: Upgrade to 4.0.6 version

2015-08-05 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. mx6qp/mx6ul: Add platform configuration. mx6ul: Add DEPENDS to imx-lib. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../{gst1.0-fsl-plugin_4.0.5.bb = gst1.0-fsl-plugin_4.0.6.bb}| 8 ++-- 1 file changed, 6

[meta-freescale] [meta-fsl-arm][PATCH v2 2/3] libfslparser: Upgrade to 4.0.6 version

2015-08-05 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. Bug fix: -TS segment fault. -Improve mkv parser's loading time when create parser with large size file. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../libfslparser/{libfslparser_4.0.5.bb = libfslparser_4.0.6.bb} | 4

[meta-freescale] [meta-fsl-arm][PATCH v4 2/4] gstreamer1.0-plugins-base: Add ssaparse related patch

2015-07-30 Thread Yuqing Zhu
Enhance SSA text lines parsing. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...3-ssaparse-enhance-SSA-text-lines-parsing.patch | 225 + .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 4 +- 2 files changed, 228 insertions(+), 1 deletion(-) create mode 100644

[meta-freescale] [meta-fsl-arm][PATCH v5 4/4] gstreamer1.0-plugins-base: Add encodebin related patch

2015-07-30 Thread Yuqing Zhu
Need more buffers in output queue for better performance. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...eed-more-buffers-in-output-queue-for-bett.patch | 34 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 35 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH v4 3/4] gstreamer1.0-plugins-base: Add subparse related patch

2015-07-30 Thread Yuqing Zhu
Set need_segment after sink pad receive GST_EVENT_SEGMENT. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...t-need_segment-after-sink-pad-received-GS.patch | 69 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 70 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH v5] pulseaudio: Add PulseAudio configuration

2015-07-30 Thread Yuqing Zhu
Set ffmpeg as resample method Set exit idle time as -1 to force it not to exit Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../pulseaudio/pulseaudio/daemon.conf | 87 +++ .../pulseaudio/pulseaudio/default.pa | 170 + .../pulseaudio

[meta-freescale] [meta-fsl-arm][PATCH v6] 3.14.38-6QP_Beta release

2015-08-06 Thread Yuqing Zhu
-gstplaybin: Remove native video flag and deinterlace flag. Yuqing Zhu (1): gstreamer1.0-plugins-base: Add gstplaybin related patch ...video.patch = gstplaybin-remove-flag-deinterlace.patch} | 10 +- .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 13 + 2

[meta-freescale] [meta-fsl-arm][PATCH v6] gstreamer1.0-plugins-base: Add gstplaybin related patch

2015-08-06 Thread Yuqing Zhu
-Remove default deinterlace flag in playbin for i.MX s/5/6/7 SoCs. -Remove native video flag in playbin for i.MX s/5/6/7 SoCs because it will cause subtitle error. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...video.patch = gstplaybin-remove-flag-deinterlace.patch} | 10

[meta-freescale] [meta-fsl-arm][PATCH v3 1/3] libfslcodec: Upgrade to 4.0.6 version

2015-08-05 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. Bug fix: -Add test binary to release package. -Fix segmentation fault issue with only standard build. -Build std only for arm11 and arm12. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../libfslcodec/{libfslcodec_4.0.5.bb

[meta-freescale] [meta-fsl-arm][PATCH v3 0/3] 3.14.38_6UL7D_beta release

2015-08-05 Thread Yuqing Zhu
Multimedia related: libfslcodec: Upgrade to 4.0.6 version libfslparser: Upgrade to 4.0.6 version gst1.0-fsl-plugin: Upgrade to 4.0.6 version Yuqing Zhu (3): libfslcodec: Upgrade to 4.0.6 version libfslparser: Upgrade to 4.0.6 version gst1.0-fsl-plugin: Upgrade to 4.0.6 version

[meta-freescale] [meta-fsl-arm][PATCH v3 3/3] gst1.0-fsl-plugin: Upgrade to 4.0.6 version

2015-08-05 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. mx6ul: Add platform configuration and DEPENDS to imx-lib. mx6q/6dl/6sx/6sl: Add PACKAGECONFIG: overlaysink. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...gst1.0-fsl-plugin_4.0.5.bb = gst1.0-fsl-plugin_4.0.6.bb} | 12

[meta-freescale] [meta-fsl-arm][PATCH v3 2/3] libfslparser: Upgrade to 4.0.6 version

2015-08-05 Thread Yuqing Zhu
Released with 3.14.38_6UL7D_beta release. Upgrade to 4.0.6 version. Bug fix: -TS segment fault. -Improve mkv parser's loading time when create parser with large size file. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../libfslparser/{libfslparser_4.0.5.bb = libfslparser_4.0.6.bb} | 4

[meta-freescale] [meta-fsl-arm][PATCH v7] 3.14.38-6QP_Beta release

2015-08-06 Thread Yuqing Zhu
Add PulseAudio configuration. Yuqing Zhu (1): pulseaudio: Add PulseAudio configuration .../pulseaudio/pulseaudio/daemon.conf | 87 +++ .../pulseaudio/pulseaudio/default.pa | 170 + .../pulseaudio/pulseaudio_%.bbappend | 20

[meta-freescale] [meta-fsl-arm][PATCH v7] pulseaudio: Add PulseAudio configuration

2015-08-06 Thread Yuqing Zhu
-Use the ffmpeg resample instead of the speex one, since the ffmpeg resampler gives better quality. -Normally, PulseAudio exits after an application finishes using it. Set exit-idle-time to -1 in the daemon.conf to force it to not exit. Signed-off-by: Yuqing Zhu b54...@freescale.com

[meta-freescale] [meta-fsl-arm][PATCH v8] pulseaudio: Add PulseAudio configuration

2015-08-10 Thread Yuqing Zhu
-Use the ffmpeg resample instead of the speex one, since the ffmpeg resampler gives better quality. -Normally, PulseAudio exits after an application finishes using it. Set exit-idle-time to -1 in the daemon.conf to force it to not exit. Signed-off-by: Yuqing Zhu b54...@freescale.com

[meta-freescale] [meta-fsl-arm][PATCH v8] 3.14.38-6QP_Beta release

2015-08-10 Thread Yuqing Zhu
Add PulseAudio configuration. Yuqing Zhu (1): pulseaudio: Add PulseAudio configuration .../pulseaudio/pulseaudio/imx/daemon.conf | 87 +++ .../pulseaudio/pulseaudio/imx/default.pa | 170 + .../pulseaudio/pulseaudio_%.bbappend | 15

[meta-freescale] [meta-fsl-arm][PATCH v6] 3.14.38-6QP_Beta release

2015-08-06 Thread Yuqing Zhu
Add PulseAudio configuration. Yuqing Zhu (1): pulseaudio: Add PulseAudio configuration .../pulseaudio/pulseaudio/daemon.conf | 87 +++ .../pulseaudio/pulseaudio/default.pa | 170 + .../pulseaudio/pulseaudio_%.bbappend | 20

[meta-freescale] [meta-fsl-arm][PATCH v6] pulseaudio: Add PulseAudio configuration

2015-08-06 Thread Yuqing Zhu
-Set ffmpeg as resample method -Normally, PulseAudio exits after an application finishes using it. Set exit-idle-time to -1 in the daemon.conf to force it to not exit. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../pulseaudio/pulseaudio/daemon.conf | 87

[meta-freescale] [meta-fsl-arm][PATCH v2 1/7] gstreamer1.0-plugins-base: Add gstplaybin related patch

2015-07-26 Thread Yuqing Zhu
-Remove default deinterlace flag in playbin for i.MX SoCs -Remove native video flag in playbin for i.MX SoCs because it will cause subtitle error Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...ative-video.patch = gstplaybin-remove-flag-deinterlace.patch} | 8 recipes-multimedia

[meta-freescale] [meta-fsl-arm][PATCH v2 2/3] pulseaudio: revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7

2015-07-26 Thread Yuqing Zhu
Revert launch: Avoid specifically starting PA and rely on autospawn/socket activation Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...ch-Avoid-specifically-starting-PA-and-rel.patch | 31 ++ .../pulseaudio/pulseaudio_%.bbappend | 1 + 2 files changed, 32

[meta-freescale] [meta-fsl-arm][PATCH v2 1/3] pulseaudio: Add PulseAudio configuration and mutex patch

2015-07-26 Thread Yuqing Zhu
Fix pulseaudio mutex issue when do pause in gstreamer This fix is a workaround base on the solution from this link https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/932096; Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...dio-mutex-issue-when-do-pause-in-gstreame.patch | 33

[meta-freescale] [meta-fsl-arm][PATCH v2 3/3] pulseaudio: remove the control for speaker/headphone widget

2015-07-26 Thread Yuqing Zhu
In imx7d-sdb, there is no headphone jack, the jack detection is done by the codec itself. When headphone plugin, pulseaudio can't detect the headphone jack status, so it will set the headphone volume to zero. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...e-the-control-for-speaker

[meta-freescale] [meta-fsl-arm][PATCH v2 0/3] 3.14.38-6QP_Beta release

2015-07-26 Thread Yuqing Zhu
Fix pulseaudio related issue: -Add PulseAudio configuration -Fix mutex issue -Revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7 -Remove the control for speaker/headphone widget on i.MX7 Yuqing Zhu (3): pulseaudio: Add PulseAudio configuration and mutex patch pulseaudio: revert commit

[meta-freescale] [meta-fsl-arm][PATCH v2 7/7] gstreamer1.0-plugins-base: Add encodebin related patch

2015-07-26 Thread Yuqing Zhu
Need more buffers in output queue for better performance. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...eed-more-buffers-in-output-queue-for-bett.patch | 34 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 35 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH v2 0/7] 3.14.38-6QP_Beta release

2015-07-26 Thread Yuqing Zhu
fail. -encodebin: Need more buffers in output queue for better performance. Yuqing Zhu (7): gstreamer1.0-plugins-base: Add gstplaybin related patch gstreamer1.0-plugins-base: Add gststreamsynchronizer related patch gstreamer1.0-plugins-base: Add basetextoverlay related patch gstreamer1.0

[meta-freescale] [meta-fsl-arm][PATCH v2 2/7] gstreamer1.0-plugins-base: Add gststreamsynchronizer related patch

2015-07-26 Thread Yuqing Zhu
-Send EOS event instead of GAP event as GAP event has issue when A/V have different duration. -Stop sending second track EOS event if send the first track EOS return fail. Fixed by ignore the return error. Signed-off-by: Yuqing Zhu b54...@freescale.com --- .../do-not-change-eos-event-to-gap

[meta-freescale] [meta-fsl-arm][PATCH v2 4/7] gstreamer1.0-plugins-base: Add gstplaysink related patch

2015-07-26 Thread Yuqing Zhu
Don't set async of custom text-sink to false. Set async to false lead to A/V sync problem when seeking. The preroll need to use GAP event instead of set async to false. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...-don-t-set-async-of-custom-text-sink-to-f.patch | 31

[meta-freescale] [meta-fsl-arm][PATCH v2 6/7] gstreamer1.0-plugins-base: Add subparse related patch

2015-07-26 Thread Yuqing Zhu
text will be send out to down stream from the beginning. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...t-need_segment-after-sink-pad-received-GS.patch | 69 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 70 insertions(+) create mode 100644

[meta-freescale] [meta-fsl-arm][PATCH v2 5/7] gstreamer1.0-plugins-base: Add ssaparse related patch

2015-07-26 Thread Yuqing Zhu
Enhance SSA text lines parsing. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...3-ssaparse-enhance-SSA-text-lines-parsing.patch | 225 + .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 226 insertions(+) create mode 100644 recipes

[meta-freescale] [meta-fsl-arm][PATCH v2 3/7] gstreamer1.0-plugins-base: Add basetextoverlay related patch

2015-07-26 Thread Yuqing Zhu
Make memory copy when video buffer's memory is ready only Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...rlay-make-memory-copy-when-video-buffer-s.patch | 129 + .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 130 insertions(+) create mode

[meta-freescale] [meta-fsl-arm][PATCH 1/2] gstreamer1.0-plugins-base: Add patches for Gstreamer 1.4.5 base

2015-07-23 Thread Yuqing Zhu
EOS return fail -[encodebin plugin] Need more buffers in output queue for better performance -[gstplaybin plugin] Remove default deinterlace flag Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...rlay-make-memory-copy-when-video-buffer-s.patch | 129 ...-don-t-set-async

[meta-freescale] [meta-fsl-arm][PATCH 2/2] PulseAudio: Add patch and configuration for PulseAudio

2015-07-23 Thread Yuqing Zhu
activation -Remove the control for speaker/headphone widget Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...dio-mutex-issue-when-do-pause-in-gstreame.patch | 34 + ...here-is-no-sound-after-plugin-plugout-hea.patch | 127 +++ ...ch-Avoid-specifically-starting-PA-and-rel.patch

[meta-freescale] [meta-fsl-arm][PATCH 0/5] 3.14.38-6QP_ga release

2015-09-17 Thread Yuqing Zhu
---gstreamer1.0-plugins-bad: Install the head file of gstaggregator and gstvideoaggregator. ---gst1.0-fsl-plugin: Upgrade to version 4.0.7 ---libfslcodec: Upgrade to version 4.0.7 ---libfslparser: Upgrade to version 4.0.7 ---libfslvpuwrap: Upgrade to version 1.0.61 Yuqing Zhu (5

[meta-freescale] [meta-fsl-arm][PATCH 5/5] libfslvpuwrap: Upgrade to 1.0.61 version

2015-09-17 Thread Yuqing Zhu
Upgrade to 1.0.61 version released in 3.14.38-6QP_ga release Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../{libfslvpuwrap_1.0.58.bb => libfslvpuwrap_1.0.61.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-multimedia/libf

[meta-freescale] [meta-fsl-arm][PATCH 3/5] libfslcodec: Upgrade to 4.0.7 version

2015-09-17 Thread Yuqing Zhu
Upgrade to 4.0.7 version released in 3.14.38-6QP_ga release. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../libfslcodec/{libfslcodec_4.0.6.bb => libfslcodec_4.0.7.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-multimedia/li

[meta-freescale] [meta-fsl-arm][PATCH 1/5] gstreamer1.0-plugins-bad: Install head file of gstaggregator and gstvideoaggregator

2015-09-17 Thread Yuqing Zhu
Install the head file of gstaggregator and gstvideoaggregator. So that we can use them outside of gstreamer-plugins-bad package. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...ll-gstaggregator-and-gstvideoaggregator-h.patch | 59 ++ .../gstreamer/gstreamer1.0-p

[meta-freescale] [meta-fsl-arm][PATCH 4/5] libfslparser: Upgrade to 4.0.7 version

2015-09-17 Thread Yuqing Zhu
Upgrade to 4.0.7 version released in 3.14.38-6QP_ga release. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../libfslparser/{libfslparser_4.0.6.bb => libfslparser_4.0.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-multimedia/lib

[meta-freescale] [meta-fsl-arm][PATCH 2/5] gst1.0-fsl-plugin: Upgrade to version 4.0.7

2015-09-17 Thread Yuqing Zhu
Upgrade gst1.0-fsl-plugin to version 4.0.7 released in 3.14.38-6QP_ga release. Add gstreamer-plugins-bad as one of the dependency. Update the checksum. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../{gst1.0-fsl-plugin_4.0.6.bb => gst1.0-fsl-plugin_4.0.7.bb} | 6 +++--

[meta-freescale] [meta-fsl-arm][PATCH v2 1/3] libfslcodec: Upgrade to 4.0.7 version

2015-09-20 Thread Yuqing Zhu
Upgrade to 4.0.7 version released in 3.14.38-6UL_ga and 3.14.38-6QP_ga releases. Fix some mp3_dec noise issue of c code for arm11 and arm9. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../libfslcodec/{libfslcodec_4.0.6.bb => libfslcodec_4.0.7.bb}| 4 ++-- 1 file c

[meta-freescale] [meta-fsl-arm][PATCH v2 0/3] 3.14.38-6UL_ga and 3.14.38-6QP_ga releases

2015-09-20 Thread Yuqing Zhu
---libfslcodec: Upgrade to version 4.0.7 ---libfslparser: Upgrade to version 4.0.7 ---libfslvpuwrap: Upgrade to version 1.0.61 Yuqing Zhu (3): libfslcodec: Upgrade to 4.0.7 version libfslparser: Upgrade to 4.0.7 version libfslvpuwrap: Upgrade to 1.0.61 version .../libfslcodec

[meta-freescale] [meta-fsl-arm][PATCH v2 2/3] libfslparser: Upgrade to 4.0.7 version

2015-09-20 Thread Yuqing Zhu
Upgrade to 4.0.7 version released in 3.14.38-6UL_ga and 3.14.38-6QP_ga releases. Add h264 parser version. Support wide and 'ms 0x0 0x11' adpcm tag. Support hev1 tag for hevc video codec. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../libfslparser/{libfslparser_4.

[meta-freescale] [meta-fsl-arm][PATCH v2 3/3] libfslvpuwrap: Upgrade to 1.0.61 version

2015-09-20 Thread Yuqing Zhu
Upgrade to 1.0.61 version released in 3.14.38-6UL_ga and 3.14.38-6QP_ga releases. Update EULA file to the latest v8 June 2015. Enable resolution change for H.263 and VP8 Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../{libfslvpuwrap_1.0.58.bb => libfslvpuwrap_

[meta-freescale] [meta-fsl-arm][PATCH v3 1/2] gstreamer1.0-plugins-bad: Install head file of gstaggregator and gstvideoaggregator

2015-09-23 Thread Yuqing Zhu
Install the head file of gstaggregator and gstvideoaggregator. So that we can use them outside of gstreamer-plugins-bad package. Add SoC family and package arch. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...ll-gstaggregator-and-gstvideoaggregator-h.patc

[meta-freescale] [meta-fsl-arm][PATCH v3 0/2] 3.14.38-6UL_ga and 3.14.38-6QP_ga releases

2015-09-23 Thread Yuqing Zhu
---gstreamer1.0-plugins-bad: Install the head file of gstaggregator and gstvideoaggregator. ---gst1.0-fsl-plugin: Upgrade to version 4.0.7. Yuqing Zhu (2): gstreamer1.0-plugins-bad: Install head file of gstaggregator and gstvideoaggregator gst1.0-fsl-plugin: Upgrade to version 4.0.7

[meta-freescale] [meta-fsl-arm][PATCH v3 2/2] gst1.0-fsl-plugin: Upgrade to version 4.0.7

2015-09-23 Thread Yuqing Zhu
feature. 4. find best output format by leverage the total complexity and picture quality. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../{gst1.0-fsl-plugin_4.0.6.bb => gst1.0-fsl-plugin_4.0.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-m

[meta-freescale] [meta-fsl-arm][PATCH v2 2/2] gst1.0-fsl-plugin: Upgrade to version 4.0.7

2015-09-22 Thread Yuqing Zhu
feature. 4. find best output format by leverage the total complexity and picture quality. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../{gst1.0-fsl-plugin_4.0.6.bb => gst1.0-fsl-plugin_4.0.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) renam

[meta-freescale] [meta-fsl-arm][PATCH v2 0/2] 3.14.38-6UL_ga and 3.14.38-6QP_ga releases

2015-09-22 Thread Yuqing Zhu
---gstreamer1.0-plugins-bad: Install the head file of gstaggregator and gstvideoaggregator. ---gst1.0-fsl-plugin: Upgrade to version 4.0.7. Yuqing Zhu (2): gstreamer1.0-plugins-bad: Install head file of gstaggregator and gstvideoaggregator gst1.0-fsl-plugin: Upgrade to version 4.0.7

[meta-freescale] [meta-fsl-demos][PATCH v4 2/2] fsl-image-multimedia: Extra install packagegroup-imx-tools-audio into image.

2016-06-23 Thread Yuqing Zhu
Signed-off-by: Yuqing Zhu <carol@nxp.com> --- recipes-fsl/images/fsl-image-multimedia.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-fsl/images/fsl-image-multimedia.bb b/recipes-fsl/images/fsl-image-multimedia.bb index 331084d..3acada6 100644 --- a/recipes-fsl/imag

[meta-freescale] [meta-fsl-demos][PATCH v4 0/2] Install a new audio tool packagegroup into fsl-image-multimedia

2016-06-23 Thread Yuqing Zhu
Rework the patch as the master branch has new changes. -Add recipe for new package group: packagegroup-imx-tools-audio It provides an easy way to install the audio tools for either pulseaudio or alsa based distributions. -Install the new package group into fsl-image-multimedia. Yuqing Zhu (2

[meta-freescale] [meta-fsl-demos][PATCH v4 1/2] packagegroup-imx-tools-audio.bb: Add recipe for new package group.

2016-06-23 Thread Yuqing Zhu
The package group is used to provide an easy way to install the audio tools for either pulseaudio or alsa based distributions. Signed-off-by: Yuqing Zhu <carol@nxp.com> --- .../packagegroups/packagegroup-imx-tools-audio.bb | 33 ++ 1 file changed, 33 inse

[meta-freescale] [meta-fsl-demos][PATCH v3 0/2] Install a new audio tool packagegroup into fsl-image-multimedia

2016-06-23 Thread Yuqing Zhu
-Add recipe for new package group: packagegroup-imx-tools-audio It provides an easy way to install the audio tools for either pulseaudio or alsa based distributions. -Install the new package group into fsl-image-multimedia. Yuqing Zhu (2): packagegroup-imx-tools-audio.bb: Add recipe

[meta-freescale] [meta-fsl-demos][PATCH v3 1/2] packagegroup-imx-tools-audio.bb: Add recipe for new package group.

2016-06-23 Thread Yuqing Zhu
The package group is used to provide an easy way to install the audio tools for either pulseaudio or alsa based distributions. Signed-off-by: Yuqing Zhu <carol@nxp.com> --- .../packagegroups/packagegroup-imx-tools-audio.bb | 33 ++ 1 file changed, 33 inse

[meta-freescale] [meta-fsl-demos][PATCH v3 2/2] fsl-image-multimedia: Extra install packagegroup-imx-tools-audio into image.

2016-06-23 Thread Yuqing Zhu
Signed-off-by: Yuqing Zhu <carol@nxp.com> --- recipes-fsl/images/fsl-image-multimedia.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-fsl/images/fsl-image-multimedia.bb b/recipes-fsl/images/fsl-image-multimedia.bb index 649e1ca..69b77ab 100644 --- a/recipes-fsl/imag

[meta-freescale] [meta-fsl-arm][PATCH 1/3] gstreamer1.0-plugins-base: Make memory copy when video buffer's memory is read only

2016-01-18 Thread Yuqing Zhu
-by: Yuqing Zhu <b54...@freescale.com> --- ...rlay-make-memory-copy-when-video-buffer-s.patch | 80 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 7 +- 2 files changed, 85 insertions(+), 2 deletions(-) create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-p

[meta-freescale] [meta-fsl-arm][PATCH 3/3] gstreamer1.0-plugins-base: Fix IMXCameraApp image time cannot display issue.

2016-01-18 Thread Yuqing Zhu
Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...-Linux_MX6QP_ARD-IMXCameraApp-When-Enable.patch | 58 ++ .../gstreamer/gstreamer1.0-plugins-base_%.bbappend | 1 + 2 files changed, 59 insertions(+) create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-plugins-

Re: [meta-freescale] [meta-fsl-arm][PATCH 7/9] gstreamer1.0-plugins-bad: Add fps print in glimagesink

2016-01-28 Thread Yuqing Zhu
Hi Pushpal, Thanks for your good suggestion. We will refine it later. B.R. Yuqing Zhu -Original Message- From: Pushpal Sidhu [mailto:psi...@gateworks.com] Sent: Friday, January 29, 2016 1:10 AM To: Yuqing Zhu <carol@nxp.com> Cc: Carlos Rafael Gi

Re: [meta-freescale] [meta-fsl-arm][PATCH 6/9] gstreamer1.0-plugins-bad: Change wayland default res to 1024x768

2016-01-28 Thread Yuqing Zhu
Hi Carlos, As in our release, the default display is full screen in LVDS, and 1024x768 resolution will be better in testing for our released platform. B.R. Yuqing Zhu -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun

[meta-freescale] [meta-fsl-arm][PATCH v2 2/2] gstreamer1.0-plugins-base: Make memory copy when video buffer's memory is read only

2016-01-29 Thread Yuqing Zhu
memory copy. if the allocator of a memory don't support mem_copy interface, then it will return NULL, if this case, we can use gst_buffer_make_writable() to get a shared memory buffer or the orignal buffer if the buffer's refcount is 1. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .

[meta-freescale] [meta-fsl-arm][PATCH v2 0/2] Add patches for gstreamer1.0-plugins-base 1.6

2016-01-29 Thread Yuqing Zhu
---Fix IMXCameraApp image time cannot display issue. ---Make memory copy when video buffer's memory is read only. Yuqing Zhu (2): gstreamer1.0-plugins-base: Fix IMXCameraApp image time cannot display issue. gstreamer1.0-plugins-base: Make memory copy when video buffer's memory

Re: [meta-freescale] [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend

2016-01-27 Thread Yuqing Zhu
${includedir} B.R. Yuqing Zhu -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun...@yoctoproject.org] On Behalf Of Carlos Rafael Giani Sent: Wednesday, January 27, 2016 7:22 PM To: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale

Re: [meta-freescale] [meta-fsl-arm][PATCH 8/9] gstreamer1.0-plugins-bad: Fix gleffects fisheye shader compile error

2016-01-27 Thread Yuqing Zhu
Hi Carlos, The float number will diminishes readability, but we will create a ticket to GStreamer bugzilla. If they accept it, I will push the patch to poky. B.R. Yuqing Zhu -Original Message- From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-boun

Re: [meta-freescale] [meta-fsl-arm][PATCH 7/9] gstreamer1.0-plugins-bad: Add fps print in glimagesink

2016-01-27 Thread Yuqing Zhu
Hi Carlos, Your method seems more formal. But this log is necessary and important for us to read GPU performance, so just using g_print directly. If you insist on this, we will refine it later. B.R. Yuqing Zhu -Original Message- From: meta-freescale-boun

Re: [meta-freescale] [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend

2016-01-31 Thread Yuqing Zhu
Hi Otavio, In Gstreamer, the default one is Mesa EGL with version 9.0. But we use Vivante EGL with this 1.0 version number. So we labeled this patch as i.MX specific. B.R. Yuqing Zhu -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent

Re: [meta-freescale] [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend

2016-02-01 Thread Yuqing Zhu
differentiate between Mesa EGL and Vivante EGL. B.R. Yuqing Zhu -Original Message- From: Carlos Rafael Giani [mailto:d...@pseudoterminal.org] Sent: Monday, February 01, 2016 3:25 PM To: Yuqing Zhu <carol@nxp.com>; Otavio Salvador <otavio.salva...@ossystems.com.br> Cc: me

[meta-freescale] [meta-fsl-arm][PATCH v2 2/3] gstreamer1.0-plugins-bad: Support video crop for glimagesink

2016-02-02 Thread Yuqing Zhu
1. Add video crop meta copy in glupload. 2. Calculate the new texture coordinate in vertices array and bind to buffer object. 3. Make glimagesink only updating vertices array when video crop meta changed. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...plugin-support-vide

[meta-freescale] [meta-fsl-arm][PATCH v2 1/3] gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance

2016-02-02 Thread Yuqing Zhu
to avoid memory copy. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...imagesink-to-improve-playback-performance.patch | 454 + .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 9 +- 2 files changed, 460 insertions(+), 3 deletions(-) create mode 100755 r

Re: [meta-freescale] [meta-fsl-arm][PATCH] alsa-state: Set default state values for mx6/mx6ul/mx7

2016-02-28 Thread Yuqing Zhu
in another build (e.g. Intel, Marvell, Texas ones). Will they use our bsp ? B.R. Carol -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: Saturday, February 27, 2016 11:27 PM To: Yuqing Zhu <carol@nxp.com> Cc: meta-freescale@yoctoproje

[meta-freescale] [meta-fsl-arm][PATCH] alsa-state: Set default state values for mx6/mx6ul/mx7

2016-02-25 Thread Yuqing Zhu
audio configuration for mx6ul/mx7 wm8962 audio configuration for mx6 Signed-off-by: Yuqing Zhu <carol@nxp.com> --- recipes-bsp/alsa-state/alsa-state.bbappend |3 +- .../alsa-state/alsa-state/{mx6 => }/asound.conf|5 + .../alsa-state/alsa-state/{mx7 => }/asound.st

[meta-freescale] [meta-fsl-arm][PATCH 0/9] Add patches for gstreamer1.0-plugins-bad 1.6

2016-01-27 Thread Yuqing Zhu
print in glimagesink. --Fix gleffects fisheye shader compile error. --Roll-back h264parse rank. Yuqing Zhu (9): gstreamer1.0-plugins-bad: Modify the videoparsers rank down to avoid link them in gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend gstreamer1.0-plugins

[meta-freescale] [meta-fsl-arm][PATCH 9/9] gstreamer1.0-plugins-bad: Roll-back h264parse rank

2016-01-27 Thread Yuqing Zhu
Roll back the h264parse rank. For SW video decoder, it only support aligment au, But in GST1.6, rtph264depay output aligment nal format video. Need link h264parse to convert it to au alginment, make the sw decodear work. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- .../0010-vido

[meta-freescale] [meta-fsl-arm][PATCH 3/9] gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance

2016-01-27 Thread Yuqing Zhu
to avoid memory copy. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...imagesink-to-improve-playback-performance.patch | 454 + .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 1 + 2 files changed, 455 insertions(+) create mode 100755 recipes-multimedia/gst

[meta-freescale] [meta-fsl-arm][PATCH 4/9] gstreamer1.0-plugins-bad: Support video crop for glimagesink

2016-01-27 Thread Yuqing Zhu
1.Add video crop meta copy in glupload. 2.Calculate the new texture coordinate in vertices array and bind to buffer object. 3.Make glimagesink only updating vertices array when video crop meta changed. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...plugin-support-vide

[meta-freescale] [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend

2016-01-27 Thread Yuqing Zhu
Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...or-gl-plugin-not-built-in-wayland-backend.patch | 31 ++ .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 1 + 2 files changed, 32 insertions(+) create mode 100755 recipes-multimedia/gstreamer/gstreamer1.0-p

[meta-freescale] [meta-fsl-arm][PATCH 5/9] gstreamer1.0-plugins-bad: Support fb backend for gl plugins

2016-01-27 Thread Yuqing Zhu
1. Add fb support in glimagesink 2. Override set_render_rectangle() to support resize Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...lplugin-Support-fb-backend-for-gl-plugins.patch | 758 + .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 1 + 2 files c

[meta-freescale] [meta-fsl-arm][PATCH 7/9] gstreamer1.0-plugins-bad: Add fps print in glimagesink

2016-01-27 Thread Yuqing Zhu
In GST-1.6, Pipeline will set start time to 0 when state change form PAUSE to READY, so get start time in state change PLAYING_PAUSE. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...008-glplugin-Add-fps-print-in-glimagesink.patch | 83 ++ .../gstreamer/gstrea

Re: [meta-freescale] [meta-fsl-arm][PATCH 2/9] gstreamer1.0-plugins-bad: Fix for gl plugin not built in wayland backend

2016-02-02 Thread Yuqing Zhu
Hi Otavio, Thanks for your comments, we will discuss it internally. For now, I will keep it in our internal layer until new patch is created. Thanks! B.R. Yuqing Zhu -Original Message- From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] Sent: Monday

[meta-freescale] [meta-fsl-arm][PATCH v2 0/3] Add patches for gstreamer1.0-plugins-bad 1.6

2016-02-02 Thread Yuqing Zhu
--Add directviv to glimagesink to improve playback performance. --Support video crop for glimagesink. --Change wayland default res to 1024x768. Yuqing Zhu (3): gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance gstreamer1.0-plugins-bad: Support video

[meta-freescale] [meta-fsl-arm][PATCH v2 3/3] gstreamer1.0-plugins-bad: Change wayland default resolution to 1024x768

2016-02-02 Thread Yuqing Zhu
In our release, the default display is full screen in LVDS. The 1024x768 resolution will be better in testing for our release platform. Signed-off-by: Yuqing Zhu <b54...@freescale.com> --- ...in-Change-wayland-default-res-to-1024x768.patch | 41 ++ .../gstreamer/gstrea

Re: [meta-freescale] [meta-fsl-arm][PATCH] alsa-state: Set default state values for mx6/mx6ul/mx7

2016-03-01 Thread Yuqing Zhu
6 10:17 PM To: Yuqing Zhu <carol@nxp.com> Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH] alsa-state: Set default state values for mx6/mx6ul/mx7 On Mon, Feb 29, 2016 at 12:41 AM, Yuqing Zhu <carol@nxp.com> wrote: > Hi Otavio, > >

[meta-freescale] [meta-fsl-arm][PATCH v2] alsa-state: Using one unified version to set default values for mx6/mx6ul/mx7

2016-03-01 Thread Yuqing Zhu
audio configuration for mx6ul/mx7 wm8962 audio configuration for mx6 Signed-off-by: Yuqing Zhu <carol@nxp.com> --- recipes-bsp/alsa-state/alsa-state.bbappend |7 +- .../alsa-state/alsa-state/{mx6 => imx}/asound.conf |5 + .../alsa-state/{mx7 => imx}/asound.state

  1   2   3   >