mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
conf/ucm: chtnau8824: Add Cube iWork8 Air and Pipo W2S specific profiles
The Cube iWork8 Air and Pipo W2S tablets both only have a single speaker. Add long-name profiles for them which are identical to the default chtnau8824 profile, except that they include the nau8824/MonoSpeaker.conf snippet instead of the nau8824/Speaker.conf one. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f3b26e3b8d
commit
e6754783f7
8 changed files with 80 additions and 0 deletions
|
|
@ -732,6 +732,7 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
|
|||
src/conf/ucm/chtnau8824/Makefile \
|
||||
src/conf/ucm/chtrt5645/Makefile \
|
||||
src/conf/ucm/chtrt5645-mono-speaker-analog-mic/Makefile \
|
||||
src/conf/ucm/cube-i1_TF-Defaultstring-CherryTrailCR/Makefile \
|
||||
src/conf/ucm/DAISY-I2S/Makefile \
|
||||
src/conf/ucm/DB410c/Makefile \
|
||||
src/conf/ucm/Dell-WD15-Dock/Makefile \
|
||||
|
|
@ -744,6 +745,7 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
|
|||
src/conf/ucm/PandaBoard/Makefile \
|
||||
src/conf/ucm/PandaBoardES/Makefile \
|
||||
src/conf/ucm/PAZ00/Makefile \
|
||||
src/conf/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/Makefile \
|
||||
src/conf/ucm/rt5640/Makefile \
|
||||
src/conf/ucm/SDP4430/Makefile \
|
||||
src/conf/ucm/skylake-rt286/Makefile \
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ bytcr-rt5651 \
|
|||
chtnau8824 \
|
||||
chtrt5645 \
|
||||
chtrt5645-mono-speaker-analog-mic \
|
||||
cube-i1_TF-Defaultstring-CherryTrailCR \
|
||||
DAISY-I2S \
|
||||
DB410c \
|
||||
Dell-WD15-Dock \
|
||||
|
|
@ -26,6 +27,7 @@ nau8824 \
|
|||
PandaBoard \
|
||||
PandaBoardES \
|
||||
PAZ00 \
|
||||
PIPO-W2S-Defaultstring-CherryTrailCR \
|
||||
rt5640 \
|
||||
SDP4430 \
|
||||
skylake-rt286 \
|
||||
|
|
|
|||
28
src/conf/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/HiFi.conf
Normal file
28
src/conf/ucm/PIPO-W2S-Defaultstring-CherryTrailCR/HiFi.conf
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<searchdir:ucm>
|
||||
|
||||
SectionVerb {
|
||||
|
||||
Value {
|
||||
TQ "HiFi"
|
||||
# ALSA PCM device for HiFi
|
||||
PlaybackPCM "hw:chtnau8824"
|
||||
CapturePCM "hw:chtnau8824"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cdev "hw:chtnau8824"
|
||||
<bytcr/PlatformEnableSeq.conf>
|
||||
<nau8824/EnableSeq.conf>
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cdev "hw:chtnau8824"
|
||||
<bytcr/PlatformDisableSeq.conf>
|
||||
]
|
||||
}
|
||||
|
||||
<nau8824/MonoSpeaker.conf>
|
||||
<nau8824/HeadPhones.conf>
|
||||
|
||||
<nau8824/InternalMic.conf>
|
||||
<nau8824/HeadsetMic.conf>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
ucmdir = $(alsaconfigdir)/ucm/PIPO-W2S-Defaultstring-CherryTrailCR
|
||||
ucm_DATA = PIPO-W2S-Defaultstring-CherryTrailCR.conf HiFi.conf
|
||||
EXTRA_DIST = $(ucm_DATA)
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Comment "chtnau8824 internal card"
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
File "../PIPO-W2S-Defaultstring-CherryTrailCR/HiFi.conf"
|
||||
Comment "Default"
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
<searchdir:ucm>
|
||||
|
||||
SectionVerb {
|
||||
|
||||
Value {
|
||||
TQ "HiFi"
|
||||
# ALSA PCM device for HiFi
|
||||
PlaybackPCM "hw:chtnau8824"
|
||||
CapturePCM "hw:chtnau8824"
|
||||
}
|
||||
|
||||
EnableSequence [
|
||||
cdev "hw:chtnau8824"
|
||||
<bytcr/PlatformEnableSeq.conf>
|
||||
<nau8824/EnableSeq.conf>
|
||||
]
|
||||
|
||||
DisableSequence [
|
||||
cdev "hw:chtnau8824"
|
||||
<bytcr/PlatformDisableSeq.conf>
|
||||
]
|
||||
}
|
||||
|
||||
<nau8824/MonoSpeaker.conf>
|
||||
<nau8824/HeadPhones.conf>
|
||||
|
||||
<nau8824/InternalMic.conf>
|
||||
<nau8824/HeadsetMic.conf>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
ucmdir = $(alsaconfigdir)/ucm/cube-i1_TF-Defaultstring-CherryTrailCR
|
||||
ucm_DATA = cube-i1_TF-Defaultstring-CherryTrailCR.conf HiFi.conf
|
||||
EXTRA_DIST = $(ucm_DATA)
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Comment "chtnau8824 internal card"
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
File "../cube-i1_TF-Defaultstring-CherryTrailCR/HiFi.conf"
|
||||
Comment "Default"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue