|
@@ -6388,7 +6388,7 @@ static struct ibm_struct brightness_driver_data = {
|
|
|
#define TPACPI_ALSA_SHRTNAME "ThinkPad Console Audio Control"
|
|
#define TPACPI_ALSA_SHRTNAME "ThinkPad Console Audio Control"
|
|
|
#define TPACPI_ALSA_MIXERNAME TPACPI_ALSA_SHRTNAME
|
|
#define TPACPI_ALSA_MIXERNAME TPACPI_ALSA_SHRTNAME
|
|
|
|
|
|
|
|
-static int alsa_index = SNDRV_DEFAULT_IDX1;
|
|
|
|
|
|
|
+static int alsa_index = ~((1 << (SNDRV_CARDS - 3)) - 1); /* last three slots */
|
|
|
static char *alsa_id = "ThinkPadEC";
|
|
static char *alsa_id = "ThinkPadEC";
|
|
|
static int alsa_enable = SNDRV_DEFAULT_ENABLE1;
|
|
static int alsa_enable = SNDRV_DEFAULT_ENABLE1;
|
|
|
|
|
|