Skip to content

Commit

Permalink
Added virtual ALSA AVB driver
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasWan committed Aug 25, 2020
1 parent 2f20870 commit 6e936f9
Show file tree
Hide file tree
Showing 13 changed files with 4,489 additions and 1 deletion.
6 changes: 6 additions & 0 deletions sound/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-only
config SND_AVB
tristate "Generic AVB driver"
select SND_PCM
help
Say 'Y' or 'M' to include support for the PCM AVB device.

config SND_MPU401_UART
tristate
select SND_RAWMIDI
Expand Down
2 changes: 1 addition & 1 deletion sound/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ obj-$(CONFIG_SND_MTS64) += snd-mts64.o
obj-$(CONFIG_SND_PORTMAN2X4) += snd-portman2x4.o
obj-$(CONFIG_SND_ML403_AC97CR) += snd-ml403-ac97cr.o

obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
obj-$(CONFIG_SND) += avb/ opl3/ opl4/ mpu401/ vx/ pcsp/
9 changes: 9 additions & 0 deletions sound/drivers/avb/Makefile
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
Loading

0 comments on commit 6e936f9

Please sign in to comment.