hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/usb/line6/capture.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>
....@@ -251,7 +247,6 @@
251247 const struct snd_pcm_ops snd_line6_capture_ops = {
252248 .open = snd_line6_capture_open,
253249 .close = snd_line6_capture_close,
254
- .ioctl = snd_pcm_lib_ioctl,
255250 .hw_params = snd_line6_hw_params,
256251 .hw_free = snd_line6_hw_free,
257252 .prepare = snd_line6_prepare,