| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: aoa: Fix of-node refcount unbalance | Takashi Iwai | 2019-02-19 | 1 | -0/+1 |
* | Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2019-02-08 | 1 | -2/+2 |
|\ |
|
| * | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -2/+2 |
* | | ALSA: aoa: Remove superfluous snd_pcm_suspend*() calls | Takashi Iwai | 2019-01-15 | 1 | -4/+0 |
|/ |
|
* | ALSA: aoa: Use of_node_name_eq for node name comparisons | Rob Herring | 2018-12-06 | 2 | -4/+4 |
* | ALSA: aoa: Remove direct OF name and type accesses | Rob Herring | 2018-12-06 | 2 | -14/+22 |
* | ALSA: aoa: Use device_type helpers to access the node type | Rob Herring | 2018-11-19 | 2 | -3/+3 |
* | ALSA: aoa: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-09-03 | 1 | -7/+8 |
* | ALSA: snd-aoa: add of_node_put() in error path | Nicholas Mc Guire | 2018-06-29 | 1 | -1/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 5 | -0/+5 |
* | ALSA: aoa: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-29 | 1 | -2/+2 |
* | ALSA: aoa: constify snd_pcm_ops structures | Arvind Yadav | 2017-08-19 | 1 | -2/+2 |
* | ALSA: aoa: make snd_kcontrol_new const | Bhumika Goyal | 2017-08-16 | 1 | -6/+6 |
* | ALSA: declare snd_kcontrol_new structures as const | Bhumika Goyal | 2017-05-30 | 2 | -11/+11 |
* | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-10-08 | 1 | -2/+2 |
|\ |
|
| * | powerpc: Remove all usages of NO_IRQ | Michael Ellerman | 2016-09-20 | 1 | -2/+2 |
* | | ALSA: squash lines for simple wrapper functions | Masahiro Yamada | 2016-09-07 | 1 | -6/+1 |
* | | ALSA: snd-aoa: enable sound on PowerBook G4 12" | Aaro Koskinen | 2016-08-25 | 2 | -1/+9 |
|/ |
|
* | ALSA: aoa-soundbus: Switch to dev_pm_ops | Lars-Peter Clausen | 2015-08-05 | 3 | -39/+12 |
* | ALSA: aoa: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-07-10 | 2 | -2/+0 |
* | ALSA: aoa: convert bus code to use dev_groups | Quentin Lambert | 2015-06-12 | 3 | -7/+12 |
* | ALSA: aoa: constify of_device_id array | Fabian Frederick | 2015-03-19 | 1 | -1/+1 |
* | Merge branch 'topic/snd-device' into for-next | Takashi Iwai | 2015-02-03 | 1 | -1/+4 |
|\ |
|
| * | ALSA: pcm: Embed struct device | Takashi Iwai | 2015-02-02 | 1 | -1/+4 |
* | | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2015-01-28 | 2 | -2/+2 |
* | | ALSA: Deletion of checks before the function call "iounmap" | Markus Elfring | 2015-01-04 | 1 | -7/+6 |
* | | ALSA: aoa: Delete an unnecessary check before the function call "snd_pcm_susp... | Markus Elfring | 2015-01-04 | 1 | -4/+2 |
|/ |
|
* | ALSA: i2sbus: Deletion of unnecessary checks before the function call "releas... | Markus Elfring | 2014-12-03 | 1 | -4/+2 |
* | ALSA: aoa: Use snd_ctl_elem_info() | Takashi Iwai | 2014-10-21 | 2 | -15/+3 |
* | ALSA: Use dma_zalloc_coherent | Joe Perches | 2014-06-16 | 1 | -8/+4 |
* | ALSA: sound/aoa/codecs/onyx.c: use static const for texts | Fabian Frederick | 2014-05-27 | 1 | -1/+1 |
* | ALSA: Drop __bitwise and typedefs for snd_device attributes | Takashi Iwai | 2014-02-14 | 2 | -2/+2 |
* | ALSA: aoa: Use SNDRV_DEV_CODEC for AOA codec objects | Takashi Iwai | 2014-02-14 | 3 | -3/+3 |
* | ALSA: ppc: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2014-02-14 | 1 | -3/+2 |
* | Merge tag 'sound-fix-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-11-16 | 1 | -2/+2 |
|\ |
|
| * | ALSA: snd-aoa: two copy and paste bugs | Dan Carpenter | 2013-11-13 | 1 | -2/+2 |
* | | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-10 | 2 | -1/+4 |
|/ |
|
* | ALSA: snd-aoa: Add a layout entry for PowerBook6,5 | Michael Ellerman | 2013-05-16 | 2 | -1/+10 |
* | ALSA: pcm_format_to_bits strong-typed conversion | Eldad Zack | 2013-04-29 | 1 | -1/+1 |
* | sound/aoa: Adapt to new i2c probing scheme | Andreas Schwab | 2012-07-11 | 2 | -149/+6 |
* | ALSA: aoa: Convert onyx and tas codec drivers to module_i2c_driver | Axel Lin | 2012-01-27 | 2 | -24/+2 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 | 2 | -3/+2 |
|\ |
|
| * | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
| * | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 2011-09-16 | 1 | -1/+1 |
| |\ |
|
| * | | ALSA: aoa: Remove obsolete cleanup for clientdata | Axel Lin | 2011-09-12 | 1 | -3/+1 |
* | | | snd-aoa: remove commented out Kconfig entry | Paul Bolle | 2011-10-29 | 1 | -8/+0 |
| |/
|/| |
|
* | | ALSA: sound/aoa/fabrics/layout.c: remove unneeded kfree | Julia Lawall | 2011-08-20 | 1 | -1/+1 |
|/ |
|
* | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -5/+4 |
* | Revert wrong fixes for common misspellings | Lucas De Marchi | 2011-04-27 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |