diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-10 15:52:57 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-10-10 15:52:57 +0200 |
commit | b071fc0882750d28036769c56c046fe1d7ae9942 (patch) | |
tree | d33a0968eb237c4975bc879087cadff57082dd10 /nbproject/project.xml | |
parent | 6d4cbab774c0fa632ccdf4add35b87d0828ac765 (diff) |
4a-hal-unicens: add Fiberdyne Master Volume
Bug-AGL: SPEC-1758
As preparation before introducing UNICENS 4a plugin:
- Init volume library at first
- Add fiberdyne master volume
- Introduce commands sent by control messages
- Removes outdated controls
- Known issue: turn ALSA volume above "93" to hear some sound
Change-Id: I591c6b109a51c9da602ad08514b67c2ec573e09c
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 824d0e8..1ef2f4f 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ <type>org.netbeans.modules.cnd.makeproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/make-project/1"> - <name>unicens-4a</name> + <name>4a-hal-unicens</name> <c-extensions>c</c-extensions> <cpp-extensions>cpp,cxx</cpp-extensions> <header-extensions>h,hpp</header-extensions> @@ -14,15 +14,7 @@ </sourceRootList> <confList> <confElem> - <name>Local_Raw_Controller</name> - <type>0</type> - </confElem> - <confElem> - <name>Local_Alias</name> - <type>0</type> - </confElem> - <confElem> - <name>Local-Ctl</name> + <name>Default</name> <type>0</type> </confElem> </confList> @@ -30,10 +22,5 @@ <project-formatting-style>false</project-formatting-style> </formatting> </data> - <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1"> - <word>Authorize</word> - <word>Controler</word> - <word>printf</word> - </spellchecker-wordlist> </configuration> </project> |