conf: bxtrt298: Add topology conf file for bxt

Add the conf file for bxt platform as well to define module
private data.

Signed-off-by: Shreyas NC <shreyas.nc@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Shreyas NC 2016-08-23 09:38:36 +05:30 committed by Takashi Iwai
parent 47116358cc
commit 3b08152f68
4 changed files with 3329 additions and 1 deletions

View file

@ -680,6 +680,7 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
src/conf/topology/broadwell/Makefile \
modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \
src/conf/topology/sklrt286/Makefile \
src/conf/topology/bxtrt298/Makefile \
alsalisp/Makefile aserver/Makefile \
test/Makefile test/lsb/Makefile \
utils/Makefile utils/alsa-lib.spec utils/alsa.pc)

View file

@ -1 +1 @@
SUBDIRS=broadwell sklrt286
SUBDIRS=broadwell sklrt286 bxtrt298

View file

@ -0,0 +1,4 @@
alsaconfigdir = @ALSA_CONFIG_DIR@
bxtrt298dir = $(alsaconfigdir)/topology/bxtrt298
bxtrt298_DATA = bxt_i2s.conf
EXTRA_DIST = $(bxtrt298_DATA)

File diff suppressed because it is too large Load diff