summaryrefslogtreecommitdiff
path: root/sound/pci/nm256/Makefile
blob: a1bd44ff850e063b7fb157d9bfc09cd1f0085281 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-nm256-objs := nm256.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_NM256) += snd-nm256.o
ux/net-next.git/commit/?id=6fe3faf86757eb7f078ff06b23b206f17dc4fb36'>6fe3faf86757eb7f078ff06b23b206f17dc4fb36 (patch) tree4602f5f435ad34f406ec980694daae4faf5d6119 parentebc05ba7e8600b52a2a0c87a43105143368aca2a (diff)
tap: Abstract type of virtual interface from tap implementation
macvlan object is re-structured to hold tap related elements in a separate entity, tap_dev. Upon NETDEV_REGISTER device_event, tap_dev is registered with idr and fetched again on tap_open. Few of the tap functions are modified to accepted tap_dev as argument. tap_dev object includes callbacks to be used by underlying virtual interface to take care of tx and rx accounting. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat