https://github.com/torvalds/linux
Revision 7a76a021cd5a292be875fbc616daf03eab1e6996 authored by Benjamin Poirier on 07 August 2015, 16:32:21 UTC, committed by David S. Miller on 10 August 2015, 20:35:37 UTC
After "62bccb8 net-timestamp: Make the clone operation stand-alone from phy
timestamping" the hwtstamps parameter of skb_complete_tx_timestamp() may no
longer be NULL.

Signed-off-by: Benjamin Poirier <bpoirier@suse.com>
Cc: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 330567b
Raw File
Tip revision: 7a76a021cd5a292be875fbc616daf03eab1e6996 authored by Benjamin Poirier on 07 August 2015, 16:32:21 UTC
net-timestamp: Update skb_complete_tx_timestamp comment
Tip revision: 7a76a02
Kconfig
# ALSA PA-RISC drivers

menuconfig SND_GSC
	bool "GSC sound devices"
	depends on GSC
	default y
	help
	  Support for GSC sound devices on PA-RISC architectures.

if SND_GSC

config SND_HARMONY
	tristate "Harmony/Vivace sound chip"
	select SND_PCM
	help
	  Say 'Y' or 'M' to include support for the Harmony/Vivace sound
	  chip found in most GSC-based PA-RISC workstations.  It's frequently
	  provided as part of the Lasi multi-function IC.

endif	# SND_GSC
back to top