index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
2009-04-21
4
-15
/
+116
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ALSA: hda - Add quirks for Realtek codecs
Kailang Yang
2009-04-21
1
-0
/
+98
|
*
|
ALSA: hda - Fix alc662_init_verbs
Kailang Yang
2009-04-21
1
-7
/
+0
|
*
|
ALSA: hda - Set function_id only on FG nodes
Takashi Iwai
2009-04-17
1
-3
/
+5
|
*
|
ALSA: hda - Add upper-limit of mixer amp for AD1884A-laptop model, too
Takashi Iwai
2009-04-16
1
-0
/
+8
|
*
|
ALSA: hda - Fix headphone-detection on some machines with STAC/IDT codecs
Takashi Iwai
2009-04-16
1
-5
/
+5
*
|
|
ALSA: hda - Use snd_hda_codec_get_pincfg() in patch_ca0110.c
Takashi Iwai
2009-04-20
1
-4
/
+2
*
|
|
ALSA: hda - Fix channels_max setting for CA0110
Takashi Iwai
2009-04-20
1
-1
/
+2
*
|
|
ALSA: hda - Check strcpy length
Takashi Iwai
2009-04-16
2
-4
/
+8
*
|
|
ALSA: hda - Add Creative CA0110-IBG support
Takashi Iwai
2009-04-16
5
-0
/
+597
|
/
/
*
|
ALSA: hda_intel.c - Consolidate bitfields
Joe Perches
2009-04-16
1
-1
/
+1
*
|
Merge branch 'topic/hda' into for-linus
Takashi Iwai
2009-04-15
1
-1
/
+5
|
\
\
|
*
|
ALSA: hda - Fix the cmd cache keys for amp verbs
Takashi Iwai
2009-04-15
1
-1
/
+5
*
|
|
Merge branch 'topic/memdup_user' into for-linus
Takashi Iwai
2009-04-15
1
-28
/
+13
|
\
\
\
|
*
|
|
ALSA: sound/pci: use memdup_user()
Li Zefan
2009-04-14
1
-28
/
+13
*
|
|
|
Merge branch 'topic/hda' into for-linus
Takashi Iwai
2009-04-15
3
-11
/
+42
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'topic/jack-free-fix' into topic/hda
Takashi Iwai
2009-04-15
2
-8
/
+40
|
|
\
\
\
|
|
*
|
|
ALSA: hda - Avoid call of snd_jack_report at release
Takashi Iwai
2009-04-14
2
-8
/
+40
|
|
|
/
/
|
*
|
|
ALSA: hda - Add quirk mask for Fujitsu Amilo laptops with ALC883
Takashi Iwai
2009-04-15
1
-3
/
+2
*
|
|
|
Merge branch 'master' of git://git.alsa-project.org/alsa-kernel into for-linus
Takashi Iwai
2009-04-15
2
-35
/
+95
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[ALSA] intel8x0: add one retry to the ac97_clock measurement routine
Jaroslav Kysela
2009-04-15
1
-4
/
+11
|
*
|
|
[ALSA] intel8x0: fix wrong conditions in ac97_clock measure routine
Jaroslav Kysela
2009-04-14
1
-3
/
+3
|
*
|
|
[ALSA] intel8x0: do not use zero value from PICB register
Jaroslav Kysela
2009-04-13
1
-10
/
+33
|
*
|
|
[ALSA] intel8x0: an attempt to make ac97_clock measurement more reliable
Jaroslav Kysela
2009-04-13
1
-9
/
+28
|
*
|
|
[ALSA] hda_intel: fix unexpected ring buffer positions
Jaroslav Kysela
2009-04-10
1
-14
/
+25
|
|
/
/
*
|
|
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
Yang Hongyang
2009-04-13
1
-4
/
+4
|
/
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
2009-04-07
3
-1
/
+26
|
\
\
|
*
\
Merge branch 'topic/hda' into for-linus
Takashi Iwai
2009-04-07
2
-1
/
+19
|
|
\
\
|
|
*
|
ALSA: hda - Add VREF powerdown sequence for another board
Matthew Ranostay
2009-04-07
1
-0
/
+18
|
|
*
|
ALSA: hda - add missing comma in ad1884_slave_vols
Akinobu Mita
2009-04-07
1
-1
/
+1
|
*
|
|
Merge branch 'topic/hda' into for-linus
Takashi Iwai
2009-04-06
2
-0
/
+7
|
|
\
\
\
|
|
|
/
/
|
|
*
|
ALSA: hda - enable SPDIF output for Intel DX58SO board
Wu Fengguang
2009-04-06
1
-0
/
+5
|
|
*
|
ALSA: Add 92HD81B1C device id
Matthew Ranostay
2009-04-06
1
-0
/
+2
*
|
|
|
dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)
Yang Hongyang
2009-04-07
4
-8
/
+8
*
|
|
|
dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)
Yang Hongyang
2009-04-07
5
-10
/
+10
*
|
|
|
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
Yang Hongyang
2009-04-07
2
-3
/
+3
*
|
|
|
dma-mapping: replace all DMA_31BIT_MASK macro with DMA_BIT_MASK(31)
Yang Hongyang
2009-04-07
1
-2
/
+2
*
|
|
|
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
7
-12
/
+12
|
/
/
/
*
|
|
V4L/DVB (10771): tea575x-tuner: convert it to V4L2 API
Mauro Carvalho Chehab
2009-03-30
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'topic/pcxhr' into for-linus
Takashi Iwai
2009-03-24
6
-9
/
+90
|
\
\
|
*
|
ALSA: pcxhr: fix trivial typo
Tim Blechmann
2009-01-31
1
-1
/
+1
|
*
|
ALSA: pcxhr - add support for gpio ports and minor bug fix
Markus Bollinger
2009-01-23
5
-8
/
+89
*
|
|
Merge branch 'topic/oxygen' into for-linus
Takashi Iwai
2009-03-24
7
-115
/
+506
|
\
\
\
|
*
|
|
sound: oxygen: enable headphone output on Claro cards
Clemens Ladisch
2009-03-09
1
-10
/
+53
|
*
|
|
sound: oxygen: zero-initialize model data
Clemens Ladisch
2009-02-27
1
-1
/
+1
|
*
|
|
sound: virtuoso: add Xonar Essence STX support
Clemens Ladisch
2009-02-26
2
-1
/
+194
|
*
|
|
sound: virtuoso: increase minimum volume to -60 dB
Clemens Ladisch
2009-02-20
1
-7
/
+7
|
*
|
|
sound: oxygen: handle AK5385 ADC on Claro halo cards
Clemens Ladisch
2009-02-20
1
-0
/
+16
|
*
|
|
sound: oxygen: automatically restore overwritten EEPROM
Clemens Ladisch
2009-02-19
3
-0
/
+48
|
*
|
|
sound: oxygen: handle cards with broken EEPROM
Clemens Ladisch
2009-02-19
6
-93
/
+179
[prev]
[next]