mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 13:45:27 +00:00
ymfpci driver replaces the kctl->id.device after assigning the kctl
via snd_ctl_add(). This doesn't work any longer with the new Xarray
lookup change. It has to be set before snd_ctl_add() call instead.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| ymfpci_main.c | ||
| ymfpci.c | ||
| ymfpci.h | ||