]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: rsnd: remove un-used OUF_SRCO/I macro
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 15 May 2017 01:57:27 +0000 (01:57 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 17 May 2017 09:26:28 +0000 (10:26 +0100)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/src.c

index 20b5b2ec625ea7b1e1812ea83d07d35b48b948ea..a8ab26d70a8bbcb1baec166ae5b5859d7bbe3335 100644 (file)
 
 #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))