]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: Add UCM profile for CX2072X codec on Baytrail/Cherrytrail profiles
authorTakashi Iwai <tiwai@suse.de>
Thu, 18 Apr 2019 18:40:18 +0000 (20:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 May 2019 15:42:42 +0000 (17:42 +0200)
commit108a2f43791fe769fd58726881b12ad908ebd2e0
tree119a363b83dd0ea1ef8594ab8dc4eed0cbcca3f8
parent33c7ea0865b7f87cef1c3d3e767734c0edd02e84
ucm: Add UCM profile for CX2072X codec on Baytrail/Cherrytrail profiles

Adding a new Conexant CX2072X codec profile and reusing the existing
BYT/CHT platform snippets.

Currently tested only on ASUS E200HA laptop.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
13 files changed:
configure.ac
src/conf/ucm/Makefile.am
src/conf/ucm/bytcht-cx2072x/HiFi.conf [new file with mode: 0644]
src/conf/ucm/bytcht-cx2072x/Makefile.am [new file with mode: 0644]
src/conf/ucm/bytcht-cx2072x/bytcht-cx2072x.conf [new file with mode: 0644]
src/conf/ucm/codecs/Makefile.am
src/conf/ucm/codecs/cx2072x/DisableSeq.conf [new file with mode: 0644]
src/conf/ucm/codecs/cx2072x/EnableSeq.conf [new file with mode: 0644]
src/conf/ucm/codecs/cx2072x/HeadPhones.conf [new file with mode: 0644]
src/conf/ucm/codecs/cx2072x/HeadsetMic.conf [new file with mode: 0644]
src/conf/ucm/codecs/cx2072x/InternalMic.conf [new file with mode: 0644]
src/conf/ucm/codecs/cx2072x/Makefile.am [new file with mode: 0644]
src/conf/ucm/codecs/cx2072x/Speaker.conf [new file with mode: 0644]