index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/firewire' into for-next
Takashi Iwai
2014-05-27
37
-463
/
+8167
|
\
|
*
ALSA: bebob: Improve comments about stream format
Takashi Sakamoto
2014-05-27
1
-1
/
+1
|
*
ALSA: bebob: Remove meaningless mutex_unlock()
Takashi Sakamoto
2014-05-27
1
-1
/
+0
|
*
ALSA: bebob: Add static specifier to identifier with file scope
Takashi Sakamoto
2014-05-27
3
-6
/
+6
|
*
ALSA: bebob: Use different names for identifiers in the same file
Takashi Sakamoto
2014-05-27
1
-3
/
+3
|
*
ALSA: fireworks/bebob: Improve indentation
Takashi Sakamoto
2014-05-27
2
-4
/
+4
|
*
ALSA: fireworks/bebob: Add suffix for long long integer literal
Takashi Sakamoto
2014-05-27
4
-16
/
+16
|
*
ALSA: fireworks/bebob: Use the same type of variables as function parameters
Takashi Sakamoto
2014-05-27
2
-3
/
+4
|
*
ALSA: fireworks/bebob: Change type of argument for sampling rate
Takashi Sakamoto
2014-05-27
4
-4
/
+4
|
*
ALSA: fireworks: Use the same prototype for functions as actual declaration
Takashi Sakamoto
2014-05-27
1
-1
/
+2
|
*
ALSA: fireworks: Fix wrong value as argument for PTR_ERR()
Takashi Sakamoto
2014-05-27
1
-1
/
+1
|
*
ALSA: firewire-lib: Fix sparse warning of incorrect type in assignment
Takashi Sakamoto
2014-05-27
1
-1
/
+3
|
*
ALSA: firewire-lib: Use ARRAY_SIZE() instead of sizeof() for correct loop limit
Takashi Sakamoto
2014-05-27
1
-2
/
+2
|
*
ALSA: firewire/bebob: Add a workaround for M-Audio special Firewire series
Takashi Sakamoto
2014-05-26
2
-4
/
+29
|
*
ALSA: bebob: Send a cue to load firmware for M-Audio Firewire series
Takashi Sakamoto
2014-05-26
3
-9
/
+79
|
*
ALSA: bebob: Add a quirk of data blocks for MIDI messages for some M-Audio de...
Takashi Sakamoto
2014-05-26
1
-0
/
+7
|
*
ALSA: bebob/firewire-lib: Add a quirk of wrong dbc in empty packet for M-Audi...
Takashi Sakamoto
2014-05-26
3
-0
/
+14
|
*
ALSA: bebob: Add support for M-Audio special Firewire series
Takashi Sakamoto
2014-05-26
5
-11
/
+609
|
*
ALSA: bebob: Add support for M-Audio usual Firewire series
Takashi Sakamoto
2014-05-26
6
-3
/
+240
|
*
ALSA: bebob: Add support for Focusrite Saffire/SaffirePro series
Takashi Sakamoto
2014-05-26
5
-2
/
+314
|
*
ALSA: bebob: Add support for Yamaha GO series
Takashi Sakamoto
2014-05-26
5
-1
/
+59
|
*
ALSA: bebob: Add support for Terratec PHASE, EWS series and Aureon
Takashi Sakamoto
2014-05-26
5
-1
/
+87
|
*
ALSA: bebob: Prepare for device specific operations
Takashi Sakamoto
2014-05-26
7
-42
/
+230
|
*
ALSA: bebob: Add hwdep interface
Takashi Sakamoto
2014-05-26
8
-7
/
+292
|
*
ALSA: bebob: Add PCM interface
Takashi Sakamoto
2014-05-26
5
-0
/
+379
|
*
ALSA: bebob: Add MIDI interface
Takashi Sakamoto
2014-05-26
5
-1
/
+161
|
*
ALSA: bebob: Add proc interface for debugging purpose
Takashi Sakamoto
2014-05-26
4
-1
/
+157
|
*
ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus reset
Takashi Sakamoto
2014-05-26
4
-8
/
+60
|
*
ALSA: bebob: Add commands and connections/streams management
Takashi Sakamoto
2014-05-26
5
-2
/
+1208
|
*
ALSA: bebob: Add skelton for BeBoB based devices
Takashi Sakamoto
2014-05-26
5
-0
/
+389
|
*
ALSA: fireworks: Add command/response functionality into hwdep interface
Takashi Sakamoto
2014-05-26
6
-48
/
+328
|
*
ALSA: fireworks: Add hwdep interface
Takashi Sakamoto
2014-05-26
8
-6
/
+292
|
*
ALSA: fireworks: Add PCM interface
Takashi Sakamoto
2014-05-26
6
-34
/
+404
|
*
ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-stream
Takashi Sakamoto
2014-05-26
3
-1
/
+12
|
*
ALSA: fireworks: Add MIDI interface
Takashi Sakamoto
2014-05-26
5
-1
/
+159
|
*
ALSA: fireworks: Add proc interface for debugging purpose
Takashi Sakamoto
2014-05-26
4
-1
/
+243
|
*
ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus ...
Takashi Sakamoto
2014-05-26
3
-1
/
+8
|
*
ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbc
Takashi Sakamoto
2014-05-26
5
-4
/
+19
|
*
ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packets
Takashi Sakamoto
2014-05-26
5
-0
/
+13
|
*
ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbc
Takashi Sakamoto
2014-05-26
3
-2
/
+18
|
*
ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0
Takashi Sakamoto
2014-05-26
3
-3
/
+10
|
*
ALSA: fireworks: Add connection and stream management
Takashi Sakamoto
2014-05-26
4
-2
/
+441
|
*
ALSA: fireworks: Add transaction and some commands
Takashi Sakamoto
2014-05-26
6
-7
/
+751
|
*
ALSA: fireworks: Add skelton for Fireworks based devices
Takashi Sakamoto
2014-05-26
5
-0
/
+240
|
*
ALSA: firewire-lib: Add some AV/C general commands
Takashi Sakamoto
2014-05-26
5
-49
/
+194
|
*
ALSA: firewire-lib: Add support for deferred transaction
Takashi Sakamoto
2014-05-26
1
-7
/
+28
|
*
ALSA: firewire-lib: Add a new function to check others' connection
Takashi Sakamoto
2014-05-26
2
-0
/
+19
|
*
ALSA: firewire-lib: Add handling output connection by CMP
Takashi Sakamoto
2014-05-26
1
-9
/
+90
|
*
ALSA: firewire-lib: Add 'direction' member to 'cmp_connection' structure
Takashi Sakamoto
2014-05-26
3
-1
/
+9
|
*
ALSA: firewire-lib: Rename macros, variables and functions for CMP
Takashi Sakamoto
2014-05-26
2
-48
/
+49
[next]