OSDN Git Service

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)
commit401caff70cd3d3ef3c96e1a1cbf6f973c24ba899
tree83e3d22afb2665e06be6c7c4fc09173d51b89280
parent772c2917ff4e3b15c38f74e77062360e5ffd1308
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