mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
47116358cc
commit
3b08152f68
4 changed files with 3329 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
SUBDIRS=broadwell sklrt286
|
||||
SUBDIRS=broadwell sklrt286 bxtrt298
|
||||
|
|
|
|||
4
src/conf/topology/bxtrt298/Makefile.am
Normal file
4
src/conf/topology/bxtrt298/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
bxtrt298dir = $(alsaconfigdir)/topology/bxtrt298
|
||||
bxtrt298_DATA = bxt_i2s.conf
|
||||
EXTRA_DIST = $(bxtrt298_DATA)
|
||||
3323
src/conf/topology/bxtrt298/bxt_i2s.conf
Normal file
3323
src/conf/topology/bxtrt298/bxt_i2s.conf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue