|
@@ -170,6 +170,7 @@ void rsnd_force_write(struct rsnd_priv *priv, struct rsnd_mod *mod,
|
|
void rsnd_bset(struct rsnd_priv *priv, struct rsnd_mod *mod, enum rsnd_reg reg,
|
|
void rsnd_bset(struct rsnd_priv *priv, struct rsnd_mod *mod, enum rsnd_reg reg,
|
|
u32 mask, u32 data);
|
|
u32 mask, u32 data);
|
|
u32 rsnd_get_adinr_bit(struct rsnd_mod *mod, struct rsnd_dai_stream *io);
|
|
u32 rsnd_get_adinr_bit(struct rsnd_mod *mod, struct rsnd_dai_stream *io);
|
|
|
|
+u32 rsnd_get_adinr_chan(struct rsnd_mod *mod, struct rsnd_dai_stream *io);
|
|
void rsnd_path_parse(struct rsnd_priv *priv,
|
|
void rsnd_path_parse(struct rsnd_priv *priv,
|
|
struct rsnd_dai_stream *io);
|
|
struct rsnd_dai_stream *io);
|
|
|
|
|