index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALSA: hda - Split snd_hda_build_pcms()
Takashi Iwai
2015-03-03
2
-43
/
+60
*
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 'topic/timestamp' into for-next
Takashi Iwai
2015-02-23
7
-55
/
+444
|
\
|
*
ALSA: bump PCM protocol to 2.0.13
Pierre-Louis Bossart
2015-02-20
1
-1
/
+1
|
*
ALSA: core: remove .wall_clock
Pierre-Louis Bossart
2015-02-20
1
-2
/
+0
|
*
ALSA: hda: replace .wallclock by .get_time_info
Pierre-Louis Bossart
2015-02-20
1
-11
/
+29
|
*
ALSA: core: add .get_time_info
Pierre-Louis Bossart
2015-02-20
3
-29
/
+87
|
*
ALSA: core: pass audio tstamp config from userspace in compat mode
Pierre-Louis Bossart
2015-02-20
1
-5
/
+23
|
*
ALSA: core: pass audio tstamp config from userspace
Pierre-Louis Bossart
2015-02-20
1
-3
/
+14
|
*
ALSA: core: selection of audio_tstamp type and accuracy reports
Pierre-Louis Bossart
2015-02-20
3
-4
/
+290
*
|
Merge branch 'topic/pcm-internal' into for-next
Takashi Iwai
2015-02-23
1
-51
/
+41
|
\
\
|
*
|
ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect()
Takashi Iwai
2015-02-20
1
-5
/
+2
|
*
|
ALSA: pcm: Don't notify internal PCMs
Takashi Iwai
2015-02-20
1
-5
/
+8
|
*
|
ALSA: pcm: Don't add internal PCMs to PCM device list
Takashi Iwai
2015-02-20
1
-15
/
+16
|
*
|
ALSA: pcm: Minor refactoring in snd_pcm_attach_substream()
Takashi Iwai
2015-02-20
1
-26
/
+15
|
|
/
*
|
Merge branch 'topic/hda-cleanup' into for-next
Takashi Iwai
2015-02-23
10
-568
/
+493
|
\
\
|
*
|
ALSA: hda - Avoid unnecessary power-up at mixer amp changes
Takashi Iwai
2015-02-20
1
-17
/
+16
|
*
|
ALSA: hda - Split azx_codec_create() to two phases
Takashi Iwai
2015-02-19
4
-23
/
+36
|
*
|
ALSA: hda - Drop azx_mixer_create()
Takashi Iwai
2015-02-19
4
-10
/
+2
|
*
|
ALSA: hda - Fold hda_priv.h into hda_controller.h
Takashi Iwai
2015-02-19
7
-415
/
+392
|
*
|
ALSA: hda - Introduce azx_has_pm_runtime() macro
Takashi Iwai
2015-02-19
3
-9
/
+10
|
*
|
ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus
Takashi Iwai
2015-02-17
3
-54
/
+15
|
*
|
ALSA: hda - Drop hda_bus_template for snd_hda_bus_new()
Takashi Iwai
2015-02-17
3
-50
/
+32
*
|
|
Merge branch 'topic/uapi-fix' into for-next
Takashi Iwai
2015-02-23
4
-2
/
+11
|
\
\
\
|
*
|
|
include/uapi/sound/emu10k1.h: include sound/asound.h
Mikko Rapeli
2015-02-17
1
-2
/
+1
|
*
|
|
include/uapi/sound/asequencer.h: include sound/asound.h
Mikko Rapeli
2015-02-17
1
-0
/
+1
|
*
|
|
include/uapi/sound/asound.h: include stdlib.h in userspace
Mikko Rapeli
2015-02-17
1
-0
/
+3
|
*
|
|
hdspm.h: include stdint.h in userspace
Mikko Rapeli
2015-02-17
1
-0
/
+6
*
|
|
|
Merge branch 'topic/seq-cleanup' into for-next
Takashi Iwai
2015-02-23
12
-576
/
+256
|
\
\
\
\
|
*
|
|
|
ALSA: seq: Drop snd_seq_autoload_lock() and _unlock()
Takashi Iwai
2015-02-12
5
-41
/
+10
|
*
|
|
|
ALSA: seq: Define driver object in each driver
Takashi Iwai
2015-02-12
10
-191
/
+124
|
*
|
|
|
ALSA: seq: Clean up device and driver structs
Takashi Iwai
2015-02-12
2
-33
/
+16
|
*
|
|
|
ALSA: seq: Rewrite sequencer device binding with standard bus
Takashi Iwai
2015-02-12
2
-374
/
+170
|
*
|
|
|
ALSA: seq: Don't compile snd_seq_device_load_drivers() for built-in
Takashi Iwai
2015-02-12
2
-6
/
+7
|
*
|
|
|
ALSA: seq: Move EXPORT_SYMBOL() after each function
Takashi Iwai
2015-02-12
1
-10
/
+8
*
|
|
|
|
Merge branch 'topic/cleanup' into for-next
Takashi Iwai
2015-02-23
2
-115
/
+40
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
ALSA: hdspm - DRY cleanup of snd_pcm_ops
Adrian Knoth
2015-02-17
1
-15
/
+3
|
*
|
|
|
ALSA: hdspm - DRY cleanup in .release callback
Adrian Knoth
2015-02-17
1
-18
/
+11
|
*
|
|
|
ALSA: hdspm - DRY cleanup in .open callbacks
Adrian Knoth
2015-02-17
1
-76
/
+24
|
*
|
|
|
ALSA: Consolidate snd_find_free_minor()
Takashi Iwai
2015-02-17
1
-9
/
+5
*
|
|
|
|
ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safely
Takashi Sakamoto
2015-02-23
6
-28
/
+15
[next]