blob: c453a4f1c50117d7e2fe33a69931b3279312d814 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Files used to support/configure LPE Audio"
LICENSE="BSD-Intel"
SLOT="0"
KEYWORDS="*"
S=${WORKDIR}
src_install() {
insinto /etc/modprobe.d
doins "${FILESDIR}"/alsa-skl.conf
}