View | Details | Raw Unified | Return to bug 88251 | Differences between
and this patch

Collapse All | Expand All

(-)a/sound/pci/hda/hda_generic.c (-1 / +2 lines)
Lines 3224-3229 static int create_input_ctls(struct hda_codec *codec) Link Here
3224
					   "Stereo Mix", 0);
3224
					   "Stereo Mix", 0);
3225
		if (err < 0)
3225
		if (err < 0)
3226
			return err;
3226
			return err;
3227
		else
3228
			spec->suppress_auto_mic = 1;
3227
	}
3229
	}
3228
3230
3229
	return 0;
3231
	return 0;
3230
- 

Return to bug 88251