aboutsummaryrefslogtreecommitdiffstats
path: root/sound/aoa (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01ALSA: Don't assume i2c device probing always succeedsTakashi Iwai1-0/+9
2009-07-31ALSA: sound/aoa: Add kmalloc NULL testsJulia Lawall1-0/+4
2009-05-12sound: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-8/+8
2009-04-21ALSA: AOA: Convert onyx and tas codecs to new-style i2c driversJean Delvare2-47/+95
2009-03-24Merge branch 'topic/aoa' into for-linusTakashi Iwai4-23/+99
2009-01-15ALSA: snd-aoa: handle master-amp if presentJohannes Berg3-1/+25
2009-01-15ALSA: snd-aoa: handle older machinesJohannes Berg2-22/+74
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+4
2008-12-25Merge branch 'topic/aoa' into to-pushTakashi Iwai22-24/+30
2008-11-03Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai1-1/+1
2008-11-03sound: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-23Merge branches 'topic/asoc', 'topic/misc-fixes' and 'topic/hda' into for-linusTakashi Iwai1-3/+3
2008-10-23ALSA: aoa: clean up file namesJohannes Berg22-24/+30
2008-10-23ALSA: aoa i2sbus: don't overwrite module parameterJohannes Berg1-3/+3
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt1-4/+2
2008-08-25ALSA: aoa - Remove duplicate assignment of SNDRV_PCM_FMTBIT_S{16,24}_BE bitsRoel Kluin1-4/+2
2008-08-20powerpc/drivers: Use linux/of_device.h instead of asm/of_device.hStephen Rothwell1-1/+1
2008-05-27sound: Convert to menuconfigTakashi Iwai4-12/+5
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai3-6/+0
2008-01-31[ALSA] aoa - fix compile warningTakashi Iwai1-0/+1
2008-01-31[ALSA] add number of periods constraint to snd-aoaHeikki Lindholm1-0/+6
2008-01-31[ALSA] aoa - Check value range in ctl callbacksTakashi Iwai3-2/+33
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai3-45/+5
2007-10-16[ALSA] Fix tas_suspend/resume build warningStephen Rothwell1-4/+5
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-23/+10
2007-07-20[ALSA] snd-aoa-codec-onyx: fix typoYoann Padioleau1-2/+2
2007-05-11[ALSA] snd-aoa-i2sbus: use MODULE_DEVICE_TABLE instead of plain MODULE_ALIASJohannes Berg1-3/+2
2007-05-11[ALSA] sound: strlcpy is smart enoughJean Delvare2-4/+4
2007-05-11[ALSA] aoa: fix a sparse warningJohannes Berg2-2/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell3-5/+5
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras1-46/+31
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud1-48/+32
2007-04-13[POWERPC] Rename get_property to of_get_property: soundStephen Rothwell6-12/+13
2007-04-13[POWERPC] get_property returns constStephen Rothwell6-19/+18
2007-02-09[ALSA] aoa i2sbus: Stop Apple i2s DMA gracefullyPaul Mackerras3-146/+210
2007-02-09[ALSA] aoa: remove suspend/resume printksJohannes Berg1-4/+0
2007-02-09[ALSA] sound: aoa of_node_put and kfree cleanupMariusz Kozlowski1-2/+2
2007-02-09[ALSA] snd-aoa: fix onyx resumeJohannes Berg1-1/+10
2007-02-09[ALSA] create driver symlink in snd-aoa /sys/bus/aoa-soundbus/devices/*/Olaf Hering1-0/+3
2007-02-09[ALSA] create device symlink in snd-aoaOlaf Hering5-6/+7
2007-02-09[ALSA] aoa: fix up i2sbus_attach_codecJohannes Berg1-46/+26
2007-02-09[ALSA] aoa: set device pointer in pcmsJohannes Berg2-6/+3
2006-12-20[ALSA] sound: Don't include i2c-dev.hJean Delvare2-2/+0
2006-12-12kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-4/+9
2006-11-28[ALSA] Enable stereo line input for TAS codecPaul Mackerras1-4/+9
2006-11-22WorkStruct: make allyesconfigDavid Howells3-19/+15
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-10/+7
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-23[ALSA] aoa: add locking to tas codecJohannes Berg1-13/+83