staging: bcm2835-audio: Drop unnecessary pcm indirect setup
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Sep 2018 15:58:41 +0000 (17:58 +0200)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:29 +0000 (00:08 +0100)
commit78b9b328df942d3348ffe53356c75a256c0b2dda
tree8dc16c8006894bb0fba876ee1b12f72dbffbf8c7
parent695e8df4992965e1fa5fc0d4a6df69d0eec8c6e6
staging: bcm2835-audio: Drop unnecessary pcm indirect setup

commit 7318ec896f4856fae2bb013858e422fa078201e1 upstream.

The hw_queue_size of PCM indirect helper doesn't need to be set up if
you use the whole given buffer size.  Drop the useless
initialization, which just confuses readers.

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>
drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c