]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: HDA: export process_unsol_events()
authorKeyon Jie <yang.jie@linux.intel.com>
Tue, 11 Dec 2018 21:30:27 +0000 (15:30 -0600)
committerTakashi Iwai <tiwai@suse.de>
Wed, 19 Dec 2018 17:07:18 +0000 (18:07 +0100)
commit4e2c18ba4347ddb963c79e4272eaf882002f0851
treee617735e43f26f255ee9c7c4c1e0a15d90d366a1
parent33d40706fb730d05655714b0886c85c8394648bc
ALSA: HDA: export process_unsol_events()

The SOF implementation does not rely on the hdac_bus library, however
for HDMI and HDaudio codec support it does need to deal with
unsolicited events. Instead of re-inventing the wheel, export this
symbol to reuse this part of the library directly.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hdaudio.h
sound/hda/hdac_bus.c