summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' of git://git.alsa-project.org/alsa-kernel into for-linusTakashi Iwai2009-04-152-35/+95
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | [ALSA] intel8x0: add one retry to the ac97_clock measurement routineJaroslav Kysela2009-04-151-4/+11
| * | [ALSA] intel8x0: fix wrong conditions in ac97_clock measure routineJaroslav Kysela2009-04-141-3/+3
| * | [ALSA] intel8x0: do not use zero value from PICB registerJaroslav Kysela2009-04-131-10/+33
| * | [ALSA] intel8x0: an attempt to make ac97_clock measurement more reliableJaroslav Kysela2009-04-131-9/+28
| * | [ALSA] hda_intel: fix unexpected ring buffer positionsJaroslav Kysela2009-04-101-14/+25
| |/
* | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-131-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-04-073-1/+26
|\
| * Merge branch 'topic/hda' into for-linusTakashi Iwai2009-04-072-1/+19
| |\
| | * ALSA: hda - Add VREF powerdown sequence for another boardMatthew Ranostay2009-04-071-0/+18
| | * ALSA: hda - add missing comma in ad1884_slave_volsAkinobu Mita2009-04-071-1/+1
| * | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-04-062-0/+7
| |\ \ | | |/
| | * ALSA: hda - enable SPDIF output for Intel DX58SO boardWu Fengguang2009-04-061-0/+5
| | * ALSA: Add 92HD81B1C device idMatthew Ranostay2009-04-061-0/+2
* | | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-074-8/+8
* | | dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang2009-04-075-10/+10
* | | dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang2009-04-072-3/+3
* | | dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)Yang Hongyang2009-04-071-2/+2
* | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-077-12/+12
|/ /
* | V4L/DVB (10771): tea575x-tuner: convert it to V4L2 APIMauro Carvalho Chehab2009-03-301-1/+1
* | Merge branch 'topic/pcxhr' into for-linusTakashi Iwai2009-03-246-9/+90
|\ \
| * | ALSA: pcxhr: fix trivial typoTim Blechmann2009-01-311-1/+1
| * | ALSA: pcxhr - add support for gpio ports and minor bug fixMarkus Bollinger2009-01-235-8/+89
* | | Merge branch 'topic/oxygen' into for-linusTakashi Iwai2009-03-247-115/+506
|\ \ \
| * | | sound: oxygen: enable headphone output on Claro cardsClemens Ladisch2009-03-091-10/+53
| * | | sound: oxygen: zero-initialize model dataClemens Ladisch2009-02-271-1/+1
| * | | sound: virtuoso: add Xonar Essence STX supportClemens Ladisch2009-02-262-1/+194
| * | | sound: virtuoso: increase minimum volume to -60 dBClemens Ladisch2009-02-201-7/+7
| * | | sound: oxygen: handle AK5385 ADC on Claro halo cardsClemens Ladisch2009-02-201-0/+16
| * | | sound: oxygen: automatically restore overwritten EEPROMClemens Ladisch2009-02-193-0/+48
| * | | sound: oxygen: handle cards with broken EEPROMClemens Ladisch2009-02-196-93/+179
| * | | sound: oxygen: use static driver nameClemens Ladisch2009-02-191-2/+3
| * | | sound: oxygen: allocate model_data dynamicallyClemens Ladisch2009-02-191-3/+11
| * | | sound: oxygen: make the owner module a parameter of the probe functionClemens Ladisch2009-02-195-10/+6
| * | | Merge branch 'topic/snd_card_new-err' into topic/oxygenTakashi Iwai2009-02-1947-144/+148
| |\ \ \
* | \ \ \ Merge branch 'topic/intel8x0' into for-linusTakashi Iwai2009-03-244-25/+72
|\ \ \ \ \
| * | | | | ALSA: intel8x0 - Add missing KERN_* prefix to printkTakashi Iwai2009-02-052-8/+17
| * | | | | ALSA: AC97: Fix function name type in comment s/updat/update/Thadeu Lima de Souza Cascardo2009-01-291-1/+1
| * | | | | ALSA: AC97: Print AC97 flags in proc file to make debug it easierThadeu Lima de Souza Cascardo2009-01-291-0/+2
| * | | | | ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=nTakashi Iwai2009-01-281-1/+1
| * | | | | ALSA: Don't cold reset AC97 codecs in some ICH chipsetsThadeu Lima de Souza Cascardo2009-01-281-16/+52
| | |_|/ / | |/| | |
* | | | | Merge branch 'topic/ice' into for-linusTakashi Iwai2009-03-244-26/+54
|\ \ \ \ \
| * | | | | ALSA: Add missing KERN_* prefix to printk in sound/pci/ice1712Takashi Iwai2009-02-054-10/+27
| * | | | | ALSA: ice1724 - Dynamic MIDI TX irq controlTakashi Iwai2009-02-021-16/+27
* | | | | | Merge branch 'topic/hdsp' into for-linusTakashi Iwai2009-03-241-241/+265
|\ \ \ \ \ \
| * | | | | | ALSA: hdsp - Ignore MIDI and PCM events in interrupts until initializedTakashi Iwai2009-03-051-0/+3
| * | | | | | ALSA: hdsp - whitespace cleanupTim Blechmann2009-02-231-237/+237
| * | | | | | ALSA: hdsp - poll for ioboxTim Blechmann2009-02-231-4/+25
| * | | | | | Merge branch 'topic/hwdep-cleanup' into topic/hdspTakashi Iwai2009-02-2315-129/+299
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-03-2415-1457/+2533
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
OpenPOWER on IntegriCloud