From b4862814e833df5976a95ae68eb227506c26f827 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Tue, 15 Jan 2013 15:27:19 +0100 Subject: [PATCH] --- yaml --- r: 353151 b: refs/heads/master c: f038fcaca827a2330d502a5d653ab639419f45db h: refs/heads/master i: 353149: 82d6b64197a6e71d639e71fef0d14696d98b84db 353147: baf8ad11b7f306f6df57f5ba0467b240ccd09b71 353143: e0d12e640a5731d692635a328541a5d8afe29383 353135: 4e4df40d970c4860ff6a26cdf6ce1087fe8522a2 353119: 70cfa72f0c2620225b638eec67386c55bc625f6a 353087: d7671055a1fb35f13504a41f6b8dd2e93e47cef8 353023: c7fb17ee1e095d3b3d341fa1002924c14876e6b1 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f24f10ddd255..7460c2844275 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52fd5cbc9bef6a2e20bfbdae771498ef97c67b34 +refs/heads/master: f038fcaca827a2330d502a5d653ab639419f45db diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index b28e4031b8a1..e6cdad713734 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -3794,7 +3794,7 @@ static void hda_mark_cmd_cache_dirty(struct hda_codec *codec) } for (i = 0; i < codec->amp_cache.buf.used; i++) { struct hda_amp_info *amp; - amp = snd_array_elem(&codec->cmd_cache.buf, i); + amp = snd_array_elem(&codec->amp_cache.buf, i); amp->head.dirty = 1; } }