From a67dca365dcd18d38de2f3e8a610a251fdb72e44 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 24 Jul 2018 18:38:25 +0200 Subject: Cleanup deprecated 4A configuration files * This was the alsa configuration files for 4A. Now the pcm are dynamic. 4A-FF.RC2 Change-Id: Ia72752d9721daa917d46e5a9cfe802c93c15c52f Signed-off-by: Ronan Le Martret --- .../recipes-multimedia/4a-hal-config/4a-hal-config.bb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'meta-audio-4a-framework/recipes-multimedia/4a-hal-config/4a-hal-config.bb') diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/4a-hal-config.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/4a-hal-config.bb index d012cb9a..fc648a1d 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/4a-hal-config.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-config/4a-hal-config.bb @@ -7,28 +7,17 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "file://asound.conf.template \ - file://ahl-config.json.template \ " PV = "0.1" RPROVIDES_${PN} += "VIRTUAL-RUNTIME_alsa-state" -PACKAGE_ARCH = "${MACHINE_ARCH}" - -AUDIO_DEV_NAME ?= "Speakers" -AUDIO_DEV_NAME_ID ?= "0" - -AUDIO_DEV_NAME_m3ulcb = "M3-Speakers" -AUDIO_DEV_NAME_ID_m3ulcb = "rsnddai0ak4613h" - inherit afb-system do_install () { install -d ${D}/${sysconfdir} install -m 0755 ${WORKDIR}/asound.conf.template ${D}/${sysconfdir}/asound.conf - sed -i "s|@AUDIO_DEV_NAME@|${AUDIO_DEV_NAME}|g" ${D}/${sysconfdir}/asound.conf - sed -i "s|@AUDIO_DEV_NAME_ID@|${AUDIO_DEV_NAME_ID}|g" ${D}/${sysconfdir}/asound.conf sed -i "s|@INSTALL_PREFIX@|${INSTALL_PREFIX}|g" ${D}/${sysconfdir}/asound.conf } -- cgit 1.2.3-korg