OSDN Git Service

ALSA: aica: Fix a long-time build breakage
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2019 12:45:38 +0000 (14:45 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2019 12:48:01 +0000 (14:48 +0200)
commit534420c6ff87d3052540f1fd346e0adcff440819
treedbbfe0d7bf36be254811cf11c7bc64921bbda53a
parent6447c962bc47a58c5ddb27d1c7c7dc45ca90bad0
ALSA: aica: Fix a long-time build breakage

The build of aica sound driver has been broken since the timer API
conversion and some code rewrite.  This patch fixes the breakage by
using the common substream field, as well as a bit cleaning up wrt the
timer handling in the code.

Fixes: d522bb6a105f ("ALSA: sh: aica: Convert timers to use timer_setup()")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sh/aica.c