Searched refs:HDA_HASH_KEY (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/sound/pci/hda/ |
D | hda_codec.c | 1353 #define HDA_HASH_KEY(nid, dir, idx) (u32)((nid) + ((idx) << 16) + ((dir) << 24)) macro 1434 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, 0)); in query_amp_caps() 1469 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, dir, 0)); in snd_hda_override_amp_caps() 1608 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, index)); in snd_hda_codec_amp_read() 1633 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, idx)); in snd_hda_codec_amp_update()
|