···1/*2 * Platform data for Texas Instruments TLV320AIC3x codec3 *4- * Author: Jarkko Nikula <jhnikula@gmail.com>5 *6 * This program is free software; you can redistribute it and/or modify7 * it under the terms of the GNU General Public License version 2 as
···1/*2 * Platform data for Texas Instruments TLV320AIC3x codec3 *4+ * Author: Jarkko Nikula <jarkko.nikula@bitmer.com>5 *6 * This program is free software; you can redistribute it and/or modify7 * it under the terms of the GNU General Public License version 2 as
···2046/* power down chip */2047static int wm8903_remove(struct snd_soc_codec *codec)2048{002049 wm8903_free_gpio(codec);2050 wm8903_set_bias_level(codec, SND_SOC_BIAS_OFF);0002051 return 0;2052}2053
···2046/* power down chip */2047static int wm8903_remove(struct snd_soc_codec *codec)2048{2049+ struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);2050+2051 wm8903_free_gpio(codec);2052 wm8903_set_bias_level(codec, SND_SOC_BIAS_OFF);2053+ if (wm8903->irq)2054+ free_irq(wm8903->irq, codec);2055+2056 return 0;2057}2058
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6- * Contact: Jarkko Nikula <jhnikula@gmail.com>7 *8 * This program is free software; you can redistribute it and/or9 * modify it under the terms of the GNU General Public License···402module_init(n810_soc_init);403module_exit(n810_soc_exit);404405-MODULE_AUTHOR("Jarkko Nikula <jhnikula@gmail.com>");406MODULE_DESCRIPTION("ALSA SoC Nokia N810");407MODULE_LICENSE("GPL");
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>7 *8 * This program is free software; you can redistribute it and/or9 * modify it under the terms of the GNU General Public License···402module_init(n810_soc_init);403module_exit(n810_soc_exit);404405+MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@bitmer.com>");406MODULE_DESCRIPTION("ALSA SoC Nokia N810");407MODULE_LICENSE("GPL");
+2-2
sound/soc/omap/omap-mcbsp.c
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6- * Contact: Jarkko Nikula <jhnikula@gmail.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or···780}781module_exit(snd_omap_mcbsp_exit);782783-MODULE_AUTHOR("Jarkko Nikula <jhnikula@gmail.com>");784MODULE_DESCRIPTION("OMAP I2S SoC Interface");785MODULE_LICENSE("GPL");
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or···780}781module_exit(snd_omap_mcbsp_exit);782783+MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@bitmer.com>");784MODULE_DESCRIPTION("OMAP I2S SoC Interface");785MODULE_LICENSE("GPL");
+1-1
sound/soc/omap/omap-mcbsp.h
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6- * Contact: Jarkko Nikula <jhnikula@gmail.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or
+2-2
sound/soc/omap/omap-pcm.c
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6- * Contact: Jarkko Nikula <jhnikula@gmail.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or···436}437module_exit(snd_omap_pcm_exit);438439-MODULE_AUTHOR("Jarkko Nikula <jhnikula@gmail.com>");440MODULE_DESCRIPTION("OMAP PCM DMA module");441MODULE_LICENSE("GPL");
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or···436}437module_exit(snd_omap_pcm_exit);438439+MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@bitmer.com>");440MODULE_DESCRIPTION("OMAP PCM DMA module");441MODULE_LICENSE("GPL");
+1-1
sound/soc/omap/omap-pcm.h
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6- * Contact: Jarkko Nikula <jhnikula@gmail.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or
···3 *4 * Copyright (C) 2008 Nokia Corporation5 *6+ * Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>7 * Peter Ujfalusi <peter.ujfalusi@ti.com>8 *9 * This program is free software; you can redistribute it and/or
+1-1
sound/soc/omap/rx51.c
···5 *6 * Contact: Peter Ujfalusi <peter.ujfalusi@ti.com>7 * Eduardo Valentin <eduardo.valentin@nokia.com>8- * Jarkko Nikula <jhnikula@gmail.com>9 *10 * This program is free software; you can redistribute it and/or11 * modify it under the terms of the GNU General Public License
···5 *6 * Contact: Peter Ujfalusi <peter.ujfalusi@ti.com>7 * Eduardo Valentin <eduardo.valentin@nokia.com>8+ * Jarkko Nikula <jarkko.nikula@bitmer.com>9 *10 * This program is free software; you can redistribute it and/or11 * modify it under the terms of the GNU General Public License
···1+/*2+ * sound/soc/samsung/idma.h3+ *4+ * Copyright (c) 2011 Samsung Electronics Co., Ltd5+ * http://www.samsung.com6+ *7+ * This program is free software; you can redistribute it and/or modify it8+ * under the terms of the GNU General Public License as published by the9+ * Free Software Foundation; either version 2 of the License, or (at your10+ * option) any later version.11+ *12+ */13+14+#ifndef __SND_SOC_SAMSUNG_IDMA_H_15+#define __SND_SOC_SAMSUNG_IDMA_H_16+17+extern void idma_reg_addr_init(void *regs, dma_addr_t addr);18+19+/* dma_state */20+#define LPAM_DMA_STOP 021+#define LPAM_DMA_START 122+23+#define MAX_IDMA_PERIOD (128 * 1024)24+#define MAX_IDMA_BUFFER (160 * 1024)25+26+#endif /* __SND_SOC_SAMSUNG_IDMA_H_ */