diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2015-11-12 13:00:50 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2015-11-13 07:31:58 +0000 |
commit | b5134746d323326a270a22e60112f21043ec6f7f (patch) | |
tree | 4d1acb5c4b025aaf5636f5921e09db36cdbc3b16 /meta-rcar-gen2/conf | |
parent | 137657697ec82d388c1ac4459c50b2da9e9ee59e (diff) |
r-car m2: preconfigure Porter/Koelsch sound mixer
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>
Diffstat (limited to 'meta-rcar-gen2/conf')
-rw-r--r-- | meta-rcar-gen2/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen2/conf/local.conf.sample b/meta-rcar-gen2/conf/local.conf.sample index 9ff33b2..85fefa0 100644 --- a/meta-rcar-gen2/conf/local.conf.sample +++ b/meta-rcar-gen2/conf/local.conf.sample @@ -48,7 +48,7 @@ PACKAGECONFIG_remove_pn-qtquick1 = "webkit" #IMAGE_INSTALL_append_porter = " \ # packagegroup-rcar-gen2-multimedia \ # packagegroup-lcb-oss-codecs \ -# alsa-utils alsa-tools \ +# alsa-utils alsa-utils-config alsa-tools \ #" # For Bluetooth hardware support |