aboutsummaryrefslogtreecommitdiff
path: root/sound/usb
diff options
context:
space:
mode:
authorGravatar Gaosheng Cui <cuigaosheng1@huawei.com> 2022-09-09 11:54:42 +0800
committerGravatar Takashi Iwai <tiwai@suse.de> 2022-09-09 09:09:20 +0200
commita0e3a293bc001f5aba8a252b6191030ad5911c82 (patch)
treefe9e5dbfe953885e9bec24da2e1c7cac586bd721 /sound/usb
parentALSA: hda: cs35l41: Utilize acpi_get_subsystem_id() (diff)
downloadlinux-a0e3a293bc001f5aba8a252b6191030ad5911c82.tar.gz
linux-a0e3a293bc001f5aba8a252b6191030ad5911c82.tar.bz2
linux-a0e3a293bc001f5aba8a252b6191030ad5911c82.zip
ALSA: line6: remove line6_set_raw declaration
line6_set_raw has been removed since commit 9f673d7a6022 ("staging: line6: drop CONFIG_LINE6_USB_RAW"), so remove it. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Link: https://lore.kernel.org/r/20220909035443.1065737-2-cuigaosheng1@huawei.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/line6/driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/usb/line6/driver.h b/sound/usb/line6/driver.h
index ecf3a2b39c7e..dbb1d90d3647 100644
--- a/sound/usb/line6/driver.h
+++ b/sound/usb/line6/driver.h
@@ -193,8 +193,6 @@ extern int line6_send_raw_message_async(struct usb_line6 *line6,
const char *buffer, int size);
extern int line6_send_sysex_message(struct usb_line6 *line6,
const char *buffer, int size);
-extern ssize_t line6_set_raw(struct device *dev, struct device_attribute *attr,
- const char *buf, size_t count);
extern int line6_version_request_async(struct usb_line6 *line6);
extern int line6_write_data(struct usb_line6 *line6, unsigned address,
void *data, unsigned datalen);