aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 11ead159abd9..2b6019390489 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -329,7 +329,7 @@ int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
329 hda_nid_t *conn_list, int max_conns) 329 hda_nid_t *conn_list, int max_conns)
330{ 330{
331 struct snd_array *array = &codec->conn_lists; 331 struct snd_array *array = &codec->conn_lists;
332 int i, j, len, old_used; 332 int i, len, old_used;
333 hda_nid_t list[HDA_MAX_CONNECTIONS]; 333 hda_nid_t list[HDA_MAX_CONNECTIONS];
334 334
335 /* look up the cached results */ 335 /* look up the cached results */