bells.c (bf550fc93d9855872a95e69e4002256110d89858) bells.c (b3a6006e1d106fddcfc121d0ccfa9b7faeeb8f3e)
1/*
2 * Bells audio support
3 *
4 * Copyright 2012 Wolfson Microelectronics
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your

--- 342 unchanged lines hidden (view full) ---

351};
352
353static struct snd_soc_dapm_widget bells_widgets[] = {
354 SND_SOC_DAPM_MIC("DMIC", NULL),
355};
356
357static struct snd_soc_dapm_route bells_routes[] = {
358 { "Sub CLK_SYS", NULL, "OPCLK" },
1/*
2 * Bells audio support
3 *
4 * Copyright 2012 Wolfson Microelectronics
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your

--- 342 unchanged lines hidden (view full) ---

351};
352
353static struct snd_soc_dapm_widget bells_widgets[] = {
354 SND_SOC_DAPM_MIC("DMIC", NULL),
355};
356
357static struct snd_soc_dapm_route bells_routes[] = {
358 { "Sub CLK_SYS", NULL, "OPCLK" },
359 { "CLKIN", NULL, "OPCLK" },
359
360 { "DMIC", NULL, "MICBIAS2" },
361 { "IN2L", NULL, "DMIC" },
362 { "IN2R", NULL, "DMIC" },
363};
364
365static struct snd_soc_card bells_cards[] = {
366 {

--- 102 unchanged lines hidden ---
360
361 { "DMIC", NULL, "MICBIAS2" },
362 { "IN2L", NULL, "DMIC" },
363 { "IN2R", NULL, "DMIC" },
364};
365
366static struct snd_soc_card bells_cards[] = {
367 {

--- 102 unchanged lines hidden ---