-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NiklasWan
committed
Aug 25, 2020
1 parent
2f20870
commit 6e936f9
Showing
13 changed files
with
4,489 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# | ||
# Makefile for ALSA | ||
# Copyright (c) 2001 by Jaroslav Kysela <[email protected]> | ||
# | ||
|
||
snd-avb-objs := avb_util.o msrp.o avdecc.o avtp.o avb.o | ||
|
||
obj-$(CONFIG_SND_AVB) += snd-avb.o |
Oops, something went wrong.