FreeBSD Bugzilla – Attachment #195378: Increment the modify_counter when mixer_set is called. for
bug #229969
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 229969
Collapse All
|
Expand All
(-)
mixer.c (+1 lines)
Lines 324-329
Link Here
324
MIXER_SET_LOCK(m, dropmtx);
324
MIXER_SET_LOCK(m, dropmtx);
325
325
326
m->level[dev] = l | (r << 8);
326
m->level[dev] = l | (r << 8);
327
m->modify_counter++;
327
328
328
return 0;
329
return 0;
329
}
330
}
Return to
bug 229969