summaryrefslogtreecommitdiffstats
path: root/sound/pci/pcxhr/pcxhr.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-1/+1
* ALSA: remove deprecated use of pci apiQuentin Lambert2015-04-161-1/+1
* ALSA: pcxhr: NULL dereference on probe failureDan Carpenter2014-12-101-1/+1
* ALSA: pcxhr: Kill the rest snd_print*()Takashi Iwai2014-10-281-21/+21
* ALSA: pcxhr: convert timeval to ktime_tAya Mahfouz2014-10-281-4/+6
* ALSA: pcxhr: Use nonatomic PCM opsTakashi Iwai2014-09-151-25/+18Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ALSA: pcxhr: Use standard printk helpersTakashi Iwai2014-02-261-26/+28
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-2/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-1/+0Star
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-7/+7
* ALSA: pcxhr: Add 8 new sound cardsMarkus Bollinger2012-08-271-0/+24
* ALSA: pcxhr: Add LTC supportMarkus Bollinger2012-06-201-0/+63
* ALSA: pci: clean up using module_pci_driver()Takashi Iwai2012-04-241-13/+2Star
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-1/+1
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-1/+1
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-1/+1
* sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan2010-02-091-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* Merge branch 'topic/pcxhr' into for-linusTakashi Iwai2009-03-241-0/+41
|\
| * ALSA: pcxhr - add support for gpio ports and minor bug fixMarkus Bollinger2009-01-231-0/+41
* | ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-121-3/+3
|/
* Merge branch 'topic/pcxhr-update' into to-pushTakashi Iwai2008-12-251-170/+382
|\
| * ALSA: pcxhr - add support for pcxhr stereo sound cards (core change)Markus Bollinger2008-11-251-170/+382
* | Merge branch 'topic/convert-tasklet' into to-pushTakashi Iwai2008-12-251-1/+1
|\ \
| * | ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-181-1/+1
| |/
* | Merge branch 'topic/pcsp-fix' into topic/miscTakashi Iwai2008-12-201-1/+4
|\|
| * ALSA: sound/pci/pcxhr/pcxhr.c: introduce missing kfree and pci_disable_deviceJulia Lawall2008-11-151-1/+4
* | ALSA: sound/pci/mixart/mixart.c: Add missing snd_card_freeJulia Lawall2008-11-271-1/+3
|/
* ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2008-08-131-2/+4
* [ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSETakashi Iwai2008-05-271-2/+2
* [ALSA] sound/pci/pcxhr/pcxhr.c: fix warningsAndrew Morton2008-04-241-2/+2
* [ALSA] sound/pci: remove unused variableJulia Lawall2008-04-241-3/+0Star
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0Star
* [ALSA] pcxhr - Fix trigger start with non-linked streamsTakashi Iwai2007-10-161-0/+1
* [ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sy...Clemens Ladisch2007-10-161-0/+2
* [ALSA] check for linked substreams of different cardsClemens Ladisch2007-10-161-0/+2
* [ALSA] pcxhr - Minor optimization in trigger callbackTakashi Iwai2007-05-111-12/+11Star
* [ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai2007-05-111-5/+2Star
* [ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai2006-12-201-1/+1
* [ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai2006-07-121-1/+1
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-2/+2
* [ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar2006-04-271-1/+1
* [ALSA] sound/pci/: remove duplicate #include'sAdrian Bunk2006-04-271-1/+0Star
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-0/+1
* [PATCH] Intruduce DMA_28BIT_MASKTobias Klauser2006-03-221-1/+2
* [ALSA] semaphore -> mutex (PCI part)Ingo Molnar2006-03-221-17/+19
* [ALSA] pcxhr - Fix printk warningAndrew Morton2006-01-221-1/+1