Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dcodec.c3246 static const int audio_idx[HDA_PCM_NTYPES][5] = { in get_empty_pcm_device() local
3259 for (i = 0; audio_idx[type][i] >= 0; i++) { in get_empty_pcm_device()
3261 if (audio_idx[type][i] >= 8) in get_empty_pcm_device()
3264 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits)) in get_empty_pcm_device()
3265 return audio_idx[type][i]; in get_empty_pcm_device()