Lines Matching refs:idx
44 #define snd_hdac_regmap_encode_amp(nid, ch, dir, idx) \ argument
48 (idx))
58 #define snd_hdac_regmap_encode_amp_stereo(nid, dir, idx) \ argument
62 (idx))
131 int ch, int dir, int idx) in snd_hdac_regmap_get_amp() argument
133 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_get_amp()
155 int ch, int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp() argument
157 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_update_amp()
176 int dir, int idx) in snd_hdac_regmap_get_amp_stereo() argument
178 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_get_amp_stereo()
200 int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp_stereo() argument
202 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_update_amp_stereo()