summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHeiko Stübner <heiko@sntech.de>2016-06-09 01:17:15 +0200
committerTakashi Iwai <tiwai@suse.de>2016-06-09 08:19:04 +0200
commitf449a299431a30d7d2588199f4cbd16e329db8a5 (patch)
treea46d62c746635de9894cf09611b3265d7d8d1523 /configure.ac
parentd39e1879b9c72d51fe1ca4aeb5ba742e97b2175a (diff)
downloadalsa-lib-f449a299431a30d7d2588199f4cbd16e329db8a5.tar.gz
conf/ucm: ROCKCHIP-I2S: rename to VEYRON-I2S
Commit a192f52fc63a introduced an ucm profile for Rockchip Veyron- Chromebooks by taking the ucm profile from the ChromeOS userspace. But similarly to DAISY-I2S, PAZ00 and most other profiles, the audio setup is pretty specific to a board type, so hogging the Rockchip name will make it harder for future Rockchip based boards to fit in nicely. And while Veyron also is a family of boards, all of them share the same audio setup. The ucm profile was not released with any official alsa release and the audio setup also isn't in the mainline kernel yet, so such a rename should be easily possible. Fixes: a192f52fc63a ("conf/ucm: ROCKCHIP-I2S: add Rockchip I2S UCM config.") Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ff340a8a..53fca33e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -658,7 +658,7 @@ 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/ROCKCHIP-I2S/Makefile \
+ src/conf/ucm/VEYRON-I2S/Makefile \
src/conf/topology/Makefile \
src/conf/topology/broadwell/Makefile \
modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \