]> git.alsa-project.org Git - alsa-lib.git/commit
conf/ucm: bytcr-rt5640: Add generic bytcr-rt5640 UCM profile
authorHans de Goede <hdegoede@redhat.com>
Thu, 31 May 2018 15:10:22 +0000 (17:10 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 May 2018 15:55:28 +0000 (17:55 +0200)
commit0f6f2a854f27b5dc10b73b3c84d272a3ebcbd8bc
tree052813835b80d88ea2626a052daa06a4ffb47f7d
parentad5aea89226f131f27790c98c4638e4596060f81
conf/ucm: bytcr-rt5640: Add generic bytcr-rt5640 UCM profile

This commit adds the generic UCM profile for bytcr-rt5640 boards from:
https://github.com/plbossart/UCM, plus the fixes from this pull-req:
https://github.com/plbossart/UCM/pull/31

The profile has been split up into separate per input / output files to
allow for creation of long-name profiles with the specific input / output
combinations found on a board without needing to copy and paste things.

Note this profile exports all inputs and both stereo/mono speaker setups
even though a typical device will not use all. Ideally a long-name based
device specific profile made up of the various parts should be used
instead.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
16 files changed:
configure.ac
src/conf/ucm/Makefile.am
src/conf/ucm/bytcr-rt5640/HiFi.conf [new file with mode: 0644]
src/conf/ucm/bytcr-rt5640/Makefile.am [new file with mode: 0644]
src/conf/ucm/bytcr-rt5640/bytcr-rt5640.conf [new file with mode: 0644]
src/conf/ucm/bytcr/Makefile.am [new file with mode: 0644]
src/conf/ucm/bytcr/PlatformEnableSeq.conf [new file with mode: 0644]
src/conf/ucm/rt5640/DigitalMics.conf [new file with mode: 0644]
src/conf/ucm/rt5640/EnableSeq.conf [new file with mode: 0644]
src/conf/ucm/rt5640/HeadPhones.conf [new file with mode: 0644]
src/conf/ucm/rt5640/HeadsetMic.conf [new file with mode: 0644]
src/conf/ucm/rt5640/IN1-InternalMic.conf [new file with mode: 0644]
src/conf/ucm/rt5640/IN3-InternalMic.conf [new file with mode: 0644]
src/conf/ucm/rt5640/Makefile.am [new file with mode: 0644]
src/conf/ucm/rt5640/MonoSpeaker.conf [new file with mode: 0644]
src/conf/ucm/rt5640/Speaker.conf [new file with mode: 0644]