diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2014-02-12 15:54:06 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-02-13 09:11:27 +0200 |
commit | d698db24eddd962b9fecd4f63d97ac7b5ce508d5 (patch) | |
tree | c02db07b386c51aa66f2f7278ba2dbf12083abde | |
parent | 93ad74eece184830c0f76e17ae7308a7da863be7 (diff) | |
download | meta-boot2qt-d698db24eddd962b9fecd4f63d97ac7b5ce508d5.tar.gz |
emulator: alsa config to allow multiple source to play audio
Enable dmix plugin for also on emulator to allow playing audio
from multiple sources at the same time.
Remove copyright header from raspberrypi config file.
Task-number: QTEE-362
Change-Id: I4073ac0dae1f7af9a307eb3a455e9277181fb9a1
Reviewed-by: Rainer Keller <rainer.keller@digia.com>
-rw-r--r-- | recipes/alsa/alsa-state/emulator/asound.conf | 4 | ||||
-rw-r--r-- | recipes/alsa/alsa-state/raspberrypi/asound.conf | 22 |
2 files changed, 4 insertions, 22 deletions
diff --git a/recipes/alsa/alsa-state/emulator/asound.conf b/recipes/alsa/alsa-state/emulator/asound.conf new file mode 100644 index 0000000..edd2e82 --- /dev/null +++ b/recipes/alsa/alsa-state/emulator/asound.conf | |||
@@ -0,0 +1,4 @@ | |||
1 | pcm.!default { | ||
2 | type plug | ||
3 | slave.pcm "dmix" | ||
4 | } | ||
diff --git a/recipes/alsa/alsa-state/raspberrypi/asound.conf b/recipes/alsa/alsa-state/raspberrypi/asound.conf index ef44416..83f7f9a 100644 --- a/recipes/alsa/alsa-state/raspberrypi/asound.conf +++ b/recipes/alsa/alsa-state/raspberrypi/asound.conf | |||
@@ -1,25 +1,3 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://qt.digia.com/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | pcm.!default { | 1 | pcm.!default { |
24 | type hw | 2 | type hw |
25 | card 0 | 3 | card 0 |