commit | d446b78c07669736c404538d777707c8becc60e5 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Sep 04 17:58:45 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 10 11:14:59 2018 +0200 |
tree | d60863a5a258f6aeaea8bd6fc6371fb389a887cb | |
parent | af6b7a374d49f0f3f8b916073709006b7711babd [diff] |
staging: bcm2835-audio: Drop superfluous mutex lock during prepare The chip->audio_mutex is used basically for protecting the opened stream assignment, and the prepare callback is irrelevant with it. Signed-off-by: Takashi Iwai <tiwai@suse.de> Tested-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>