wm8990.c (68d99b2c8efcb6ed3807a55569300c53b5f88be5) | wm8990.c (e1fc3f21c22023b0bb6859c896f1bca979f5cfcc) |
---|---|
1/* 2 * wm8990.c -- WM8990 ALSA Soc Audio driver 3 * 4 * Copyright 2008 Wolfson Microelectronics PLC. 5 * Author: Liam Girdwood <lrg@slimlogic.co.uk> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 762 unchanged lines hidden (view full) --- 771SND_SOC_DAPM_PGA("LOPGA", WM8990_POWER_MANAGEMENT_3, WM8990_LOPGA_ENA_BIT, 0, 772 NULL, 0), 773 774/* ROPGA */ 775SND_SOC_DAPM_PGA("ROPGA", WM8990_POWER_MANAGEMENT_3, WM8990_ROPGA_ENA_BIT, 0, 776 NULL, 0), 777 778/* MICBIAS */ | 1/* 2 * wm8990.c -- WM8990 ALSA Soc Audio driver 3 * 4 * Copyright 2008 Wolfson Microelectronics PLC. 5 * Author: Liam Girdwood <lrg@slimlogic.co.uk> 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 762 unchanged lines hidden (view full) --- 771SND_SOC_DAPM_PGA("LOPGA", WM8990_POWER_MANAGEMENT_3, WM8990_LOPGA_ENA_BIT, 0, 772 NULL, 0), 773 774/* ROPGA */ 775SND_SOC_DAPM_PGA("ROPGA", WM8990_POWER_MANAGEMENT_3, WM8990_ROPGA_ENA_BIT, 0, 776 NULL, 0), 777 778/* MICBIAS */ |
779SND_SOC_DAPM_MICBIAS("MICBIAS", WM8990_POWER_MANAGEMENT_1, 780 WM8990_MICBIAS_ENA_BIT, 0), | 779SND_SOC_DAPM_SUPPLY("MICBIAS", WM8990_POWER_MANAGEMENT_1, 780 WM8990_MICBIAS_ENA_BIT, 0, NULL, 0), |
781 782SND_SOC_DAPM_OUTPUT("LON"), 783SND_SOC_DAPM_OUTPUT("LOP"), 784SND_SOC_DAPM_OUTPUT("OUT3"), 785SND_SOC_DAPM_OUTPUT("LOUT"), 786SND_SOC_DAPM_OUTPUT("SPKN"), 787SND_SOC_DAPM_OUTPUT("SPKP"), 788SND_SOC_DAPM_OUTPUT("ROUT"), --- 666 unchanged lines hidden --- | 781 782SND_SOC_DAPM_OUTPUT("LON"), 783SND_SOC_DAPM_OUTPUT("LOP"), 784SND_SOC_DAPM_OUTPUT("OUT3"), 785SND_SOC_DAPM_OUTPUT("LOUT"), 786SND_SOC_DAPM_OUTPUT("SPKN"), 787SND_SOC_DAPM_OUTPUT("SPKP"), 788SND_SOC_DAPM_OUTPUT("ROUT"), --- 666 unchanged lines hidden --- |