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
/
hda
/
hda_proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/hda-unbind' into for-next
Takashi Iwai
2015-03-16
1
-4
/
+4
|
\
|
*
ALSA: hda - Allocate hda_pcm objects dynamically
Takashi Iwai
2015-03-03
1
-3
/
+3
|
*
ALSA: hda - Add card field to hda_codec struct
Takashi Iwai
2015-03-03
1
-1
/
+1
*
|
ALSA: hda - Treat stereo-to-mono mix properly
Takashi Iwai
2015-03-16
1
-8
/
+30
|
/
*
ALSA: hda - Add parameter for dumping processing coefficients
David Henningsson
2014-01-29
1
-2
/
+32
*
ALSA: hda - add device list & select info of display pins to codec proc file
Mengdong Lin
2013-08-27
1
-0
/
+33
*
ALSA: hda - Add In-driver connection info
Wang Xingchao
2013-06-25
1
-0
/
+15
*
ALSA: hda - Remove limit of widget connections
Takashi Iwai
2013-02-07
1
-4
/
+16
*
Merge branch 'topic/hda-gen-parser' into for-next
Takashi Iwai
2013-01-23
1
-6
/
+7
|
\
|
*
ALSA: hda - Fix mono amp values in proc output
Takashi Iwai
2013-01-10
1
-6
/
+7
*
|
ALSA: hda - print power state for AFG node in proc file
David Henningsson
2013-01-08
1
-0
/
+2
|
/
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2012-08-20
1
-1
/
+1
|
\
|
*
ALSA: hda - fix Copyright debug message
Wang Xingchao
2012-08-13
1
-1
/
+1
*
|
ALSA: hda - show ICT/KAE control bits
Wang Xingchao
2012-08-13
1
-1
/
+8
|
/
*
ALSA: hda - check proper return value
Wang Xingchao
2012-06-07
1
-1
/
+1
*
ALSA: hda - Show D3cold state in proc files
Takashi Iwai
2012-06-06
1
-3
/
+3
*
ALSA: hda - add power states information in proc
Wang Xingchao
2012-06-06
1
-1
/
+8
*
ALSA: hda - Fix proc output for ADC amp values of CX20549
Michael Karcher
2012-04-07
1
-3
/
+10
*
ALSA: hda - Return the error from get_wcaps_type() for invalid NIDs
Takashi Iwai
2012-01-10
1
-0
/
+2
*
ALSA: hda - Moved snd_print_pcm_rates() back into hda_proc.c
Takashi Iwai
2011-10-06
1
-3
/
+9
*
ALSA: hda - Always read raw connections for proc output
Takashi Iwai
2011-07-12
1
-1
/
+1
*
ALSA: hda - consitify string arrays
Takashi Iwai
2011-01-18
1
-1
/
+1
*
ALSA: hda-intel - do not mix audio and modem function IDs
Jaroslav Kysela
2010-07-19
1
-1
/
+6
*
ALSA: hda - introduce HDA_SUBDEV_AMP_FLAG (ControlAmp in proc)
Jaroslav Kysela
2009-12-15
1
-0
/
+8
*
ALSA: hda - add more NID->Control mapping
Jaroslav Kysela
2009-12-15
1
-9
/
+14
*
ALSA: intelhdmi - accept DisplayPort pin
Wu Fengguang
2009-12-11
1
-0
/
+2
*
ALSA: hda - show HBR(High Bit Rate) pin cap in procfs
Wu Fengguang
2009-12-11
1
-1
/
+4
*
ALSA: hda - show EPSS capability in proc
Wu Fengguang
2009-11-18
1
-0
/
+31
*
ALSA: hda - proc - introduce Control: lines to show mixer<->NID assignment
Jaroslav Kysela
2009-11-16
1
-15
/
+40
*
ALSA: hda - Don't access invalid substream in proc file
Takashi Iwai
2009-11-12
1
-5
/
+5
*
ALSA: hda - proc - show which I/O NID is associated to PCM device
Jaroslav Kysela
2009-11-10
1
-1
/
+15
*
ALSA: hda: move open coded tricks into get_wcaps_channels()
Wu Fengguang
2009-08-24
1
-3
/
+1
*
ALSA: hda - Introduce get_wcaps_type() macro
Takashi Iwai
2009-07-27
1
-2
/
+1
*
ALSA: hda - Split codec->name to vendor and chip name strings
Takashi Iwai
2009-05-16
1
-2
/
+6
*
ALSA: hda - Add function id to proc output
Pascal de Bruijn
2009-03-23
1
-2
/
+3
*
ALSA: hda - Don't show the current connection for power widgets
Takashi Iwai
2009-03-19
1
-2
/
+4
*
ALSA: hda - Print multiple out-amp values of pin widgets on Conext codecs
Takashi Iwai
2009-03-12
1
-2
/
+8
*
ALSA: hda - No widget selection for volume knob widgets in proc output
Takashi Iwai
2009-02-02
1
-1
/
+2
*
ALSA: hda - Add IDT/STAC-specific proc output
Takashi Iwai
2008-11-28
1
-0
/
+2
*
ALSA: hda - Add codec-specific proc hook
Takashi Iwai
2008-11-28
1
-14
/
+2
*
ALSA: hda - Really fix bits value in proc output
Takashi Iwai
2008-11-25
1
-1
/
+1
*
ALSA: hda - Fix proc pcm rate bits
Takashi Iwai
2008-11-25
1
-1
/
+1
*
ALSA: hda - Fix build without CONFIG_PROC_FS
Takashi Iwai
2008-11-21
1
-27
/
+0
*
ALSA: hda - properly print ELD sample bits
Wu Fengguang
2008-11-21
1
-2
/
+1
*
ALSA: hda - Show missing GPIO unsol bits
Takashi Iwai
2008-11-19
1
-2
/
+3
*
ALSA: hda: make global snd_print_pcm_bits()
Wu Fengguang
2008-11-19
1
-6
/
+16
*
ALSA: introduce snd_print_pcm_rates()
Wu Fengguang
2008-11-18
1
-6
/
+14
*
Merge branch 'topic/fix/hda' into topic/hda
Takashi Iwai
2008-11-07
1
-0
/
+2
|
\
|
*
ALSA: hda - Limit the number of GPIOs show in proc
Takashi Iwai
2008-11-04
1
-0
/
+2
*
|
ALSA: hda: add snd_hda_get_jack* functions
Matthew Ranostay
2008-10-27
1
-36
/
+3
[next]