diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-12-09 00:10:35 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-10 10:44:37 +0100 |
commit | 288a8d0cb04f7715c7c302c8a40bdb227142f3a6 (patch) | |
tree | 9427dabd4ef1f858e4e7315a0ebeb1e3760dafa9 /sound/firewire/dice/dice.c | |
parent | bf35df66f1c613b46e054ca35ceb5caddacc6fa8 (diff) | |
download | op-kernel-dev-288a8d0cb04f7715c7c302c8a40bdb227142f3a6.zip op-kernel-dev-288a8d0cb04f7715c7c302c8a40bdb227142f3a6.tar.gz |
ALSA: dice: Change the way to start stream
Streaming functionality can start streams when rate is given but currently
some codes are in PCM functionality.
This commit changes the way to start stream and add some arrangement
to make it easy to understand the way.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/dice/dice.c')
-rw-r--r-- | sound/firewire/dice/dice.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/firewire/dice/dice.c b/sound/firewire/dice/dice.c index 8e2c172..03a7988 100644 --- a/sound/firewire/dice/dice.c +++ b/sound/firewire/dice/dice.c @@ -304,12 +304,8 @@ static void dice_remove(struct fw_unit *unit) snd_card_disconnect(dice->card); - mutex_lock(&dice->mutex); - snd_dice_stream_destroy(dice); - mutex_unlock(&dice->mutex); - snd_card_free_when_closed(dice->card); } |