Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sh/rcar/
H A Drsnd.h457 #define for_each_rsnd_mod_arrays(iterator, pos, io, array, size) \ macro
461 for_each_rsnd_mod_arrays(iterator, pos, io, array, ARRAY_SIZE(array))
H A Dcore.c559 for_each_rsnd_mod_arrays(i, mod, io, types, RSND_MOD_MAX) { \