Kernel.org Bugzilla – Attachment #160671: Fix patch #1 for
bug #88251
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 88251
| Differences between
Fix patch #3
Fix patch #2
patch to add stereo/mono mix to pulseaudio
Revised patch
Test patch
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