index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
hda_codec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ALSA: hda - Don't assume non-NULL PCM ops
Takashi Iwai
2015-03-03
1
-2
/
+7
*
ALSA: hda - Allocate hda_pcm objects dynamically
Takashi Iwai
2015-03-03
1
-40
/
+76
*
ALSA: hda - Remove superfluous memory allocation error messages
Takashi Iwai
2015-03-03
1
-12
/
+4
*
ALSA: hda - Add card field to hda_codec struct
Takashi Iwai
2015-03-03
1
-15
/
+15
*
ALSA: hda - Split snd_hda_build_pcms()
Takashi Iwai
2015-03-03
1
-43
/
+59
*
ALSA: hda - Remove channel mode helper functions
Takashi Iwai
2015-02-26
1
-82
/
+0
*
ALSA: hda - Power down codec automatically at registration
Takashi Iwai
2015-02-26
1
-2
/
+3
*
ALSA: hda - Replace bus pm_notify with the standard runtime PM framework
Takashi Iwai
2015-02-26
1
-25
/
+8
*
ALSA: hda - Drop power_save value indirection in hda_bus
Takashi Iwai
2015-02-26
1
-16
/
+18
*
ALSA: hda - Use standard runtime PM for codec power-save control
Takashi Iwai
2015-02-23
1
-145
/
+96
*
ALSA: hda - Move codec suspend/resume to codec driver
Takashi Iwai
2015-02-23
1
-60
/
+33
*
ALSA: hda - Bind codecs via standard bus
Takashi Iwai
2015-02-23
1
-291
/
+16
*
ALSA: hda - Avoid unnecessary power-up at mixer amp changes
Takashi Iwai
2015-02-20
1
-17
/
+16
*
ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus
Takashi Iwai
2015-02-17
1
-35
/
+4
*
ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()
Takashi Iwai
2015-02-17
1
-14
/
+1
*
ALSA: hda - using uninitialized data
Dan Carpenter
2014-11-27
1
-1
/
+3
*
ALSA: hda: Deletion of unnecessary checks before two function calls
Markus Elfring
2014-11-17
1
-2
/
+1
*
ALSA: hda - More kerneldoc comments
Takashi Iwai
2014-10-29
1
-14
/
+134
*
ALSA: hda - Correct kerneldoc comments
Takashi Iwai
2014-10-29
1
-4
/
+110
*
ALSA: hda - Pass printf argument directly to request_module()
Takashi Iwai
2014-10-27
1
-6
/
+4
*
ALSA: hda: Use snd_ctl_enum_info()
Takashi Iwai
2014-10-21
1
-17
/
+2
*
ALSA: hda - Move the function "check_amp_caps" to hda_codec.c
David Henningsson
2014-09-23
1
-0
/
+20
*
ALSA: hda - Remove obsoleted snd_hda_check_board_config() & co
Takashi Iwai
2014-08-19
1
-115
/
+0
*
ALSA: hda - Refactor quirk picking and change quirk priority
David Henningsson
2014-07-22
1
-0
/
+1
*
ALSA: hda - Fix invalid function call in snd_hda_add_vmaster()
Takashi Iwai
2014-06-30
1
-2
/
+7
*
ALSA: hda - Kill the rest of snd_print*() usages
Takashi Iwai
2014-06-25
1
-14
/
+21
*
ALSA: hda - Fix registration of beep input device
Takashi Iwai
2014-02-28
1
-1
/
+7
*
ALSA: hda - Replace with standard printk
Takashi Iwai
2014-02-25
1
-69
/
+68
*
ALSA: hda - Add sysfs to codec object, too
Takashi Iwai
2014-02-25
1
-3
/
+8
*
ALSA: hda - Create own device struct for each codec
Takashi Iwai
2014-02-25
1
-3
/
+33
*
ALSA: hda - Manage each codec instance individually
Takashi Iwai
2014-02-25
1
-11
/
+25
*
ALSA: Create sysfs attribute files via groups
Takashi Iwai
2014-02-25
1
-16
/
+0
*
ALSA: hda - Add QEMU codec vendor ID
Takashi Iwai
2014-02-19
1
-0
/
+1
*
ALSA: hda - Remove superfluous inclusion of linux/pci.h
Takashi Iwai
2014-02-15
1
-1
/
+0
*
ALSA: hda - Fix undefined symbol due to builtin/module mixup
Takashi Iwai
2014-02-10
1
-15
/
+15
*
ALSA: hda - Fix leftover ifdef checks after modularization
Takashi Iwai
2014-02-07
1
-3
/
+3
*
ALSA: hda - Apply codec power_filter to FG nodes
Takashi Iwai
2014-01-13
1
-3
/
+9
*
ALSA: hda - Kill EXPORT_SYMBOL_HDA()
Takashi Iwai
2013-12-19
1
-107
/
+107
*
ALSA: hda - Clean up async codec PM using standard async infrastructure
Takashi Iwai
2013-12-06
1
-45
/
+19
*
ALSA: hda - allow a codec to define its own depop delay time
Mengdong Lin
2013-11-29
1
-2
/
+5
*
ALSA: hda - resume codecs in parallel
Mengdong Lin
2013-11-27
1
-6
/
+23
*
ALSA: hda - suspend codecs in parallel
Mengdong Lin
2013-11-27
1
-2
/
+45
*
ALSA: hda - Disable runtime PM when EPSS is unavailable
Takashi Iwai
2013-11-26
1
-2
/
+5
*
ALSA: hda - Refactor pm notification in hda_codec.c
Takashi Iwai
2013-11-26
1
-23
/
+14
*
ALSA: hda - Bind with HDMI codec parser automatically
Takashi Iwai
2013-11-26
1
-0
/
+27
*
ALSA: hda - Split the generic parser as an individual module
Takashi Iwai
2013-11-26
1
-18
/
+49
*
ALSA: hda - Fix unbalanced runtime PM notification at resume
Takashi Iwai
2013-11-20
1
-0
/
+4
*
ALSA: hda - Don't clear the power state at snd_hda_codec_reset()
Takashi Iwai
2013-11-13
1
-3
/
+0
*
ALSA: hda - Add sanity check of vmaster slave dB steps
Takashi Iwai
2013-11-05
1
-4
/
+12
*
ALSA: hda - Fix possible zero-division
Takashi Iwai
2013-11-05
1
-2
/
+7
[prev]
[next]