ALSA: harmony: Drop superfluous address setup
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Aug 2021 07:12:50 +0000 (09:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Aug 2021 07:14:05 +0000 (09:14 +0200)
commit2c86446f8e0428cd5c9bb37f9c6727bd4830967d
treeb1c2a13972c111f2c255abc0f03251747fc060d7
parentad797a04f1294b48b0e17c1e858b71ea1b1a77d9
ALSA: harmony: Drop superfluous address setup

Harmony driver never uses CONTINUOUS buffer type any longer, hence the
code setting the address is superfluous.  Moreover, the recent change
in the ALSA core already covered the missing address field; it's
already set up.  So let's drop the superfluous line, which includes
the full hw_params callback.

Link: https://lore.kernel.org/r/20210809071250.21846-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/parisc/harmony.c