aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-05-19 11:04:46 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2020-05-25 16:09:16 +0300
commit3ef8e2e556711137623cf0ad580b3381606dc3ec (patch)
tree43f5e534d74b7a8d1da95f8046dc1f64aac2edb9
parente44b63afebd887d2096510ba11dfc15b0f6e6c33 (diff)
rpi: remove alsa configs
We are using pulseaudio, no need for the alsa configs anymore. Change-Id: I8b51d9e8e1eaf967793a8d6a025852fa03f881c6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--meta-boot2qt-distro/recipes-bsp/alsa/alsa-state.bbappend30
-rw-r--r--meta-boot2qt-distro/recipes-bsp/alsa/alsa-state/raspberrypi/asound.conf9
2 files changed, 0 insertions, 39 deletions
diff --git a/meta-boot2qt-distro/recipes-bsp/alsa/alsa-state.bbappend b/meta-boot2qt-distro/recipes-bsp/alsa/alsa-state.bbappend
deleted file mode 100644
index dbeb0307..00000000
--- a/meta-boot2qt-distro/recipes-bsp/alsa/alsa-state.bbappend
+++ /dev/null
@@ -1,30 +0,0 @@
-############################################################################
-##
-## Copyright (C) 2016 The Qt Company Ltd.
-## Contact: https://www.qt.io/licensing/
-##
-## This file is part of the Boot to Qt meta layer.
-##
-## $QT_BEGIN_LICENSE:GPL$
-## Commercial License Usage
-## Licensees holding valid commercial Qt licenses may use this file in
-## accordance with the commercial license agreement provided with the
-## Software or, alternatively, in accordance with the terms contained in
-## a written agreement between you and The Qt Company. For licensing terms
-## and conditions see https://www.qt.io/terms-conditions. For further
-## information use the contact form at https://www.qt.io/contact-us.
-##
-## GNU General Public License Usage
-## Alternatively, this file may be used under the terms of the GNU
-## General Public License version 3 or (at your option) any later version
-## approved by the KDE Free Qt Foundation. The licenses are as published by
-## the Free Software Foundation and appearing in the file LICENSE.GPL3
-## included in the packaging of this file. Please review the following
-## information to ensure the GNU General Public License requirements will
-## be met: https://www.gnu.org/licenses/gpl-3.0.html.
-##
-## $QT_END_LICENSE$
-##
-############################################################################
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
diff --git a/meta-boot2qt-distro/recipes-bsp/alsa/alsa-state/raspberrypi/asound.conf b/meta-boot2qt-distro/recipes-bsp/alsa/alsa-state/raspberrypi/asound.conf
deleted file mode 100644
index 83f7f9a3..00000000
--- a/meta-boot2qt-distro/recipes-bsp/alsa/alsa-state/raspberrypi/asound.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-pcm.!default {
- type hw
- card 0
-}
-
-ctl.!default {
- type hw
- card 0
-}