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

ALSA: x86: Drop superfluous ioctl PCM ops

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

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

Link: https://lore.kernel.org/r/20191210061145.24641-23-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>

-1
-1
sound/x86/intel_hdmi_audio.c
··· 1286 1286 static const struct snd_pcm_ops had_pcm_ops = { 1287 1287 .open = had_pcm_open, 1288 1288 .close = had_pcm_close, 1289 - .ioctl = snd_pcm_lib_ioctl, 1290 1289 .hw_params = had_pcm_hw_params, 1291 1290 .hw_free = had_pcm_hw_free, 1292 1291 .prepare = had_pcm_prepare,