]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Allow driver to add vendor-specific verbs for regmap
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 Feb 2015 11:29:03 +0000 (12:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Mar 2015 12:19:41 +0000 (13:19 +0100)
commitd76b4c1242b359f4c0cfc56c88d266f3fd17139b
treebf841e780837f867d8e842928440537e1eb465cc
parent89f43ba950e39964c61f32609320e59439d143e5
ALSA: hda - Allow driver to add vendor-specific verbs for regmap

Codecs may have own vendor-specific verbs, and we need to allow each
driver to give such verbs for cached accesses.  Here a verb can be put
into a single array and looked through it at readable and writeable
callbacks.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hda_regmap.h
include/sound/hdaudio.h
sound/hda/hdac_regmap.c