aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/au88x0 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28ALSA: au88x0: Remove superfluous ifdef __KERNEL__Takashi Iwai1-2/+0
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2014-10-28ALSA: au88x0: Kill the rest snd_print*()Takashi Iwai1-1/+1
2014-10-15ALSA: au88x0: pr_* replaced with dev_*Sudip Mukherjee8-82/+94
2014-10-15ALSA: au88x0: added reference of vortex_tSudip Mukherjee4-8/+9
2014-09-09sound: pci: au88x0: printk replacementSudip Mukherjee8-74/+74
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine3-3/+3
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-10-14sound: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-09-13ALSA: au88x0: Remove redundant breakSachin Kamat1-19/+10
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2013-02-14ALSA: au88x0 - Define channel map for au88x0Raymond Yau1-0/+23
2013-01-07ALSA: au88x0: fix incorrect left shiftNickolai Zeldovich1-1/+1
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton8-20/+20
2012-10-25ALSA: au88x0: Give comment for vortex_wtdma_bufshift() issueTakashi Iwai1-1/+6
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin2-2/+2
2012-06-05ALSA: au88x0 - Remove unused "Master Mono" Playback Volume and Playback Switch of ac97 codecRaymond Yau1-0/+11
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-15/+2
2012-03-16ALSA: au88x0 - Avoid possible Oops at unbindingTakashi Iwai1-1/+1
2012-01-24ALSA: Au88x0 - Implement subdevice volume controlsRaymond Yau3-13/+145
2012-01-16ALSA: Au88x0 - Reduce the number of playback subdevices of au8830 from 32 to 16Raymond Yau2-1/+3
2012-01-16ALSA: Au88x0 - Support 4 channels playback when AC97 codecs has SDAC bitRaymond Yau2-5/+6
2012-01-08ALSA: Au88x0 - Fix channels swapping of 4 channels playbackRaymond Yau2-4/+1
2012-01-08ALSA: Au88x0 - Fix IRQ fifo error and channels swap of 4 channels playbackRaymond Yau2-6/+6
2012-01-08ALSA: Au88x0 - Fix Xtalk's constantsRaymond Yau1-31/+56
2012-01-08ALSA: Au88x0 - Xtalk - fix write/read of eq and xt instatesRaymond Yau1-32/+32
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-3/+3
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2011-05-22Merge branch 'topic/misc' into for-linusTakashi Iwai4-9/+10
2011-04-27ALSA - au88x0 - Add buffer bytes constraintsRaymond Yau1-2/+5
2011-04-26ALSA: au88x0 - Use a better name for pcm devices of au88x0Raymond Yau4-9/+10
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-1/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+4
2011-03-11Merge branch 'fix/misc' into topic/miscTakashi Iwai1-3/+11
2011-02-20ALSA - au88x0 - add Playback Volume to 10 bands Equalizer ControlsRaymond Yau1-1/+2
2011-02-15Merge branch 'master' into for-nextJiri Kosina1-4/+20
2011-02-14ALSA: au88x0 - Modify pointer callback to give accurate playback positionRaymond Yau1-3/+11
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2-4/+4
2011-01-17ALSA : au88x0 - Limit number of channels to fix Oops via OSS emuRaymond Yau1-4/+20
2010-10-17sound: fixed typosAndrea Gelmini1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan3-3/+3
2009-06-25sound: Use PCI_VDEVICEJoe Perches3-6/+3
2009-05-29ALSA: au88x0: fix wrong period_elapsed() callJaroslav Kysela1-1/+2
2009-05-29ALSA: au88x0: fix .pointer callbackJaroslav Kysela1-4/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2