#ifndef SND_USB_MIXER_QUIRKS_H #define SND_USB_MIXER_QUIRKS_H int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer); void snd_emuusb_set_samplerate(struct snd_usb_audio *chip, unsigned char samplerate_id); void snd_usb_mixer_rc_memory_change(struct usb_mixer_interface *mixer, int unitid); #endif /* SND_USB_MIXER_QUIRKS_H */ git.armlinux.org.uk/linux-net-next.git' title='linux-net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@mellanox.com>2020-02-17 16:29:36 +0200
committerDavid S. Miller <davem@davemloft.net>2020-02-17 14:42:53 -0800
commit745a7ea72dc25ffe8c89a2a8d19022243dc8dadc (patch)
treee40122dbe93080763f67b85128710869f644fd1d
parentda1f9f8cb75c3506e7dedb4cb2221fe5dd4c52b7 (diff)
selftests: mlxsw: Remove deprecated test
The addition of a VLAN on a bridge slave prompts the driver to have the local port in question join the FID corresponding to this VLAN. Before recent changes, the operation of joining the FID would also mean that the driver would enable VXLAN tunneling if a VXLAN device was also member in the VLAN. In case the configuration of the VXLAN tunnel was not supported, an extack error would be returned. Since the operation of joining the FID no longer means that VXLAN tunneling is potentially enabled, the test is no longer relevant. Remove it. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>