Searched refs:g_a2v_format_map (Results 1 - 1 of 1) sorted by last modified time

/linux-master/sound/virtio/
H A Dvirtio_pcm_ops.c45 static const struct virtsnd_a2v_format g_a2v_format_map[] = { variable in typeref:struct:virtsnd_a2v_format
166 for (i = 0; i < ARRAY_SIZE(g_a2v_format_map); ++i)
167 if (g_a2v_format_map[i].alsa_bit == format) {
168 vformat = g_a2v_format_map[i].vio_bit;

Completed in 137 milliseconds