···58405840F: sound/5841584158425842SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)58435843-M: Liam Girdwood <lrg@slimlogic.co.uk>58435843+M: Liam Girdwood <lrg@ti.com>58445844M: Mark Brown <broonie@opensource.wolfsonmicro.com>58455845T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git58465846L: alsa-devel@alsa-project.org (moderated for non-subscribers)···60936093F: include/linux/tifm.h6094609460956095TI TWL4030 SERIES SOC CODEC DRIVER60966096-M: Peter Ujfalusi <peter.ujfalusi@nokia.com>60966096+M: Peter Ujfalusi <peter.ujfalusi@ti.com>60976097L: alsa-devel@alsa-project.org (moderated for non-subscribers)60986098S: Maintained60996099F: sound/soc/codecs/twl4030*···67366736F: drivers/scsi/vmw_pvscsi.h6737673767386738VOLTAGE AND CURRENT REGULATOR FRAMEWORK67396739-M: Liam Girdwood <lrg@slimlogic.co.uk>67396739+M: Liam Girdwood <lrg@ti.com>67406740M: Mark Brown <broonie@opensource.wolfsonmicro.com>67416741W: http://opensource.wolfsonmicro.com/node/1567426742W: http://www.slimlogic.co.uk/?p=48
+1-1
include/sound/tlv320dac33-plat.h
···11/*22 * Platform header for Texas Instruments TLV320DAC33 codec driver33 *44- * Author: Peter Ujfalusi <peter.ujfalusi@nokia.com>44+ * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>55 *66 * Copyright: (C) 2009 Nokia Corporation77 *
+1-1
include/sound/tpa6130a2-plat.h
···33 *44 * Copyright (C) Nokia Corporation55 *66- * Written by Peter Ujfalusi <peter.ujfalusi@nokia.com>66+ * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>77 *88 * This program is free software; you can redistribute it and/or99 * modify it under the terms of the GNU General Public License
···11/*22 * ALSA SoC Texas Instruments TLV320DAC33 codec driver33 *44- * Author: Peter Ujfalusi <peter.ujfalusi@nokia.com>44+ * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>55 *66 * Copyright: (C) 2009 Nokia Corporation77 *
+2-2
sound/soc/codecs/tpa6130a2.c
···33 *44 * Copyright (C) Nokia Corporation55 *66- * Author: Peter Ujfalusi <peter.ujfalusi@nokia.com>66+ * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>77 *88 * This program is free software; you can redistribute it and/or99 * modify it under the terms of the GNU General Public License···495495 i2c_del_driver(&tpa6130a2_i2c_driver);496496}497497498498-MODULE_AUTHOR("Peter Ujfalusi");498498+MODULE_AUTHOR("Peter Ujfalusi <peter.ujfalusi@ti.com>");499499MODULE_DESCRIPTION("TPA6130A2 Headphone amplifier driver");500500MODULE_LICENSE("GPL");501501
+1-1
sound/soc/codecs/tpa6130a2.h
···33 *44 * Copyright (C) Nokia Corporation55 *66- * Author: Peter Ujfalusi <peter.ujfalusi@nokia.com>66+ * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>77 *88 * This program is free software; you can redistribute it and/or99 * modify it under the terms of the GNU General Public License
+3-3
sound/soc/codecs/twl6040.c
···960960961961/*962962 * AFMGAIN volume control:963963- * from 18 to 24 dB in 6 dB steps963963+ * from -18 to 24 dB in 6 dB steps964964 */965965-static DECLARE_TLV_DB_SCALE(afm_amp_tlv, 1800, 600, 0);965965+static DECLARE_TLV_DB_SCALE(afm_amp_tlv, -1800, 600, 0);966966967967/*968968 * HSGAIN volume control:···1049104910501050 /* AFM gains */10511051 SOC_DOUBLE_TLV("Aux FM Volume",10521052- TWL6040_REG_LINEGAIN, 0, 4, 0xF, 0, afm_amp_tlv),10521052+ TWL6040_REG_LINEGAIN, 0, 3, 7, 0, afm_amp_tlv),1053105310541054 /* Playback gains */10551055 SOC_TWL6040_DOUBLE_TLV("Headset Playback Volume",
+3-3
sound/soc/omap/omap-mcbsp.c
···44 * Copyright (C) 2008 Nokia Corporation55 *66 * Contact: Jarkko Nikula <jhnikula@gmail.com>77- * Peter Ujfalusi <peter.ujfalusi@nokia.com>77+ * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or1010 * modify it under the terms of the GNU General Public License···146146 * 2 channels (stereo): size is 128 / 2 = 64 frames (2 * 64 words)147147 * 4 channels: size is 128 / 4 = 32 frames (4 * 32 words)148148 */149149- if (cpu_is_omap343x() || cpu_is_omap44xx()) {149149+ if (cpu_is_omap34xx() || cpu_is_omap44xx()) {150150 /*151151 * Rule for the buffer size. We should not allow152152 * smaller buffer than the FIFO size to avoid underruns···258258 default:259259 return -EINVAL;260260 }261261- if (cpu_is_omap343x()) {261261+ if (cpu_is_omap34xx()) {262262 dma_data->set_threshold = omap_mcbsp_set_threshold;263263 /* TODO: Currently, MODE_ELEMENT == MODE_FRAME */264264 if (omap_mcbsp_get_dma_op_mode(bus_id) ==
+1-1
sound/soc/omap/omap-mcbsp.h
···44 * Copyright (C) 2008 Nokia Corporation55 *66 * Contact: Jarkko Nikula <jhnikula@gmail.com>77- * Peter Ujfalusi <peter.ujfalusi@nokia.com>77+ * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or1010 * modify it under the terms of the GNU General Public License
+4-3
sound/soc/omap/omap-pcm.c
···44 * Copyright (C) 2008 Nokia Corporation55 *66 * Contact: Jarkko Nikula <jhnikula@gmail.com>77- * Peter Ujfalusi <peter.ujfalusi@nokia.com>77+ * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or1010 * modify it under the terms of the GNU General Public License···3737 SNDRV_PCM_INFO_MMAP_VALID |3838 SNDRV_PCM_INFO_INTERLEAVED |3939 SNDRV_PCM_INFO_PAUSE |4040- SNDRV_PCM_INFO_RESUME,4040+ SNDRV_PCM_INFO_RESUME |4141+ SNDRV_PCM_INFO_NO_PERIOD_WAKEUP,4142 .formats = SNDRV_PCM_FMTBIT_S16_LE |4243 SNDRV_PCM_FMTBIT_S32_LE,4344 .period_bytes_min = 32,···196195 if ((cpu_is_omap1510()))197196 omap_enable_dma_irq(prtd->dma_ch, OMAP_DMA_FRAME_IRQ |198197 OMAP_DMA_LAST_IRQ | OMAP_DMA_BLOCK_IRQ);199199- else198198+ else if (!substream->runtime->no_period_wakeup)200199 omap_enable_dma_irq(prtd->dma_ch, OMAP_DMA_FRAME_IRQ);201200202201 if (!(cpu_class_is_omap1())) {
+1-1
sound/soc/omap/omap-pcm.h
···44 * Copyright (C) 2008 Nokia Corporation55 *66 * Contact: Jarkko Nikula <jhnikula@gmail.com>77- * Peter Ujfalusi <peter.ujfalusi@nokia.com>77+ * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or1010 * modify it under the terms of the GNU General Public License
+1-1
sound/soc/omap/rx51.c
···33 *44 * Copyright (C) 2008 - 2009 Nokia Corporation55 *66- * Contact: Peter Ujfalusi <peter.ujfalusi@nokia.com>66+ * Contact: Peter Ujfalusi <peter.ujfalusi@ti.com>77 * Eduardo Valentin <eduardo.valentin@nokia.com>88 * Jarkko Nikula <jhnikula@gmail.com>99 *