Lines Matching refs:idx
48 int idx;
50 for (idx = 0; idx < 0x19; idx++)
52 idx, ak4531->regs[idx]);
386 unsigned int idx; in snd_ak4531_mixer() local
410 for (idx = 0; idx <= 0x19; idx++) { in snd_ak4531_mixer()
411 if (idx == AK4531_RESET || idx == AK4531_CLOCK) in snd_ak4531_mixer()
413 …ak4531->write(ak4531, idx, ak4531->regs[idx] = snd_ak4531_initial_map[idx]); /* recording source i… in snd_ak4531_mixer()
415 for (idx = 0; idx < ARRAY_SIZE(snd_ak4531_controls); idx++) { in snd_ak4531_mixer()
416 if ((err = snd_ctl_add(card, snd_ctl_new1(&snd_ak4531_controls[idx], ak4531))) < 0) { in snd_ak4531_mixer()
450 int idx; in snd_ak4531_resume() local
457 for (idx = 0; idx <= 0x19; idx++) { in snd_ak4531_resume()
458 if (idx == AK4531_RESET || idx == AK4531_CLOCK) in snd_ak4531_resume()
460 ak4531->write(ak4531, idx, ak4531->regs[idx]); in snd_ak4531_resume()