[ALSA] Use old default id strings for compatibility
EMU10K1/EMU10K2 driver Use expliciitly the old default id strings for backward compatibility. This will make 'alsactl restore' working again. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
9c220a31fd
commit
aec72e0a4b
@ -1050,8 +1050,9 @@ typedef struct {
|
||||
unsigned char spdif_bug; /* Has Spdif phasing bug */
|
||||
unsigned char ac97_chip; /* Has an AC97 chip */
|
||||
unsigned char ecard; /* APS EEPROM */
|
||||
char * driver;
|
||||
char * name;
|
||||
const char *driver;
|
||||
const char *name;
|
||||
const char *id; /* for backward compatibility - can be NULL if not needed */
|
||||
} emu_chip_details_t;
|
||||
|
||||
struct _snd_emu10k1 {
|
||||
|
Reference in New Issue
Block a user