]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: trident: Drop superfluous ioctl PCM ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 06:11:36 +0000 (07:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Dec 2019 06:25:31 +0000 (07:25 +0100)
commitf5549ad76e08f4e7189e9cf6ed95fdd39be20d7f
tree8b1324ced86f58ab234f04a4c079d760420a3cf8
parentf82a0505e4ce9e1149f498b1c261a49e6923dd80
ALSA: trident: Drop superfluous ioctl PCM ops

snd_trident_ioctl() does nothing but calling the default handler.
Now PCM core accepts NULL as the default ioctl ops(*), so let's drop
altogether.

(*) commit 0b44716477b2 ("ALSA: pcm: Allow NULL ioctl ops")

Link: https://lore.kernel.org/r/20191210061145.24641-15-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/trident/trident_main.c