diff options
Diffstat (limited to 'sound/soc/sh/rcar/rsnd.h')
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index a9c58305e2f1..39914558e857 100644 --- a/sound/soc/sh/rcar/rsnd.h +++ b/sound/soc/sh/rcar/rsnd.h | |||
@@ -246,10 +246,10 @@ int rsnd_adg_probe(struct platform_device *pdev, | |||
246 | struct rsnd_priv *priv); | 246 | struct rsnd_priv *priv); |
247 | void rsnd_adg_remove(struct platform_device *pdev, | 247 | void rsnd_adg_remove(struct platform_device *pdev, |
248 | struct rsnd_priv *priv); | 248 | struct rsnd_priv *priv); |
249 | int rsnd_adg_set_convert_clk(struct rsnd_priv *priv, | 249 | int rsnd_adg_set_convert_clk_gen1(struct rsnd_priv *priv, |
250 | struct rsnd_mod *mod, | 250 | struct rsnd_mod *mod, |
251 | unsigned int src_rate, | 251 | unsigned int src_rate, |
252 | unsigned int dst_rate); | 252 | unsigned int dst_rate); |
253 | 253 | ||
254 | /* | 254 | /* |
255 | * R-Car sound priv | 255 | * R-Car sound priv |