File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ GUI application is a Qt application. It needs to run ```qmake``` to generate Mak
4848Other samples can use ``` make ``` to compile directly.
4949
5050``` bash
51- $ cd /data/ Gstreamer-Applications
51+ $ cd Gstreamer-Applications
5252$ cd gst_gui_app/
5353$ qmake
5454$ cd ..
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Description=QC ALSA restore Service
88After =init_audio.service
99
1010[Service]
11- Type =notify
11+ Type =idle
1212ExecStartPre =/bin/sleep 10s
1313ExecStart =/usr/bin/qc_alsa_restore.sh
1414Restart =on-failure
Original file line number Diff line number Diff line change 1- # Copyright (c) 2020 Qualcomm Innovation Center, Inc. All Rights Reserved.
1+ #! /bin/bash
2+
3+ # Copyright (c) 2020 Qualcomm Innovation Center, Inc. All Rights Reserved.
24# SPDX-License-Identifier: BSD-3-Clause-Clear
35
4- #! /bin/bash
56amixer cset name=" WSA_CDC_DMA_RX_0 Audio Mixer MultiMedia1" " 1"
67amixer cset name=" WSA_CDC_DMA_RX_0 Channels" " Two"
78amixer cset name=" WSA RX0 MUX" " AIF1_PB"
You can’t perform that action at this time.
0 commit comments