mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 19:33:24 +00:00
All the PCM ioctl ops of ALSA FireWire drivers do nothing but calling
the default handler.
Now PCM core accepts NULL as the default ioctl ops(*), so let's drop
altogether.
(*) commit
|
||
|---|---|---|
| .. | ||
| amdtp-ff.c | ||
| ff-hwdep.c | ||
| ff-midi.c | ||
| ff-pcm.c | ||
| ff-proc.c | ||
| ff-protocol-former.c | ||
| ff-protocol-latter.c | ||
| ff-stream.c | ||
| ff-transaction.c | ||
| ff.c | ||
| ff.h | ||
| Makefile | ||