index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: hda - Use regmap for command verb caches, too
Takashi Iwai
2015-03-23
9
-309
/
+64
*
ALSA: hda - Use regmap for parameter caches, too
Takashi Iwai
2015-03-23
3
-141
/
+48
*
ALSA: hda - Use regmap for amp accesses
Takashi Iwai
2015-03-23
4
-199
/
+32
*
ALSA: hda - Implement uncached version of parameter reads
Takashi Iwai
2015-03-23
2
-16
/
+16
*
ALSA: hda - Use regmap for codec parameter reads
Takashi Iwai
2015-03-23
1
-1
/
+1
*
ALSA: hda - Add regmap support
Takashi Iwai
2015-03-23
3
-0
/
+6
*
ALSA: hda - Move generic array helpers to core lib
Takashi Iwai
2015-03-23
2
-76
/
+0
*
ALSA: hda - Re-add tracepoints to HD-audio core driver
Takashi Iwai
2015-03-23
2
-120
/
+0
*
ALSA: hda - Fix possible runtime PM refcount unbalance
Takashi Iwai
2015-03-23
4
-8
/
+25
*
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
2
-6
/
+4
*
ALSA: hda - Move a part of hda_codec stuff into hdac_device
Takashi Iwai
2015-03-23
19
-664
/
+323
*
ALSA: hda - Move some codes up to hdac_bus struct
Takashi Iwai
2015-03-23
7
-161
/
+92
*
ALSA: hda - Make snd_hda_bus_type public
Takashi Iwai
2015-03-23
4
-39
/
+21
*
ALSA: hda - Rename power_mgmt flag with power_save_node
Takashi Iwai
2015-03-20
4
-26
/
+26
*
ALSA: hda - Fix power of pins used for mute LED with vrefs
Takashi Iwai
2015-03-20
3
-7
/
+38
*
Merge branch 'topic/hda-power' into for-next
Takashi Iwai
2015-03-20
9
-802
/
+427
|
\
|
*
ALSA: hda - Adjust power of beep widget and outputs
Takashi Iwai
2015-03-18
3
-13
/
+86
|
*
ALSA: hda - Use the new power control for VIA codecs
Takashi Iwai
2015-03-18
1
-650
/
+12
|
*
ALSA: hda - Support advanced power state controls
Takashi Iwai
2015-03-18
5
-48
/
+269
|
*
ALSA: hda - Simplify PCM setup overrides
Takashi Iwai
2015-03-17
2
-91
/
+60
*
|
ALSA: ice1724: ESI W192M: Add sampling rate control of the ADC/DAC
Clément Guedez
2015-03-18
1
-0
/
+107
*
|
ALSA: ice1724: ESI W192M: Add text Line in/Mic for selecting input gain state
Clément Guedez
2015-03-18
1
-4
/
+10
*
|
ALSA: ice1724: ESI W192M: Add TLV support for control value in dB scale
Clément Guedez
2015-03-18
1
-2
/
+18
*
|
ALSA: ice1724: ESI W192M: Enable midi i/o of port envy24 chip as available
Clément Guedez
2015-03-18
1
-1
/
+2
*
|
ALSA: ice1724: ESI W192M: Update eeprom structure to C99 standard
Clément Guedez
2015-03-18
1
-13
/
+13
*
|
ALSA: ice1724: ESI W192M: Correct copy/paste from prodigy driver
Clément Guedez
2015-03-18
1
-2
/
+2
|
/
*
Merge branch 'topic/hda-unbind' into for-next
Takashi Iwai
2015-03-16
21
-449
/
+384
|
\
|
*
ALSA: hda - Use shutdown driver ops instead of reboot notifier
Takashi Iwai
2015-03-13
7
-57
/
+36
|
*
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
6
-36
/
+14
|
*
ALSA: hda - Build PCMs and controls at codec driver probe
Takashi Iwai
2015-03-03
5
-94
/
+17
|
*
ALSA: hda - Implement unbind more safely
Takashi Iwai
2015-03-03
5
-35
/
+43
|
*
ALSA: hda - Don't assume non-NULL PCM ops
Takashi Iwai
2015-03-03
2
-13
/
+26
|
*
ALSA: hda - Allocate hda_pcm objects dynamically
Takashi Iwai
2015-03-03
10
-103
/
+145
|
*
ALSA: hda - Remove superfluous memory allocation error messages
Takashi Iwai
2015-03-03
3
-30
/
+9
|
*
ALSA: hda - Add card field to hda_codec struct
Takashi Iwai
2015-03-03
13
-40
/
+41
|
*
ALSA: hda - Split snd_hda_build_pcms()
Takashi Iwai
2015-03-03
2
-43
/
+60
*
|
Merge branch 'topic/hda-bus' into for-next
Takashi Iwai
2015-03-16
24
-991
/
+572
|
\
|
|
*
ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removal
Takashi Iwai
2015-02-26
2
-8
/
+16
|
*
ALSA: hda - Remove channel mode helper functions
Takashi Iwai
2015-02-26
2
-105
/
+0
|
*
ALSA: hda - Set parent of input beep devices
Takashi Iwai
2015-02-26
1
-0
/
+1
|
*
ALSA: hda - Power down codec automatically at registration
Takashi Iwai
2015-02-26
3
-28
/
+3
|
*
ALSA: hda - Replace bus pm_notify with the standard runtime PM framework
Takashi Iwai
2015-02-26
5
-54
/
+14
|
*
ALSA: hda - Drop power_save value indirection in hda_bus
Takashi Iwai
2015-02-26
6
-32
/
+29
|
*
ALSA: hda - Use standard runtime PM for codec power-save control
Takashi Iwai
2015-02-23
5
-230
/
+106
|
*
ALSA: hda - Move codec suspend/resume to codec driver
Takashi Iwai
2015-02-23
6
-86
/
+39
|
*
ALSA: hda - Bind codecs via standard bus
Takashi Iwai
2015-02-23
17
-478
/
+401
|
*
ALSA: hda - Decouple PCM and hwdep devices from codec object
Takashi Iwai
2015-02-23
3
-7
/
+0
*
|
Merge branch 'for-linus' into for-next
Takashi Iwai
2015-03-16
3
-16
/
+71
|
\
\
[next]