summaryrefslogtreecommitdiff
path: root/include/linux/atmdev.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2025-09-18 10:11:12 +0300
committerTakashi Iwai <tiwai@suse.de>2025-09-18 10:11:12 +0300
commitacff093287fb7f1d179162e531bae4ccd0ec8d65 (patch)
treeca751cb3388522719e3e538918fad62b1c904c55 /include/linux/atmdev.h
parent7dd670db9afdca6aed4a9f99776cb72e6ed5a1f5 (diff)
parent1dd28fd86c3fa4e395031dd6f2ba920242107010 (diff)
downloadlinux-acff093287fb7f1d179162e531bae4ccd0ec8d65.tar.xz
Merge tag 'asoc-fix-v6.17-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.17 A pile of fixes that accumilated over the past few -rcs, this is all driver specifics including a small pile of quirks for new systems.
Diffstat (limited to 'include/linux/atmdev.h')
-rw-r--r--include/linux/atmdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h
index 45f2f278b50a..70807c679f1a 100644
--- a/include/linux/atmdev.h
+++ b/include/linux/atmdev.h
@@ -185,6 +185,7 @@ struct atmdev_ops { /* only send is required */
int (*compat_ioctl)(struct atm_dev *dev,unsigned int cmd,
void __user *arg);
#endif
+ int (*pre_send)(struct atm_vcc *vcc, struct sk_buff *skb);
int (*send)(struct atm_vcc *vcc,struct sk_buff *skb);
int (*send_bh)(struct atm_vcc *vcc, struct sk_buff *skb);
int (*send_oam)(struct atm_vcc *vcc,void *cell,int flags);