aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ymfpci/ymfpci_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-21/+23
2012-11-22ALSA: ymfpci: Use kmalloc for register buffer for PMTakashi Iwai1-3/+3
2012-09-13ALSA: Fix leftover chmap UNKNOWN -> MONO conversionsTakashi Iwai1-1/+1
2012-09-12ALSA: ymfpci: Define channel mapsTakashi Iwai1-0/+18
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-4/+4
2012-07-03ALSA: Move some headers to local directories from include/soundTakashi Iwai1-1/+1
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-5/+9
2012-03-18Merge branch 'topic/misc' into for-linusTakashi Iwai1-0/+9
2012-03-13ALSA: ymfpci - Fix legacy registers on S3/S4 resumeTakashi Iwai1-0/+9
2012-01-24ALSA: ymfpci - Don't create invalid PCM & mixers when AC97 doesn't supportRaymond Yau1-7/+14
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-09-20ALSA: ymfpci: allow to disable the SRCClemens Ladisch1-0/+6
2011-09-20ALSA: ymfpci: fix PCM open error handlingClemens Ladisch1-6/+18
2011-09-12ALSA: ymfpci: add "Playback" to FM Legacy Volume controlRaymond Yau1-1/+1
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-01-10ALSA: ymfpci: use enum control info helperClemens Ladisch1-9/+3
2009-08-10sound: ymfpci: increase timer resolution to 96 kHzClemens Ladisch1-5/+15
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai1-2/+12
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai1-7/+14
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-64/+10
2008-07-10firmware: convert ymfpci driver to use firmware loader exclusivelyDavid Woodhouse1-63/+0
2008-07-10ymfpci: treat firmware data as constDavid Woodhouse1-25/+34
2008-06-27ALSA: ymfpci - fix initial volume for 44.1kHz outputTakashi Iwai1-0/+2
2008-04-24[ALSA] ymfpci - Fix race at removalTakashi Iwai1-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] pci - check value range in ctl callbacksTakashi Iwai1-0/+4
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] alsa-kernel: schedule_timeout() fixesRene Herman1-1/+0
2007-10-16[ALSA] ymfpci: fix volume handling of the 44.1 kHz slotClemens Ladisch1-24/+46
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-32/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-1/+1
2007-05-11[ALSA] add MODULE_FIRMWARE entriesClemens Ladisch1-0/+5
2007-05-11[ALSA] Don't use request_firmware if internal firmwares are definedTakashi Iwai1-22/+24
2007-05-11[ALSA] Enable Kconfig options for external firmwaresTakashi Iwai1-7/+5
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-1/+1
2007-02-09[ALSA] Current driver does not utilize 44.1kHz high quality sampling rate converter.Teru KAMOGASHIRA1-4/+40
2007-02-09[ALSA] ymfpci: add request_firmware()Clemens Ladisch1-23/+102
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-2/+3
2006-12-20[ALSA] Fix invalid assignment of PCI revisionTakashi Iwai1-1/+1
2006-12-20[ALSA] ymfpci: fix swap_rear for S/PDIF passthroughGlen Masgai1-4/+4
2006-12-20[ALSA] use the ALIGN macroClemens Ladisch1-12/+12
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-1/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-23[ALSA] ymfpci - Add TLV entries for native volume controlsTakashi Iwai1-1/+6
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-03-22[ALSA] ymfpci - make rear channel swap optionalJaroslav Kysela1-14/+28
2006-03-22[ALSA] ymfpci: fix swapped channels in SPDIF outputClemens Ladisch1-4/+8
2006-01-22[ALSA] ymfpci: fix SPDIF sample rate informationClemens Ladisch1-0/+2
2006-01-03[ALSA] ymfpci - Fix PM supportTakashi Iwai1-9/+14