diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-12-17 23:36:13 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-18 02:08:02 +0000 |
commit | be746118574c2adbb52f91f79b4178f37cccbc78 (patch) | |
tree | d9fc57db6ec26b30cbbdd33def030a1f77bf5d28 /README.md | |
parent | 265d86db7def5605268add40de36f174888d3df6 (diff) |
Move hal configuration files into 4a-hal-configs repository
The configuration files should not be shipped with the sources.
Therefore we created a 4a-hal-configs repository as the central place for configs.
Move the configs there but leave and example in 4a-hal-cfg-example.
Bug-AGL: SPEC-2011
Change-Id: If3bed9a05955b9c6458656fabbe3ee12d1c5015b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,8 +56,8 @@ sudo modprobe snd-aloop #### Information about audio json configuration files * All audio hardware configuration files are a json description of your audio devices. -* They all must be in ./4a-hal-cfg-reference or ./4a-hal-cfg-community and must begin with 'hal-4a'. -* You can find some examples of these configurations in this directory. +* They all must be in the 4a-hal-configs repository and must begin with 'hal-4a'. +* You can find some examples of these configurations in the 4a-hal-cfg-example folder.. * Each configuration file found at startup will create a new hal with its own api. * At 'init-mixer' hal command, your mixer configuration will be sent. |