diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-04 15:03:58 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-11-04 15:03:58 +0100 |
commit | 665073e727623ac7228a86b003004956bf774adb (patch) | |
tree | 2557181f3d631a834fe7055893e1b42c47a7b618 /nbproject/project.xml | |
parent | eac54aceceb2b465340fb6beb4ef635cb46d8237 (diff) |
Added PcmInfo API
Change HAL register to fallback to driver name when not direct match found
Diffstat (limited to 'nbproject/project.xml')
-rw-r--r-- | nbproject/project.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index fa21507..89a149f 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -6,7 +6,7 @@ <name>alsa-4a</name> <c-extensions>c</c-extensions> <cpp-extensions>cpp,cxx</cpp-extensions> - <header-extensions>h,hpp</header-extensions> + <header-extensions>h</header-extensions> <sourceEncoding>UTF-8</sourceEncoding> <make-dep-projects/> <sourceRootList> @@ -14,15 +14,15 @@ </sourceRootList> <confList> <confElem> - <name>Local_Raw_Controller</name> + <name>Speaker-Test_Mumtimedia</name> <type>0</type> </confElem> <confElem> - <name>Local_Alias</name> + <name>Afb-Daemon_Basic</name> <type>0</type> </confElem> <confElem> - <name>Local-Ctl</name> + <name>Afb-Daemon__HAL_</name> <type>0</type> </confElem> </confList> |