···46044604F: arch/arm/mach-omap2/clockdomain44xx.c4605460546064606OMAP AUDIO SUPPORT46074607-M: Jarkko Nikula <jhnikula@gmail.com>46074607+M: Jarkko Nikula <jarkko.nikula@bitmer.com>46084608L: alsa-devel@alsa-project.org (subscribers-only)46094609L: linux-omap@vger.kernel.org46104610S: Maintained
+1-1
include/sound/tlv320aic3x.h
···11/*22 * Platform data for Texas Instruments TLV320AIC3x codec33 *44- * Author: Jarkko Nikula <jhnikula@gmail.com>44+ * Author: Jarkko Nikula <jarkko.nikula@bitmer.com>55 *66 * This program is free software; you can redistribute it and/or modify77 * it under the terms of the GNU General Public License version 2 as
···33 *44 * Copyright (C) 2008 Nokia Corporation55 *66- * Contact: Jarkko Nikula <jhnikula@gmail.com>66+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.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···402402module_init(n810_soc_init);403403module_exit(n810_soc_exit);404404405405-MODULE_AUTHOR("Jarkko Nikula <jhnikula@gmail.com>");405405+MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@bitmer.com>");406406MODULE_DESCRIPTION("ALSA SoC Nokia N810");407407MODULE_LICENSE("GPL");
+2-2
sound/soc/omap/omap-mcbsp.c
···33 *44 * Copyright (C) 2008 Nokia Corporation55 *66- * Contact: Jarkko Nikula <jhnikula@gmail.com>66+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>77 * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or···780780}781781module_exit(snd_omap_mcbsp_exit);782782783783-MODULE_AUTHOR("Jarkko Nikula <jhnikula@gmail.com>");783783+MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@bitmer.com>");784784MODULE_DESCRIPTION("OMAP I2S SoC Interface");785785MODULE_LICENSE("GPL");
+1-1
sound/soc/omap/omap-mcbsp.h
···33 *44 * Copyright (C) 2008 Nokia Corporation55 *66- * Contact: Jarkko Nikula <jhnikula@gmail.com>66+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>77 * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or
+2-2
sound/soc/omap/omap-pcm.c
···33 *44 * Copyright (C) 2008 Nokia Corporation55 *66- * Contact: Jarkko Nikula <jhnikula@gmail.com>66+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>77 * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or···436436}437437module_exit(snd_omap_pcm_exit);438438439439-MODULE_AUTHOR("Jarkko Nikula <jhnikula@gmail.com>");439439+MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@bitmer.com>");440440MODULE_DESCRIPTION("OMAP PCM DMA module");441441MODULE_LICENSE("GPL");
+1-1
sound/soc/omap/omap-pcm.h
···33 *44 * Copyright (C) 2008 Nokia Corporation55 *66- * Contact: Jarkko Nikula <jhnikula@gmail.com>66+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>77 * Peter Ujfalusi <peter.ujfalusi@ti.com>88 *99 * This program is free software; you can redistribute it and/or
+1-1
sound/soc/omap/rx51.c
···55 *66 * Contact: Peter Ujfalusi <peter.ujfalusi@ti.com>77 * Eduardo Valentin <eduardo.valentin@nokia.com>88- * Jarkko Nikula <jhnikula@gmail.com>88+ * Jarkko Nikula <jarkko.nikula@bitmer.com>99 *1010 * This program is free software; you can redistribute it and/or1111 * modify it under the terms of the GNU General Public License
···11+/*22+ * sound/soc/samsung/idma.h33+ *44+ * Copyright (c) 2011 Samsung Electronics Co., Ltd55+ * http://www.samsung.com66+ *77+ * This program is free software; you can redistribute it and/or modify it88+ * under the terms of the GNU General Public License as published by the99+ * Free Software Foundation; either version 2 of the License, or (at your1010+ * option) any later version.1111+ *1212+ */1313+1414+#ifndef __SND_SOC_SAMSUNG_IDMA_H_1515+#define __SND_SOC_SAMSUNG_IDMA_H_1616+1717+extern void idma_reg_addr_init(void *regs, dma_addr_t addr);1818+1919+/* dma_state */2020+#define LPAM_DMA_STOP 02121+#define LPAM_DMA_START 12222+2323+#define MAX_IDMA_PERIOD (128 * 1024)2424+#define MAX_IDMA_BUFFER (160 * 1024)2525+2626+#endif /* __SND_SOC_SAMSUNG_IDMA_H_ */
···3737 44100 * 256,3838 SND_SOC_CLOCK_IN);3939 if (ret < 0) {4040- pr_err("Failed to set SYSCLK: %d\n");4040+ pr_err("Failed to set SYSCLK: %d\n", ret);4141 return ret;4242 }4343 }