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>
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 \
-SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 ROCKCHIP-I2S
+SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 VEYRON-I2S
+++ /dev/null
-alsaconfigdir = @ALSA_CONFIG_DIR@
-ucmdir = $(alsaconfigdir)/ucm/ROCKCHIP-I2S
-ucm_DATA = ROCKCHIP-I2S.conf HiFi.conf
-EXTRA_DIST = $(ucm_DATA)
}
EnableSequence [
- cdev "hw:ROCKCHIPI2S"
+ cdev "hw:VEYRONI2S"
cset "name='Left Speaker Mixer Left DAC Switch' on"
cset "name='Right Speaker Mixer Right DAC Switch' on"
SectionDevice."Headphone".0 {
Value {
- JackName "ROCKCHIP-I2S Headset Jack"
+ JackName "VEYRON-I2S Headset Jack"
OutputDspName ""
}
EnableSequence [
- cdev "hw:ROCKCHIPI2S"
+ cdev "hw:VEYRONI2S"
cset "name='Speaker Switch' off"
cset "name='Headphone Left Switch' on"
cset "name='Headphone Right Switch' on"
]
DisableSequence [
- cdev "hw:ROCKCHIPI2S"
+ cdev "hw:VEYRONI2S"
cset "name='Headphone Left Switch' off"
cset "name='Headphone Right Switch' off"
SectionDevice."Mic".0 {
Value {
- JackName "ROCKCHIP-I2S Headset Jack"
+ JackName "VEYRON-I2S Headset Jack"
}
EnableSequence [
- cdev "hw:ROCKCHIPI2S"
+ cdev "hw:VEYRONI2S"
cset "name='Int Mic Switch' off"
cset "name='DMIC Mux' ADC"
]
DisableSequence [
- cdev "hw:ROCKCHIPI2S"
+ cdev "hw:VEYRONI2S"
cset "name='Headset Mic Switch' off"
cset "name='DMIC Mux' DMIC"
--- /dev/null
+alsaconfigdir = @ALSA_CONFIG_DIR@
+ucmdir = $(alsaconfigdir)/ucm/VEYRON-I2S
+ucm_DATA = VEYRON-I2S.conf HiFi.conf
+EXTRA_DIST = $(ucm_DATA)
-Comment "Rockchip card"
+Comment "Rockchip Veyron card"
SectionUseCase."HiFi" {
File "HiFi.conf"