diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2007-10-16 14:54:14 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 16:51:26 +0200 |
commit | ca2df45a072cef11143f9be8d36c3c256cbebd7b (patch) | |
tree | c9a5cfb7eae7f734abe4ebf24ebf014e31ea9572 /include/sound/ad1848.h | |
parent | c2cbdbb1583830b77f169a717407f035d6627793 (diff) | |
download | linux-3.10-ca2df45a072cef11143f9be8d36c3c256cbebd7b.tar.gz linux-3.10-ca2df45a072cef11143f9be8d36c3c256cbebd7b.tar.bz2 linux-3.10-ca2df45a072cef11143f9be8d36c3c256cbebd7b.zip |
[ALSA] This patch removes open_mutex from the ad1848-lib as
open and close operations are called only from pcm layer
and mutexed there with pcm->open_mutex.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound/ad1848.h')
-rw-r--r-- | include/sound/ad1848.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/ad1848.h b/include/sound/ad1848.h index b00eb61620b..d04f9e78c7c 100644 --- a/include/sound/ad1848.h +++ b/include/sound/ad1848.h @@ -154,7 +154,6 @@ struct snd_ad1848 { #endif spinlock_t reg_lock; - struct mutex open_mutex; }; /* exported functions */ |