From: Kuninori Morimoto Date: Mon, 15 May 2017 01:57:27 +0000 (+0000) Subject: ASoC: rsnd: remove un-used OUF_SRCO/I macro X-Git-Tag: v5.15~10286^2~60^2~4^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9b10dddd6d86e6004a9f310c68888229f75e041;p=platform%2Fkernel%2Flinux-starfive.git ASoC: rsnd: remove un-used OUF_SRCO/I macro Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/rcar/src.c b/sound/soc/sh/rcar/src.c index 20b5b2ec625e..a8ab26d70a8b 100644 --- a/sound/soc/sh/rcar/src.c +++ b/sound/soc/sh/rcar/src.c @@ -12,10 +12,6 @@ #define SRC_NAME "src" -/* SRCx_STATUS */ -#define OUF_SRCO ((1 << 12) | (1 << 13)) -#define OUF_SRCI ((1 << 9) | (1 << 8)) - /* SCU_SYSTEM_STATUS0/1 */ #define OUF_SRC(id) ((1 << (id + 16)) | (1 << id))