Searched refs:audio_idx (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_codec.c3255 static const int audio_idx[HDA_PCM_NTYPES][5] = { local
3268 for (i = 0; audio_idx[type][i] >= 0; i++) {
3270 if (audio_idx[type][i] >= 8)
3273 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits))
3274 return audio_idx[type][i];

Completed in 208 milliseconds