index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
hda_codec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
ALSA: hda - introduce snd_hda_codec_update_cache()
Takashi Iwai
1
-12
/
+56
2010-03-29
ALSA: hda - Report errors when invalid values are passed to snd_hda_amp_*()
Takashi Iwai
1
-0
/
+5
2010-03-19
ALSA: hda - Take internal mic as Front Mic
Kailang Yang
1
-1
/
+2
2010-03-15
ALSA: hda - Add an error message for invalid mapping NID
Takashi Iwai
1
-1
/
+3
2010-03-02
ALSA: sound/pci/hda/hda_codec.c: various coding style fixes
Norberto Lopes
1
-31
/
+38
2010-02-24
ALSA: hda - remove unnecessary msleep on power state transitions
Zhang, Rui
1
-2
/
+2
2010-01-28
ALSA: hda - Define max number of PCM devices in hda_codec.h
Takashi Iwai
1
-0
/
+2
2010-01-19
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-4
/
+6
2009-12-27
ALSA: hda - Add sanity check for storing the user-defined pin configs
Takashi Iwai
1
-0
/
+3
2009-12-27
ALSA: hda - Add snd_hda_shutup_pins() helper function
Takashi Iwai
1
-0
/
+19
2009-12-26
ALSA: hda - Disable tigger at pin-sensing on AD codecs
Takashi Iwai
1
-4
/
+6
2009-12-25
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-5
/
+5
2009-12-23
ALSA: hda - Set mixer name after codec patch
Takashi Iwai
1
-5
/
+5
2009-12-23
ALSA: hda - Fix NID association for capture mixers
Takashi Iwai
1
-26
/
+0
2009-12-15
ALSA: hda - simplify usage of HDA_SUBDEV_AMP_FLAG
Jaroslav Kysela
1
-2
/
+5
2009-12-15
ALSA: hda - introduce HDA_SUBDEV_AMP_FLAG (ControlAmp in proc)
Jaroslav Kysela
1
-5
/
+9
2009-12-15
ALSA: hda - add more NID->Control mapping
Jaroslav Kysela
1
-2
/
+62
2009-11-18
ALSA: hda - introduce snd_hda_jack_detect() and snd_hda_pin_sense()
Wu Fengguang
1
-0
/
+34
2009-11-16
ALSA: hda - Fix build errors with CONFIG_SND_HDA_INPUT_BEEP=n
Takashi Iwai
1
-0
/
+2
2009-11-16
ALSA: hda - Update / add kerneldoc comments to exported functions
Takashi Iwai
1
-41
/
+391
2009-11-16
ALSA: hda - Get rid of magic digits for subdev hack
Takashi Iwai
1
-1
/
+1
2009-11-16
ALSA: hda - proc - add support for dynamic controls to mixer<->NID mapping
Jaroslav Kysela
1
-1
/
+6
2009-11-16
ALSA: hda - proc - introduce Control: lines to show mixer<->NID assignment
Jaroslav Kysela
1
-15
/
+17
2009-11-16
ALSA: hda_intel: Digital PC Beep - change behaviour for input layer
Jaroslav Kysela
1
-0
/
+12
2009-11-11
ALSA: hda - Add power on/off counter
Takashi Iwai
1
-0
/
+16
2009-11-10
ALSA: hda - Add missing export for snd_hda_bus_reboot_notify
Takashi Iwai
1
-0
/
+1
2009-11-10
ALSA: hda - proc - show which I/O NID is associated to PCM device
Jaroslav Kysela
1
-4
/
+5
2009-11-10
ALSA: hda - Add reboot notifier to each codec
Takashi Iwai
1
-0
/
+17
2009-10-30
ALSA: hda - allow up to 4 HDMI devices
Wu Fengguang
1
-1
/
+1
2009-10-30
ALSA: hda - vectorize get_empty_pcm_device()
Wu Fengguang
1
-33
/
+16
2009-09-02
ALSA: hda - Fix obsolete CONFIG_SND_DEBUG_DETECT
Takashi Iwai
1
-1
/
+1
2009-08-03
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-1
/
+1
2009-08-03
ALSA: hda: track CIRB/CORB command/response states for each codec
Wu Fengguang
1
-1
/
+1
2009-07-30
Merge branch 'topic/hda-cirrus' into topic/hda
Takashi Iwai
1
-0
/
+1
2009-07-27
ALSA: hda - Add exception for volume-knob in snd_hda_get_connections()
Takashi Iwai
1
-1
/
+4
2009-07-27
ALSA: hda - Introduce get_wcaps_type() macro
Takashi Iwai
1
-6
/
+3
2009-07-22
ALSA: hda-intel: Cleanups for widget connection list handling
Jaroslav Kysela
1
-0
/
+6
2009-07-22
ALSA: hda - Reduce click noise at power-saving
Takashi Iwai
1
-2
/
+7
2009-07-19
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-0
/
+6
2009-07-19
ALSA: hda_codec: Check for invalid zero connections
Jaroslav Kysela
1
-0
/
+6
2009-07-17
ALSA: hda - Fix the previous sanity check in make_codec_cmd()
Takashi Iwai
1
-2
/
+2
2009-07-17
ALSA: hda - add bounds checking for the codec command fields
Wu Fengguang
1
-1
/
+11
2009-07-10
ALSA: hda - Check codec errors in snd_hda_get_connections()
Takashi Iwai
1
-1
/
+6
2009-07-04
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-4
/
+10
2009-07-04
ALSA: hda - Don't override maxbps for FLOAT sharing with linear formats
Takashi Iwai
1
-2
/
+3
2009-07-04
ALSA: hda - Avoid invalid formats and rates with shared SPDIF
Takashi Iwai
1
-4
/
+10
2009-07-01
ALSA: hda - Add Cirrus Logic CS420x support
Takashi Iwai
1
-0
/
+1
2009-07-01
ALSA: hda - Allow FLOAT PCM format
Takashi Iwai
1
-3
/
+3
2009-06-24
ALSA: hda - Don't call snd_hda_codec_configure in snd_hda_codec_new()
Takashi Iwai
1
-6
/
+2
2009-06-17
ALSA: hda - Fix memory leak at codec creation
Takashi Iwai
1
-2
/
+0
[next]