* [PATCH v1 0/2] conf/ucm: Remove intel UCM conf files from alsa-lib repo
@ 2017-03-21 3:18 fuweix.tang
2017-03-21 3:18 ` [PATCH v1 1/2] conf/ucm: Remove conf files of broxton-rt298 platform fuweix.tang
2017-03-21 3:18 ` [PATCH v1 2/2] conf/ucm: Remove conf files of skylake-rt286 platform fuweix.tang
0 siblings, 2 replies; 3+ messages in thread
From: fuweix.tang @ 2017-03-21 3:18 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, liam.r.girdwood, Fuwei Tang, mengdong.lin
From: Fuwei Tang <fuweix.tang@intel.com>
Remove the intel UCM configs from alsa-lib repo, and move them to a dedicated
UCM and topology file repo.
Another series will add them to a dedicated UCM conf repo. License can be changed
to BSD for intel files, and left as "unknown" for other conf files when they are
moved from alsa-lib to the new repo.
Fuwei Tang (2):
conf/ucm: Remove conf files of broxton-rt298 platform
conf/ucm: Remove conf files of skylake-rt286 platform
configure.ac | 2 -
src/conf/ucm/Makefile.am | 2 +-
src/conf/ucm/broxton-rt298/Hdmi1 | 22 -----
src/conf/ucm/broxton-rt298/Hdmi2 | 14 ---
src/conf/ucm/broxton-rt298/HiFi | 129 --------------------------
src/conf/ucm/broxton-rt298/Makefile.am | 4 -
src/conf/ucm/broxton-rt298/broxton-rt298.conf | 58 ------------
src/conf/ucm/skylake-rt286/Hdmi1 | 20 ----
src/conf/ucm/skylake-rt286/Hdmi2 | 20 ----
src/conf/ucm/skylake-rt286/HiFi | 129 --------------------------
src/conf/ucm/skylake-rt286/Makefile.am | 4 -
src/conf/ucm/skylake-rt286/skylake-rt286.conf | 60 ------------
12 files changed, 1 insertion(+), 463 deletions(-)
delete mode 100644 src/conf/ucm/broxton-rt298/Hdmi1
delete mode 100644 src/conf/ucm/broxton-rt298/Hdmi2
delete mode 100644 src/conf/ucm/broxton-rt298/HiFi
delete mode 100644 src/conf/ucm/broxton-rt298/Makefile.am
delete mode 100644 src/conf/ucm/broxton-rt298/broxton-rt298.conf
delete mode 100644 src/conf/ucm/skylake-rt286/Hdmi1
delete mode 100644 src/conf/ucm/skylake-rt286/Hdmi2
delete mode 100644 src/conf/ucm/skylake-rt286/HiFi
delete mode 100644 src/conf/ucm/skylake-rt286/Makefile.am
delete mode 100644 src/conf/ucm/skylake-rt286/skylake-rt286.conf
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v1 1/2] conf/ucm: Remove conf files of broxton-rt298 platform
2017-03-21 3:18 [PATCH v1 0/2] conf/ucm: Remove intel UCM conf files from alsa-lib repo fuweix.tang
@ 2017-03-21 3:18 ` fuweix.tang
2017-03-21 3:18 ` [PATCH v1 2/2] conf/ucm: Remove conf files of skylake-rt286 platform fuweix.tang
1 sibling, 0 replies; 3+ messages in thread
From: fuweix.tang @ 2017-03-21 3:18 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, liam.r.girdwood, Fuwei Tang, mengdong.lin
From: Fuwei Tang <fuweix.tang@intel.com>
Remove conf files of broxton-rt298 platform from alsa-lib repo.
The files will be moved to alsa-ucm-conf repo.
Signed-off-by: Fuwei Tang <fuweix.tang@intel.com>
---
configure.ac | 1 -
src/conf/ucm/Makefile.am | 2 +-
src/conf/ucm/broxton-rt298/Hdmi1 | 22 -----
src/conf/ucm/broxton-rt298/Hdmi2 | 14 ---
src/conf/ucm/broxton-rt298/HiFi | 129 --------------------------
src/conf/ucm/broxton-rt298/Makefile.am | 4 -
src/conf/ucm/broxton-rt298/broxton-rt298.conf | 58 ------------
7 files changed, 1 insertion(+), 229 deletions(-)
delete mode 100644 src/conf/ucm/broxton-rt298/Hdmi1
delete mode 100644 src/conf/ucm/broxton-rt298/Hdmi2
delete mode 100644 src/conf/ucm/broxton-rt298/HiFi
delete mode 100644 src/conf/ucm/broxton-rt298/Makefile.am
delete mode 100644 src/conf/ucm/broxton-rt298/broxton-rt298.conf
diff --git a/configure.ac b/configure.ac
index d645ab6..71bd852 100644
--- a/configure.ac
+++ b/configure.ac
@@ -684,7 +684,6 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
src/conf/topology/bxtrt298/Makefile \
alsalisp/Makefile aserver/Makefile \
test/Makefile test/lsb/Makefile \
- src/conf/ucm/broxton-rt298/Makefile \
utils/Makefile utils/alsa-lib.spec utils/alsa.pc)
dnl Create asoundlib.h dynamically according to configure options
diff --git a/src/conf/ucm/Makefile.am b/src/conf/ucm/Makefile.am
index ea9b385..a11d324 100644
--- a/src/conf/ucm/Makefile.am
+++ b/src/conf/ucm/Makefile.am
@@ -1 +1 @@
-SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 skylake-rt286 VEYRON-I2S chtrt5645 DB410c broxton-rt298
+SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 skylake-rt286 VEYRON-I2S chtrt5645 DB410c
diff --git a/src/conf/ucm/broxton-rt298/Hdmi1 b/src/conf/ucm/broxton-rt298/Hdmi1
deleted file mode 100644
index 48514f4..0000000
diff --git a/src/conf/ucm/broxton-rt298/Hdmi2 b/src/conf/ucm/broxton-rt298/Hdmi2
deleted file mode 100644
index 764f8b9..0000000
diff --git a/src/conf/ucm/broxton-rt298/HiFi b/src/conf/ucm/broxton-rt298/HiFi
deleted file mode 100644
index 2e2d6fe..0000000
diff --git a/src/conf/ucm/broxton-rt298/Makefile.am b/src/conf/ucm/broxton-rt298/Makefile.am
deleted file mode 100644
index 80f480e..0000000
diff --git a/src/conf/ucm/broxton-rt298/broxton-rt298.conf b/src/conf/ucm/broxton-rt298/broxton-rt298.conf
deleted file mode 100644
index 3f3d0be..0000000
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v1 2/2] conf/ucm: Remove conf files of skylake-rt286 platform
2017-03-21 3:18 [PATCH v1 0/2] conf/ucm: Remove intel UCM conf files from alsa-lib repo fuweix.tang
2017-03-21 3:18 ` [PATCH v1 1/2] conf/ucm: Remove conf files of broxton-rt298 platform fuweix.tang
@ 2017-03-21 3:18 ` fuweix.tang
1 sibling, 0 replies; 3+ messages in thread
From: fuweix.tang @ 2017-03-21 3:18 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, liam.r.girdwood, Fuwei Tang, mengdong.lin
From: Fuwei Tang <fuweix.tang@intel.com>
Remove conf files of skylake-rt286 platform from alsa-lib.
The files will be moved to alsa-ucm-conf repo.
Signed-off-by: Fuwei Tang <fuweix.tang@intel.com>
---
configure.ac | 1 -
src/conf/ucm/Makefile.am | 2 +-
src/conf/ucm/skylake-rt286/Hdmi1 | 20 ----
src/conf/ucm/skylake-rt286/Hdmi2 | 20 ----
src/conf/ucm/skylake-rt286/HiFi | 129 --------------------------
src/conf/ucm/skylake-rt286/Makefile.am | 4 -
src/conf/ucm/skylake-rt286/skylake-rt286.conf | 60 ------------
7 files changed, 1 insertion(+), 235 deletions(-)
delete mode 100644 src/conf/ucm/skylake-rt286/Hdmi1
delete mode 100644 src/conf/ucm/skylake-rt286/Hdmi2
delete mode 100644 src/conf/ucm/skylake-rt286/HiFi
delete mode 100644 src/conf/ucm/skylake-rt286/Makefile.am
delete mode 100644 src/conf/ucm/skylake-rt286/skylake-rt286.conf
diff --git a/configure.ac b/configure.ac
index 71bd852..9e916d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -673,7 +673,6 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
src/conf/ucm/PAZ00/Makefile \
src/conf/ucm/GoogleNyan/Makefile \
src/conf/ucm/broadwell-rt286/Makefile \
- src/conf/ucm/skylake-rt286/Makefile \
src/conf/ucm/VEYRON-I2S/Makefile \
src/conf/ucm/chtrt5645/Makefile \
src/conf/ucm/DB410c/Makefile \
diff --git a/src/conf/ucm/Makefile.am b/src/conf/ucm/Makefile.am
index a11d324..7bf432e 100644
--- a/src/conf/ucm/Makefile.am
+++ b/src/conf/ucm/Makefile.am
@@ -1 +1 @@
-SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 skylake-rt286 VEYRON-I2S chtrt5645 DB410c
+SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 VEYRON-I2S chtrt5645 DB410c
diff --git a/src/conf/ucm/skylake-rt286/Hdmi1 b/src/conf/ucm/skylake-rt286/Hdmi1
deleted file mode 100644
index 0e00fc8..0000000
diff --git a/src/conf/ucm/skylake-rt286/Hdmi2 b/src/conf/ucm/skylake-rt286/Hdmi2
deleted file mode 100644
index 89b31aa..0000000
diff --git a/src/conf/ucm/skylake-rt286/HiFi b/src/conf/ucm/skylake-rt286/HiFi
deleted file mode 100644
index 41638f4..0000000
diff --git a/src/conf/ucm/skylake-rt286/Makefile.am b/src/conf/ucm/skylake-rt286/Makefile.am
deleted file mode 100644
index 9d6a85a..0000000
diff --git a/src/conf/ucm/skylake-rt286/skylake-rt286.conf b/src/conf/ucm/skylake-rt286/skylake-rt286.conf
deleted file mode 100644
index 3e43228..0000000
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-21 3:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21 3:18 [PATCH v1 0/2] conf/ucm: Remove intel UCM conf files from alsa-lib repo fuweix.tang
2017-03-21 3:18 ` [PATCH v1 1/2] conf/ucm: Remove conf files of broxton-rt298 platform fuweix.tang
2017-03-21 3:18 ` [PATCH v1 2/2] conf/ucm: Remove conf files of skylake-rt286 platform fuweix.tang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).