]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Kill snd_hda_codec_update_cache()
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Jun 2018 09:43:09 +0000 (11:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 27 Jun 2018 09:43:09 +0000 (11:43 +0200)
commitdca60dd4f82b13f0d6e2000385893386851c3e1d
tree83e3d22afb2665e06be6c7c4fc09173d51b89280
parent46529ab501150c903fb94e5bc91773007e465b40
ALSA: hda - Kill snd_hda_codec_update_cache()

snd_hda_codec_update_cache() used to serve for a slightly different
purpose from snd_hdac_write_cache(), but now both of them became
identical.

Let's unify and replace with the latter one consistently.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_generic.c
sound/pci/hda/patch_analog.c
sound/pci/hda/patch_conexant.c