summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-multimedia/alsa
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Fix the dynamic asound.state file installationJan-Simon Möller1-4/+7
This is a follow-up fix for SPEC-553. We need to install the chosen file. Change-Id: I2471dd3b5ad47ca01706c61ee89ea3a1d895da39 Bug-AGL: SPEC-553 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-04-24Fix FILESEXTRAPATH statementJan-Simon Möller1-5/+3
FILESEXTRAPATHS_prepend := :${THISDIR}/alsa-utils-config: is wrong. It results in FILESEXTRAPATHS = :${THISDIR}/alsa-utils-config: instead of FILESEXTRAPATHS = ${THISDIR}/alsa-utils-config: Also set S to $WORKDIR as we have no extracted tarball. v2: fix S (set to WORKDIR) Change-Id: Ia0123848a30459ffd095add5658a85c2a2eaaf9d Bug-AGL: SPEC-553 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-11-13r-car m2: preconfigure Porter/Koelsch sound mixerManuel Bachmann3-0/+172
Sound is inaudible when starting a Porter/Koelsch board, because default state of their sound mixer is muted. Add a "alsa-utils-config" recipe which will be commented out, but available in local.conf, to preconfigure their mixer. Sound volume will be approximately 25% of maximum. Change-Id: Iaf60f612f8e01e7aa51f8a0558de00f26d36aee8 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>