[ALSA] Fix / clean up PCM-OSS setup hooks
- Fix possible race of referring the setup hook from the running PCM - Fix memory leak in an error path of proc write - Clean up the setup hook parser Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Jaroslav Kysela

parent
3bf75f9b90
commit
060d77b9c0
@@ -69,7 +69,7 @@ struct snd_pcm_oss_file {
|
||||
|
||||
struct snd_pcm_oss_substream {
|
||||
unsigned oss: 1; /* oss mode */
|
||||
struct snd_pcm_oss_setup *setup; /* active setup */
|
||||
struct snd_pcm_oss_setup setup; /* active setup */
|
||||
};
|
||||
|
||||
struct snd_pcm_oss_stream {
|
||||
|
Reference in New Issue
Block a user