linux/sound/soc/codecs
Joe Millenbach 4f73bc4dd3 tty: Added a CONFIG_TTY option to allow removal of TTY
The option allows you to remove TTY and compile without errors. This
saves space on systems that won't support TTY interfaces anyway.
bloat-o-meter output is below.

The bulk of this patch consists of Kconfig changes adding "depends on
TTY" to various serial devices and similar drivers that require the TTY
layer.  Ideally, these dependencies would occur on a common intermediate
symbol such as SERIO, but most drivers "select SERIO" rather than
"depends on SERIO", and "select" does not respect dependencies.

bloat-o-meter output comparing our previous minimal to new minimal by
removing TTY.  The list is filtered to not show removed entries with awk
'$3 != "-"' as the list was very long.

add/remove: 0/226 grow/shrink: 2/14 up/down: 6/-35356 (-35350)
function                                     old     new   delta
chr_dev_init                                 166     170      +4
allow_signal                                  80      82      +2
static.__warned                              143     142      -1
disallow_signal                               63      62      -1
__set_special_pids                            95      94      -1
unregister_console                           126     121      -5
start_kernel                                 546     541      -5
register_console                             593     588      -5
copy_from_user                                45      40      -5
sys_setsid                                   128     120      -8
sys_vhangup                                   32      19     -13
do_exit                                     1543    1526     -17
bitmap_zero                                   60      40     -20
arch_local_irq_save                          137     117     -20
release_task                                 674     652     -22
static.spin_unlock_irqrestore                308     260     -48

