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_codec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/hda' into for-next
Takashi Iwai
2015-04-29
1
-0
/
+4
|
\
|
*
ALSA: hda - allow a codec to control the link power
Mengdong Lin
2015-04-29
1
-0
/
+4
*
|
Merge branch 'for-4.2' into for-next
Takashi Iwai
2015-04-27
1
-411
/
+10
|
\
\
|
|
/
|
*
ALSA: hda - Replace hda_bus_ops with static binding
Takashi Iwai
2015-04-16
1
-8
/
+4
|
*
ALSA: hda - Move PCM format and rate handling code to core library
Takashi Iwai
2015-04-16
1
-305
/
+0
|
*
ALSA: hda - Embed bus into controller object
Takashi Iwai
2015-04-16
1
-72
/
+0
|
*
ALSA: hda - Pass bus io_ops directly from the top-level driver
Takashi Iwai
2015-04-16
1
-1
/
+2
|
*
ALSA: hda - Move send_cmd / get_response to hdac_bus_ops
Takashi Iwai
2015-04-16
1
-20
/
+2
|
*
ALSA: hda - Add the controller helper codes to hda-core module
Takashi Iwai
2015-04-16
1
-1
/
+1
|
*
ALSA: hda - Handle error from get_response bus ops directly
Takashi Iwai
2015-04-14
1
-10
/
+7
*
|
ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()
Takashi Iwai
2015-04-27
1
-1
/
+2
*
|
ALSA: hda - Fix mute-LED fixed mode
Takashi Iwai
2015-04-27
1
-9
/
+12
*
|
ALSA: hda - Fix regression for slave SPDIF setups
Takashi Iwai
2015-04-16
1
-1
/
+1
|
/
*
ALSA: hda - Work around races of power up/down with runtime PM
Takashi Iwai
2015-04-08
1
-4
/
+4
*
ALSA: hda: fix possible null dereference
Sudip Mukherjee
2015-04-04
1
-3
/
+2
*
ALSA: hda - Use regmap for command verb caches, too
Takashi Iwai
2015-03-23
1
-245
/
+26
*
ALSA: hda - Use regmap for parameter caches, too
Takashi Iwai
2015-03-23
1
-131
/
+13
*
ALSA: hda - Use regmap for amp accesses
Takashi Iwai
2015-03-23
1
-190
/
+25
*
ALSA: hda - Implement uncached version of parameter reads
Takashi Iwai
2015-03-23
1
-2
/
+2
*
ALSA: hda - Add regmap support
Takashi Iwai
2015-03-23
1
-0
/
+1
*
ALSA: hda - Move generic array helpers to core lib
Takashi Iwai
2015-03-23
1
-46
/
+0
*
ALSA: hda - Fix possible runtime PM refcount unbalance
Takashi Iwai
2015-03-23
1
-8
/
+22
*
ALSA: hda - Support indirect execution of verbs
Takashi Iwai
2015-03-23
1
-5
/
+7
*
ALSA: hda - Add widget sysfs tree
Takashi Iwai
2015-03-23
1
-4
/
+2
*
ALSA: hda - Move a part of hda_codec stuff into hdac_device
Takashi Iwai
2015-03-23
1
-345
/
+51
*
ALSA: hda - Move some codes up to hdac_bus struct
Takashi Iwai
2015-03-23
1
-128
/
+63
*
ALSA: hda - Make snd_hda_bus_type public
Takashi Iwai
2015-03-23
1
-0
/
+1
*
ALSA: hda - Support advanced power state controls
Takashi Iwai
2015-03-18
1
-0
/
+4
*
ALSA: hda - Use shutdown driver ops instead of reboot notifier
Takashi Iwai
2015-03-13
1
-18
/
+0
*
ALSA: hda - Release resources in device release callback
Takashi Iwai
2015-03-03
1
-28
/
+23
*
ALSA: hda - Use standard workqueue for unsol and jack events
Takashi Iwai
2015-03-03
1
-21
/
+5
*
ALSA: hda - Build PCMs and controls at codec driver probe
Takashi Iwai
2015-03-03
1
-67
/
+0
*
ALSA: hda - Implement unbind more safely
Takashi Iwai
2015-03-03
1
-33
/
+37
*
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
[next]