FreeBSD Bugzilla – Attachment 195378 Details for
Bug 229969
mixer_info modify_counter is not incremented when changes are made to the mixer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Increment the modify_counter when mixer_set is called.
increment-modify_counter-on-mixer-set.patch (text/plain), 264 bytes, created by
Ali Abdallah
on 2018-07-22 19:50:05 UTC
(
hide
)
Description:
Increment the modify_counter when mixer_set is called.
Filename:
MIME Type:
Creator:
Ali Abdallah
Created:
2018-07-22 19:50:05 UTC
Size:
264 bytes
patch
obsolete
>Index: mixer.c >=================================================================== >--- mixer.c (revision 336446) >+++ mixer.c (working copy) >@@ -324,6 +324,7 @@ > MIXER_SET_LOCK(m, dropmtx); > > m->level[dev] = l | (r << 8); >+ m->modify_counter++; > > return 0; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229969
: 195378