[alsa-devel] [PATCH] ASoC: bells: Add missing route to power up DSP clock
16 Sep
2013
16 Sep
'13
5:38 p.m.
Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com --- sound/soc/samsung/bells.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/soc/samsung/bells.c b/sound/soc/samsung/bells.c index 29e2468..84f5d8b 100644 --- a/sound/soc/samsung/bells.c +++ b/sound/soc/samsung/bells.c @@ -356,6 +356,7 @@ static struct snd_soc_dapm_widget bells_widgets[] = {
static struct snd_soc_dapm_route bells_routes[] = { { "Sub CLK_SYS", NULL, "OPCLK" }, + { "CLKIN", NULL, "OPCLK" },
{ "DMIC", NULL, "MICBIAS2" }, { "IN2L", NULL, "DMIC" },
--
1.7.2.5
17 Sep
17 Sep
2:43 a.m.
New subject: [alsa-devel] [PATCH] ASoC: bells: Add missing route to power up DSP clock
On Mon, Sep 16, 2013 at 03:38:15PM +0100, Charles Keepax wrote:
Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
Applied, thanks.
4077
Age (days ago)
4077
Last active (days ago)
1 comments
2 participants
participants (2)
-
Charles Keepax
-
Mark Brown