Home
last modified time | relevance | path

Searched defs:rsnd_mod_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/sh/rcar/
Drsnd.h242 struct rsnd_mod_ops { struct
243 char *name;
244 struct dma_chan* (*dma_req)(struct rsnd_dai_stream *io,
246 int (*probe)(struct rsnd_mod *mod,
249 int (*remove)(struct rsnd_mod *mod,
252 int (*init)(struct rsnd_mod *mod,
255 int (*quit)(struct rsnd_mod *mod,
280 struct rsnd_mod_ops *ops; argument