]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ALSA: aica: Fix a long-time build breakage
authorTakashi Iwai <tiwai@suse.de>
Wed, 8 May 2019 12:45:38 +0000 (14:45 +0200)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commite823f287a7dba101cc8241118468b84d9e538150
tree552329be25a2f2a8df6d947100f886fefb39dd24
parent7beb7c54d9d7b44dca1e629931da43a255a6d17a
ALSA: aica: Fix a long-time build breakage

BugLink: https://bugs.launchpad.net/bugs/1863019
[ Upstream commit 534420c6ff87d3052540f1fd346e0adcff440819 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
sound/sh/aica.c