Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

staging: most: Drop superfluous ioctl PCM ops

PCM core deals the empty ioctl field now as default.
Let's kill the redundant lines.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20191210141356.18074-4-tiwai@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Takashi Iwai and committed by
Greg Kroah-Hartman
0a2eb63d 3ad10e57

-1
-1
drivers/staging/most/sound/sound.c
··· 423 423 static const struct snd_pcm_ops pcm_ops = { 424 424 .open = pcm_open, 425 425 .close = pcm_close, 426 - .ioctl = snd_pcm_lib_ioctl, 427 426 .prepare = pcm_prepare, 428 427 .trigger = pcm_trigger, 429 428 .pointer = pcm_pointer,