diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-25 17:21:32 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-25 17:21:32 +0100 |
commit | b6283534a3e057f8268ca5448305900f74d12608 (patch) | |
tree | fcfca80ce5c053a544410b42f2aadc42236680d7 /sound/pci/hda/hda_codec.c | |
parent | c879c634c928223765cf50103ddaf32f2a55fed0 (diff) | |
parent | 661cd8fb5210af78f0763071642e0764a10389a6 (diff) |
Merge branch 'topic/fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index ba1ab737b55..eb9164176da 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -1436,12 +1436,12 @@ static void set_dig_out(struct hda_codec *codec, hda_nid_t nid, { hda_nid_t *d; - snd_hda_codec_write(codec, nid, 0, verb, val); + snd_hda_codec_write_cache(codec, nid, 0, verb, val); d = codec->slave_dig_outs; if (!d) return; for (; *d; d++) - snd_hda_codec_write(codec, *d, 0, verb, val); + snd_hda_codec_write_cache(codec, *d, 0, verb, val); } static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t nid, |