Home
last modified time | relevance | path

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

/linux/sound/soc/renesas/rcar/
H A Drsnd.h445 #define for_each_rsnd_mod_arrays(iterator, pos, io, array, size) \ macro
449 for_each_rsnd_mod_arrays(iterator, pos, io, array, ARRAY_SIZE(array))
H A Dcore.c560 for_each_rsnd_mod_arrays(i, mod, io, types, RSND_MOD_MAX) { \