Updated from Linux LTS 3.10.20 to 3.10.21
This commit is contained in:
@@ -73,9 +73,11 @@
|
||||
#ifdef MSND_CLASSIC
|
||||
# include "msnd_classic.h"
|
||||
# define LOGNAME "msnd_classic"
|
||||
# define DEV_NAME "msnd-classic"
|
||||
#else
|
||||
# include "msnd_pinnacle.h"
|
||||
# define LOGNAME "snd_msnd_pinnacle"
|
||||
# define DEV_NAME "msnd-pinnacle"
|
||||
#endif
|
||||
|
||||
static void set_default_audio_parameters(struct snd_msnd *chip)
|
||||
@@ -1068,8 +1070,6 @@ static int snd_msnd_isa_remove(struct device *pdev, unsigned int dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define DEV_NAME "msnd-pinnacle"
|
||||
|
||||
static struct isa_driver snd_msnd_driver = {
|
||||
.match = snd_msnd_isa_match,
|
||||
.probe = snd_msnd_isa_probe,
|
||||
|
||||
Reference in New Issue
Block a user