]> asedeno.scripts.mit.edu Git - linux.git/commit
media: cobalt: Drop superfluous ioctl PCM ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Dec 2019 13:58:46 +0000 (14:58 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 13 Dec 2019 08:33:12 +0000 (09:33 +0100)
commit6fe350864297d28f7e4dcf84e2738b550971c610
treee1cb605a230375d82e25f58db8f79e62ba04d669
parentf8239b531f0d2e93c211ad6528e36f9294f43bbe
media: cobalt: Drop superfluous ioctl PCM ops

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/cobalt/cobalt-alsa-pcm.c