Age | Commit message (Expand) | Author | Files | Lines |
2015-08-05 | ALSA: aoa-soundbus: Switch to dev_pm_ops | Lars-Peter Clausen | 3 | -39/+12 |
2015-07-10 | ALSA: aoa: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2 | -2/+0 |
2015-06-12 | ALSA: aoa: convert bus code to use dev_groups | Quentin Lambert | 3 | -7/+12 |
2015-03-19 | ALSA: aoa: constify of_device_id array | Fabian Frederick | 1 | -1/+1 |
2015-02-03 | Merge branch 'topic/snd-device' into for-next | Takashi Iwai | 1 | -1/+4 |
2015-02-02 | ALSA: pcm: Embed struct device | Takashi Iwai | 1 | -1/+4 |
2015-01-28 | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2 | -2/+2 |
2015-01-04 | ALSA: Deletion of checks before the function call "iounmap" | Markus Elfring | 1 | -7/+6 |
2015-01-04 | ALSA: aoa: Delete an unnecessary check before the function call "snd_pcm_susp... | Markus Elfring | 1 | -4/+2 |
2014-12-03 | ALSA: i2sbus: Deletion of unnecessary checks before the function call "releas... | Markus Elfring | 1 | -4/+2 |
2014-10-21 | ALSA: aoa: Use snd_ctl_elem_info() | Takashi Iwai | 2 | -15/+3 |
2014-06-16 | ALSA: Use dma_zalloc_coherent | Joe Perches | 1 | -8/+4 |
2014-05-27 | ALSA: sound/aoa/codecs/onyx.c: use static const for texts | Fabian Frederick | 1 | -1/+1 |
2014-02-14 | ALSA: Drop __bitwise and typedefs for snd_device attributes | Takashi Iwai | 2 | -2/+2 |
2014-02-14 | ALSA: aoa: Use SNDRV_DEV_CODEC for AOA codec objects | Takashi Iwai | 3 | -3/+3 |
2014-02-14 | ALSA: ppc: Convert to snd_card_new() with a device pointer | Takashi Iwai | 1 | -3/+2 |
2013-11-17 | Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2013-11-13 | ALSA: snd-aoa: two copy and paste bugs | Dan Carpenter | 1 | -2/+2 |
2013-10-10 | drivers: clean-up prom.h implicit includes | Rob Herring | 2 | -1/+4 |
2013-05-16 | ALSA: snd-aoa: Add a layout entry for PowerBook6,5 | Michael Ellerman | 2 | -1/+10 |
2013-04-29 | ALSA: pcm_format_to_bits strong-typed conversion | Eldad Zack | 1 | -1/+1 |
2012-07-11 | sound/aoa: Adapt to new i2c probing scheme | Andreas Schwab | 2 | -149/+6 |
2012-01-27 | ALSA: aoa: Convert onyx and tas codec drivers to module_i2c_driver | Axel Lin | 2 | -24/+2 |
2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -3/+2 |
2011-11-01 | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 1 | -0/+1 |
2011-10-29 | snd-aoa: remove commented out Kconfig entry | Paul Bolle | 1 | -8/+0 |
2011-09-16 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -1/+1 |
2011-09-12 | ALSA: aoa: Remove obsolete cleanup for clientdata | Axel Lin | 1 | -3/+1 |
2011-08-20 | ALSA: sound/aoa/fabrics/layout.c: remove unneeded kfree | Julia Lawall | 1 | -1/+1 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -5/+4 |
2011-04-27 | Revert wrong fixes for common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-12-13 | Merge branch 'topic/workq-update' into topic/misc | Takashi Iwai | 2 | -8/+6 |
2010-12-13 | sound: don't use flush_scheduled_work() | Tejun Heo | 2 | -8/+6 |
2010-12-10 | ALSA: aoa: Remove wrong i2c_set_clientdata in onyx_i2c_remove() | Axel Lin | 1 | -1/+0 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 3 | -3/+3 |
2010-06-02 | powerpc/macio: Fix probing of macio devices by using the right of match table | Benjamin Herrenschmidt | 1 | -3/+5 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 1 | -6/+3 |
2010-05-22 | arch/powerpc: Move dma_mask from of_device into pdev_archdata | Grant Likely | 1 | -2/+2 |
2010-05-19 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 5 | -10/+10 |
2010-04-07 | powerpc/aoa: gpio-pmf.c: 3 * redundant code | d binderman | 1 | -6/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 8 | -0/+8 |
2010-01-29 | of: unify phandle name in struct device_node | Grant Likely | 1 | -1/+1 |
2009-10-01 | ALSA: Don't assume i2c device probing always succeeds | Takashi Iwai | 1 | -0/+9 |
2009-07-31 | ALSA: sound/aoa: Add kmalloc NULL tests | Julia Lawall | 1 | -0/+4 |
2009-05-12 | sound: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2 | -8/+8 |
2009-04-21 | ALSA: AOA: Convert onyx and tas codecs to new-style i2c drivers | Jean Delvare | 2 | -47/+95 |
2009-03-24 | Merge branch 'topic/aoa' into for-linus | Takashi Iwai | 4 | -23/+99 |
2009-01-15 | ALSA: snd-aoa: handle master-amp if present | Johannes Berg | 3 | -1/+25 |
2009-01-15 | ALSA: snd-aoa: handle older machines | Johannes Berg | 2 | -22/+74 |