aboutsummaryrefslogtreecommitdiff
path: root/sound/ppc/pmac.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-19ALSA: ppc: constify snd_pcm_ops structuresGravatar Arvind Yadav 1-2/+2
2017-08-17ALSA: ppc: make snd_pcm_hardware constGravatar Bhumika Goyal 1-2/+2
2016-02-05PCI: Remove includes of asm/pci-bridge.hGravatar Bjorn Helgaas 1-1/+0
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersGravatar David Gibson 1-29/+29
2015-01-28ALSA: Include linux/io.h instead of asm/io.hGravatar Takashi Iwai 1-1/+1
2015-01-04ALSA: Deletion of checks before the function call "iounmap"Gravatar Markus Elfring 1-10/+5
2014-11-17ALSA: powermac: Deletion of an unnecessary check before the function call "pc...Gravatar Markus Elfring 1-2/+1
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Gravatar Grant Likely 1-3/+3
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+2
2012-12-07ALSA: ppc: remove __dev* attributesGravatar Bill Pemberton 1-6/+6
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-6/+3
2011-02-28ALSA: powermac - Allow input from microphone on TumblerGravatar Risto Suominen 1-1/+5
2010-11-22ALSA: sound/ppc: Use printf extension %pR for struct resourceGravatar Joe Perches 1-8/+4
2010-02-09of: add 'of_' prefix to machine_is_compatible()Gravatar Grant Likely 1-9/+9
2009-06-03ALSA: powermac - Replace the rest of __init*Gravatar Takashi Iwai 1-2/+2
2009-06-03ALSA: sound/ppc: update annotations of serveral functionsGravatar Stephen Rothwell 1-4/+4
2009-03-09ALSA: powermac - Add missing KERN_* prefix to printkGravatar Takashi Iwai 1-4/+4
2009-03-09ALSA: powermac - Allow input from mic in iBook G3 Dual-USBGravatar Risto Suominen 1-1/+2
2008-11-18ALSA: snd-powermac: enable mic on iMac G4Gravatar Risto Suominen 1-1/+1
2008-04-24[ALSA] snd-powermac: style pmac.cGravatar Risto Suominen 1-2/+2
2008-04-24[ALSA] snd-powermac: enable headphone detectionGravatar Risto Suominen 1-3/+3
2008-01-31[ALSA] snd-powermac: handle dead DMA transfersGravatar T. H. Huth 1-5/+102
2008-01-31[ALSA] Remove sound/driver.hGravatar Takashi Iwai 1-1/+0
2008-01-31[ALSA] powermac - Check value range in ctl callbacksGravatar Takashi Iwai 1-1/+1
2007-10-16[ALSA] pcm: add snd_pcm_rate_to_rate_bit() helperGravatar Clemens Ladisch 1-26/+5
2007-10-16[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sy...Gravatar Clemens Ladisch 1-3/+0
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksGravatar Takashi Iwai 1-23/+0
2007-06-19[POWERPC] Fix snd-powermac refcounting bugsGravatar Benjamin Herrenschmidt 1-3/+5
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleGravatar Stephen Rothwell 1-7/+7
2007-04-24[POWERPC] Remove old interface find_devicesGravatar Stephen Rothwell 1-10/+17
2007-04-13[POWERPC] Rename get_property to of_get_property: soundGravatar Stephen Rothwell 1-7/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+3
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itGravatar Benjamin Herrenschmidt 1-19/+14
2006-07-01[PATCH] powermac: Fix some 64b resource damageGravatar Benjamin Herrenschmidt 1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in sound driversGravatar Greg Kroah-Hartman 1-6/+8
2006-06-22[ALSA] snd-powermac: no longer handle anything with a layout-id propertyGravatar Johannes Berg 1-36/+8
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersGravatar Benjamin Herrenschmidt 1-1/+1
2006-02-07[PATCH] powerpc: Fix sound driver use of i2cGravatar Benjamin Herrenschmidt 1-1/+2
2006-02-01[PATCH] sound/ppc/pmac.c typoGravatar Benjamin Herrenschmidt 1-1/+1
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrGravatar Benjamin Herrenschmidt 1-37/+63
2006-01-03[ALSA] powermac - Revert the last addition for 17' powerbookGravatar Takashi Iwai 1-1/+0
2006-01-03[ALSA] snd_powermac: Add ID for Spring 2005 17' PowerbookGravatar Kyle Moffett 1-4/+5
2006-01-03[ALSA] powermac - Use platform_deviceGravatar Takashi Iwai 1-73/+6
2006-01-03[ALSA] Remove xxx_t typedefs: PowerMacGravatar Takashi Iwai 1-98/+104
2006-01-03[ALSA] Remove superfluous pcm_free callbacksGravatar Takashi Iwai 1-6/+0
2005-11-04[ALSA] Remove snd_runtime_check() macroGravatar Takashi Iwai 1-6/+10
2005-10-07[ALSA] Add iBook 1.33GHz supportGravatar Takashi Iwai 1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - othersGravatar Takashi Iwai 1-1/+1
2005-09-12[ALSA] Correct detection of iBook G4 1420Mhz soundcardGravatar Vincent Pelletier 1-0/+1
2005-08-17[PATCH] Stop snd-powermac oopsing on non-pmac hardware.Gravatar David Woodhouse 1-1/+2