Signed-off-by: Joe Millenbach <jmillenbach@gmail.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-18 16:15:27 -08:00
..
88pm860x-codec.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
88pm860x-codec.h ASoC: add 88pm860x codec driver 2010-08-18 18:03:09 +01:00
ab8500-codec.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ab8500-codec.h ASoC: codecs: Add AB8500 codec-driver 2012-06-11 13:19:02 +08:00
ac97.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ad193x.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ad193x.h ASoC: ad193x: Use snd_soc_update_bits where appropriate 2011-11-28 18:57:52 +00:00
ad1836.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ad1836.h ASoC: Fix wrong define for AD1836_ADC_WORD_OFFSET 2011-11-22 13:06:14 +00:00
ad1980.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ad1980.h Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into for-2.6.37 2010-08-15 14:56:40 +01:00
ad73311.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ad73311.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
adau1373.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
adau1373.h ASoC: Add ADAU1373 codec support 2011-08-17 00:53:54 +09:00
adau1701.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
adau1701.h ASoC: Add ADAU1701 codec driver 2011-06-16 11:24:17 +01:00
adav80x.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
adav80x.h ASoC: Add ADAV80x codec driver 2011-06-28 17:11:20 +01:00
ads117x.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ak4104.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ak4535.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ak4535.h ASoC: ak4535: Convert to direct regmap API usage 2012-02-16 23:04:45 -08:00
ak4641.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ak4641.h ASoC: Asahi Kasei AK4641 codec driver 2011-05-19 14:10:45 -07:00
ak4642.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ak4671.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ak4671.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
alc5623.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
alc5623.h ASoC: add support for alc562[123] codecs 2010-10-21 13:51:13 -07:00
alc5632.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
alc5632.h ASoC: alc5632: Refactored DAPM routes to add voice support 2012-02-11 23:02:47 +00:00
arizona.c Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next 2012-12-10 00:22:00 +09:00
arizona.h ASoC: arizona: Add volume ramp controls 2012-12-09 12:34:53 +09:00
cq93vc.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
cs42l51.c ASoC: cs42l51: Use module_i2c_driver 2012-08-06 15:20:35 +01:00
cs42l51.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
cs42l52.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
cs42l52.h ASoC: Add support for CS42L52 Codec 2012-04-30 23:36:20 +01:00
cs42l73.c Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-next 2012-12-15 23:56:44 +09:00
cs42l73.h ASoC: cs42l73: Unify the way to define bits of register 2011-11-22 13:02:09 +00:00
cs4270.c ASoC: cs4270: Remove mono support 2012-09-25 13:52:42 +01:00
cs4271.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
cx20442.c ASoC: cx20442: add bias control over a platform provided regulator 2012-01-09 11:20:16 +00:00
cx20442.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
da732x_reg.h ASoC: codecs: Add DA732x codec driver 2012-06-11 20:23:55 +08:00
da732x.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
da732x.h ASoC: codecs: Add DA732x codec driver 2012-06-11 20:23:55 +08:00
da7210.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
da9055.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
dfbmcs320.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
dmic.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
isabelle.c ASoC: isabelle: remove __dev* attributes 2012-12-10 00:30:44 +09:00
isabelle.h ASoC: Support TI Isabelle Audio driver 2012-06-05 10:42:57 +01:00
jz4740.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
Kconfig tty: Added a CONFIG_TTY option to allow removal of TTY 2013-01-18 16:15:27 -08:00
l3.c
lm4857.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
lm49453.c ASoC: lm49453: remove __dev* attributes 2012-12-10 00:30:48 +09:00
lm49453.h ASoC: Support TI LM49453 Audio driver 2012-04-01 11:35:41 +01:00
Makefile Merge remote-tracking branch 'asoc/topic/si476x' into asoc-next 2012-12-10 00:22:19 +09:00
max9768.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
max9850.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
max9850.h ASoC: Add MAX9850 codec driver 2011-03-11 12:01:44 +00:00
max9877.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
max9877.h ASoC: MAX9877: add MAX9877 amp driver 2009-07-15 16:59:31 +01:00
max98088.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
max98088.h ASoC: codecs: max98088: Added digital mute function in DAI1 and DAI2 2011-05-15 21:26:36 -07:00
max98090.c ASoC: Add max98090 codec driver 2012-11-21 13:31:29 +09:00
max98095.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
max98095.h ASoC: max98095: add jack detection 2012-04-01 11:28:24 +01:00
mc13783.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
mc13783.h ASoC: Add mc13783 codec 2012-05-18 16:42:20 +01:00
ml26124.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ml26124.h ASoC: Add LAPIS Semiconductor ML26124 driver 2012-04-01 11:28:28 +01:00
omap-hdmi.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
pcm3008.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
pcm3008.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
rt5631.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
rt5631.h ASoC: Add driver for rt5631 2011-09-21 15:52:23 +01:00
sgtl5000.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
sgtl5000.h ASoC: sgtl5000: Fix define for SGTL5000_BIAS_R_MASK 2011-10-19 13:08:18 +01:00
si476x.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
sigmadsp.c ASoC: sigmadsp: Fix endianness conversion issue 2012-12-10 12:20:39 +09:00
sigmadsp.h ASoC: SigmaDSP: Add regmap support 2011-11-29 12:01:23 +00:00
sn95031.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
sn95031.h ASoC: sn95031: Add support for reading mic bias 2011-02-09 22:32:53 +00:00
spdif_receiver.c ASoC: spdif_receiver: Add support for spdif in Audio Codec 2012-06-28 13:15:10 +01:00
spdif_transciever.c ASoC: Convert CODEC drivers to module_platform_driver 2011-11-28 11:33:29 +00:00
ssm2602.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
ssm2602.h ASoC: ssm2602: Support setting the oscillator and the clock output state 2011-09-27 13:30:48 +01:00
sta32x.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
sta32x.h ASoC: sta32x: preserve coefficient RAM 2011-11-14 21:32:12 +00:00
sta529.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
stac9766.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
stac9766.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
tlv320aic3x.c ASoC: tlv320aic3x: Add device tree bindings 2012-08-27 10:25:58 -07:00
tlv320aic3x.h Merge branch 'for-3.5' into for-3.6 2012-07-23 10:45:07 +01:00
tlv320aic23.c Linux 3.4-rc7 2012-05-13 13:32:54 +01:00
tlv320aic23.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
tlv320aic26.c ASoC: tlv320aic26: Use module_spi_driver 2012-08-27 09:55:27 -07:00
tlv320aic26.h Fix common misspellings 2011-03-31 11:26:23 -03:00
tlv320aic32x4.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
tlv320aic32x4.h ASoC: tlv320aic32x4: Fix problem with first capture. 2012-11-01 14:35:56 +00:00
tlv320dac33.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
tlv320dac33.h ASoC: tlv320dac33: Update e-mail address 2011-05-11 16:12:35 +01:00
tpa6130a2.c Merge remote-tracking branch 'asoc/topic/tpa6130a2' into asoc-next 2012-12-15 23:56:46 +09:00
tpa6130a2.h ASoC: tpa6130a2: Update e-mail address 2011-05-11 16:12:45 +01:00
twl4030.c ASoC: twl4030: remove __dev* attributes 2012-12-10 00:30:59 +09:00
twl6040.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
twl6040.h ASoC: twl6040 - add method to query HS DC offset step size in mV 2012-01-20 13:58:26 +00:00
uda134x.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
uda134x.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
uda1380.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
uda1380.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wl1273.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wl1273.h ASoC: WL1273 FM radio: Fix breakage with MFD API changes 2011-01-14 12:29:40 +00:00
wm0010.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm1250-ev1.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm2000.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm2000.h ASoC: Convert WM2000 into a standard CODEC driver 2011-12-03 21:35:21 +00:00
wm2200.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm2200.h ASoC: wm2200: Add WM2200 CODEC driver 2012-01-26 16:07:55 +00:00
wm5100-tables.c ASoC: codecs: Refresh copyrights for Wolfson drivers 2012-06-03 13:06:37 +01:00
wm5100.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm5100.h ASoC: Update regmap access for WM5100 DSP control registers 2012-04-23 18:52:31 +01:00
wm5102.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm5102.h ASoC: wm5102: Initial driver 2012-06-23 12:11:47 +01:00
wm5110.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm5110.h ASoC: wm5110: Add audio CODEC driver 2012-07-11 11:00:26 +01:00
wm8350.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8350.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8400.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8400.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8510.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8510.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8523.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8523.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8580.c ASoC: wm8580: Move regulator acquisition to I2C probe 2012-09-12 14:09:18 +08:00
wm8580.h ASoC: Automatically calculate clock ratio for WM8580 2010-08-15 14:52:12 +01:00
wm8711.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8711.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8727.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8728.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8728.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8731.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8731.h ASoC: Support non-crystal master clocks for WM8731 2010-08-18 16:52:56 +01:00
wm8737.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8737.h ASoC: Add initial WM8737 driver 2010-11-24 11:33:12 +00:00
wm8741.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8741.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8750.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8750.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8753.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8753.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8770.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8770.h ASoC: WM8770: Initial driver 2010-11-06 11:35:39 -04:00
wm8776.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8776.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8782.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8804.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8804.h ASoC: WM8804: Initial driver 2010-09-30 13:32:21 -07:00
wm8900.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8900.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8903.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8903.h Merge branch 'for-2.6.38' into for-2.6.39 2011-02-22 10:38:13 -08:00
wm8904.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8904.h ASoC: Optimise performance of WM8904 ADC 128fs OSR mode 2012-01-20 13:58:26 +00:00
wm8940.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8940.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8955.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8955.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8958-dsp2.c ASoC: wm8994: Use pdata cached in MFD driver 2012-11-24 00:15:08 +09:00
wm8960.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8960.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8961.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8961.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8962.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8962.h ASoC: Compress WM8962 register access map 2010-10-11 03:52:04 -07:00
wm8971.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8971.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8974.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8974.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8978.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8978.h ASoC: Convert wm8978 to direct regmap API usage 2012-01-20 13:58:19 +00:00
wm8983.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8983.h ASoC: WM8983: Initial driver 2011-07-15 23:39:53 +09:00
wm8985.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8985.h ASoC: WM8985: Initial driver 2010-09-15 16:11:24 +01:00
wm8988.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8988.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8990.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8990.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm8991.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8991.h ASoC: WM8991: Add initial WM8991 driver 2011-01-17 13:50:20 +00:00
wm8993.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8993.h ASoC: wm_hubs: Clamp inputs to VMID while we ramp 2012-02-11 23:11:21 +00:00
wm8994.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8994.h Merge remote-tracking branch 'asoc/topic/wm8994' into asoc-next 2012-12-10 00:22:37 +09:00
wm8995.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8995.h ASoC: Remove WM8995 write sequencer bitfield definitions 2010-12-24 11:32:45 +00:00
wm8996.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm8996.h ASoC: Disable register synchronisation for low frequency WM8996 SYSCLK 2012-01-20 13:54:34 +00:00
wm9081.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm9081.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm9090.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm9090.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm9705.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm9705.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm9712.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm9712.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm9713.c ASoC: codecs: remove __dev* attributes 2012-12-10 00:31:51 +09:00
wm9713.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
wm_adsp.c Merge remote-tracking branch 'asoc/topic/arizona' into asoc-next 2012-12-10 00:22:00 +09:00
wm_adsp.h ASoC: wm_adsp: Enable DVFS for ADSP2 2012-11-28 17:36:23 +00:00
wm_hubs.c ASoC: wm_hubs: Ensure volume updates are handled during class W startup 2012-09-28 12:06:31 +01:00
wm_hubs.h ASoC: wm_hubs: Allow configuration of MICBIAS power up delay via pdata 2012-08-22 19:00:37 +01:00
wmfw.h ASoC: adsp: Add ADSP base support 2012-10-28 17:38:15 +00:00