Home
last modified time | relevance | path

Searched refs:cache_len (Results 1 – 1 of 1) sorted by relevance

/sound/pci/hda/
Dhda_proc.c605 int cache_len; in print_conn_list() local
625 cache_len = snd_hda_get_conn_list(codec, nid, &list); in print_conn_list()
626 if (cache_len >= 0 && (cache_len != conn_len || in print_conn_list()
628 snd_iprintf(buffer, " In-driver Connection: %d\n", cache_len); in print_conn_list()
629 if (cache_len > 0) { in print_conn_list()
631 for (c = 0; c < cache_len; c++) in print_conn_list()