diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-06-27 11:43:09 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-06-27 11:43:09 +0200 |
commit | 401caff70cd3d3ef3c96e1a1cbf6f973c24ba899 (patch) | |
tree | 83e3d22afb2665e06be6c7c4fc09173d51b89280 /sound/pci/hda/hda_codec.h | |
parent | 772c2917ff4e3b15c38f74e77062360e5ffd1308 (diff) | |
download | linux-next-401caff70cd3d3ef3c96e1a1cbf6f973c24ba899.tar.gz |
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>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 681c360f29f9..8a095c16ee65 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -381,9 +381,6 @@ snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, return snd_hdac_regmap_write(&codec->core, nid, verb, parm); } -#define snd_hda_codec_update_cache(codec, nid, flags, verb, parm) \ - snd_hda_codec_write_cache(codec, nid, flags, verb, parm) - /* the struct for codec->pin_configs */ struct hda_pincfg { hda_nid_t nid; |