aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/oxygen_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-12ALSA: oxygen: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-1/+11
2021-07-19ALSA: oxygen: Allocate resources with device-managed APIsTakashi Iwai1-44/+22
2019-12-11ALSA: oxygen: Support PCM sync_stopTakashi Iwai1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 404Thomas Gleixner1-13/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+1
2019-01-18Merge branch 'topic/pcm-device-suspend' into for-nextTakashi Iwai1-4/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-4/+1
2019-01-07ALSA: oxygen: initialize spdif_playback_enable to 0Tom Yan1-1/+1
2015-05-29ALSA: pci: Drop superfluous ifdef CONFIG_PROC_FSTakashi Iwai1-4/+0
2015-01-16ALSA: oxygen: add XIO2001 initializationClemens Ladisch1-1/+10
2015-01-16ALSA: oxygen: add support for third analog inputClemens Ladisch1-3/+12
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-15/+0
2015-01-09ALSA: oxygen: Simplify PM callbacksTakashi Iwai1-15/+0
2015-01-04ALSA: oxygen: Delete an unnecessary check before the function call "snd_pcm_suspend"Markus Elfring1-2/+1
2014-02-26ALSA: oxygen: Use standard printk helpersTakashi Iwai1-5/+5
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-2/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-4/+4
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-2/+2
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-7/+10
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+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-01-10ALSA: oxygen: do not show chip revision in card longnameClemens Ladisch1-8/+3
2011-01-10ALSA: oxygen: simplify model-specific MCLK handlingClemens Ladisch1-12/+24
2010-12-13Merge branch 'topic/workq-update' into topic/miscTakashi Iwai1-2/+4
2010-12-13sound: don't use flush_scheduled_work()Tejun Heo1-2/+4
2010-12-06ALSA: oxygen: show correct package IDClemens Ladisch1-1/+7
2010-12-06ALSA: oxygen: allow to dump codec registersClemens Ladisch1-4/+6
2010-11-03ALSA: oxygen: add Kuroutoshikou CMI8787-HG2PCI supportClemens Ladisch1-1/+1
2010-10-06ALSA: oxygen: add PEX8111 initializationClemens Ladisch1-1/+16
2010-10-06ALSA: oxygen: rewrite PCIe bridge initializationClemens Ladisch1-17/+23
2010-09-08ALSA: virtuoso: work around missing reset in the Xonar DS Windows driverClemens Ladisch1-3/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-28sound: oxygen: fix for PI7C9X110 compatibilityClemens Ladisch1-0/+23
2009-09-28sound: oxygen: do not try to restore nonexistent EEPROMClemens Ladisch1-1/+5
2009-09-03sound: oxygen: handle cards with missing EEPROMClemens Ladisch1-0/+3
2009-02-27sound: oxygen: zero-initialize model dataClemens Ladisch1-1/+1
2009-02-19sound: oxygen: automatically restore overwritten EEPROMClemens Ladisch1-0/+29
2009-02-19sound: oxygen: handle cards with broken EEPROMClemens Ladisch1-8/+43
2009-02-19sound: oxygen: use static driver nameClemens Ladisch1-2/+3
2009-02-19sound: oxygen: allocate model_data dynamicallyClemens Ladisch1-3/+11
2009-02-19sound: oxygen: make the owner module a parameter of the probe functionClemens Ladisch1-1/+2
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-4/+4
2008-09-22ALSA: oxygen: add UART I/O functionsClemens Ladisch1-2/+30
2008-09-22ALSA: oxygen: configure MIDI via device_configClemens Ladisch1-2/+7
2008-09-22ALSA: oxygen: rename pcm_dev_cfgClemens Ladisch1-5/+5
2008-09-22ALSA: oxygen: add probe callbackClemens Ladisch1-1/+7
2008-09-22ALSA: oxygen: use a copy of the model structClemens Ladisch1-27/+27