aboutsummaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2009-11-02 09:34:16 +0100
committerTakashi Iwai <tiwai@suse.de>2009-11-06 14:32:03 +0100
commit31cef7076ed9409a33f19ea372d6dc5fdefe27ae (patch)
tree399f23081af72b3015cc28a3ac6bbc5d7aedb5f9 /include/sound
parentb419148e567728f6af0c3b01965c1cc141e3e13a (diff)
control: remove snd_konctrol_volatile::owner_pid field
We do not need to save the ID of the process that locked a control because that information is already available in the owner's file data. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/control.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/control.h b/include/sound/control.h
index ef96f07aa03..3517745d0a2 100644
--- a/include/sound/control.h
+++ b/include/sound/control.h
@@ -56,7 +56,6 @@ struct snd_kcontrol_new {
struct snd_kcontrol_volatile {
struct snd_ctl_file *owner; /* locked */
- pid_t owner_pid;
unsigned int access; /* access rights */
};