mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ALSA: vx: hard dependency on the standard fw loader
Yet again like previous two commits, drop the old hwdep user-space firmware code from vx driver (snd-vxpocket and snd-vx222). Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d19144987c
commit
0d144de9af
3 changed files with 1 additions and 145 deletions
|
@ -27,12 +27,6 @@
|
|||
#include <sound/hwdep.h>
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
#if defined(CONFIG_FW_LOADER) || defined(CONFIG_FW_LOADER_MODULE)
|
||||
#if !defined(CONFIG_USE_VXLOADER) && !defined(CONFIG_SND_VX_LIB) /* built-in kernel */
|
||||
#define SND_VX_FW_LOADER /* use the standard firmware loader */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
struct firmware;
|
||||
struct device;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue