hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/usb/line6/playback.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Line 6 Linux USB driver
34 *
45 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License as
8
- * published by the Free Software Foundation, version 2.
9
- *
106 */
117
128 #include <linux/slab.h>
....@@ -396,7 +392,6 @@
396392 const struct snd_pcm_ops snd_line6_playback_ops = {
397393 .open = snd_line6_playback_open,
398394 .close = snd_line6_playback_close,
399
- .ioctl = snd_pcm_lib_ioctl,
400395 .hw_params = snd_line6_hw_params,
401396 .hw_free = snd_line6_hw_free,
402397 .prepare = snd_line6_prepare,