diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-06-30 06:03:13 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-01 17:36:38 +0200 |
commit | d6a4a9a45d072e3a27ea6e5f98192d78be621a9c (patch) | |
tree | c5bbdcfed557d42f59c45fe18e919bc69fe96b8d /sound/soc/sh/Kconfig | |
parent | cecdef3656956b0978bf86ecd1ce0542d2c61e97 (diff) | |
download | op-kernel-dev-d6a4a9a45d072e3a27ea6e5f98192d78be621a9c.zip op-kernel-dev-d6a4a9a45d072e3a27ea6e5f98192d78be621a9c.tar.gz |
ASoC: rsrc-card: use asoc_simple_card_parse_daifmt()
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r-- | sound/soc/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index c9902a6..9311f11 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -44,6 +44,7 @@ config SND_SOC_RCAR config SND_SOC_RSRC_CARD tristate "Renesas Sampling Rate Convert Sound Card" + select SND_SIMPLE_CARD_UTILS help This option enables simple sound if you need sampling rate convert |