From 1dd1509a02fee564ff87f80c2f29055d7aad889c Mon Sep 17 00:00:00 2001
From: Fulup Ar Foll <fulup@iot.bzh>
Date: Fri, 11 May 2018 01:18:43 +0200
Subject: Initial version with softvol control and DMIX

---
 nbproject/configurations.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

(limited to 'nbproject')

diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml
index 1519d80..95c71af 100644
--- a/nbproject/configurations.xml
+++ b/nbproject/configurations.xml
@@ -24,9 +24,9 @@
       <df name="plugins">
         <df name="alsa">
           <in>alsa-capture.c</in>
-          <in>alsa-ctl.c</in>
-          <in>alsa-dmix.c</in>
-          <in>alsa-pcm.c</in>
+          <in>alsa-core-ctl.c</in>
+          <in>alsa-core-pcm.c</in>
+          <in>alsa-plug-vol.c</in>
           <in>alsa-softmixer.c</in>
           <in>alsa-utils-bypath.c</in>
           <in>alsa-utils-dump.c</in>
@@ -169,6 +169,7 @@
           <incDir>
             <pElem>../../../opt/include/afb</pElem>
             <pElem>mixer-binding</pElem>
+            <pElem>../../../opt/include/alsa</pElem>
             <pElem>app-afb-helpers-submodule</pElem>
             <pElem>app-controller-submodule/ctl-lib</pElem>
             <pElem>../../../opt/include</pElem>
@@ -209,15 +210,15 @@
         <cTool flags="0">
         </cTool>
       </item>
-      <item path="plugins/alsa/alsa-ctl.c" ex="false" tool="0" flavor2="2">
+      <item path="plugins/alsa/alsa-core-ctl.c" ex="false" tool="0" flavor2="2">
         <cTool flags="0">
         </cTool>
       </item>
-      <item path="plugins/alsa/alsa-dmix.c" ex="false" tool="0" flavor2="2">
+      <item path="plugins/alsa/alsa-core-pcm.c" ex="false" tool="0" flavor2="2">
         <cTool flags="0">
         </cTool>
       </item>
-      <item path="plugins/alsa/alsa-pcm.c" ex="false" tool="0" flavor2="2">
+      <item path="plugins/alsa/alsa-plug-vol.c" ex="false" tool="0" flavor2="2">
         <cTool flags="0">
         </cTool>
       </item>
-- 
cgit