index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/snd_card_new-err' into for-linus
Takashi Iwai
2009-03-24
1
-4
/
+4
|
\
|
*
ALSA: Convert to snd_card_create() in other sound/*
Takashi Iwai
2009-01-12
1
-4
/
+4
*
|
ASoC: Only register AC97 bus if it's not done already
Mark Brown
2009-02-13
1
-1
/
+4
*
|
ASoC: Merge the soc_value_enum to soc_enum struct
Peter Ujfalusi
2009-01-08
1
-35
/
+2
|
/
*
ASoC: New enum type: value_enum
Peter Ujfalusi
2009-01-05
1
-0
/
+107
*
ASoC: Clean up kerneldoc warnings
Mark Brown
2009-01-01
1
-22
/
+24
*
ASoC: Add codec registration API
Mark Brown
2008-12-10
1
-0
/
+43
*
ALSA: ASoC - Fix wrong section types
Takashi Iwai
2008-12-10
1
-1
/
+1
*
ASoC: Wait for non-AC97 codec DAIs before instantiating
Mark Brown
2008-12-09
1
-1
/
+26
*
ASoC: Initial framework for dynamic card instantiation
Mark Brown
2008-12-09
1
-20
/
+79
*
ASoC: Add platform registration API
Mark Brown
2008-12-09
1
-0
/
+38
*
ASoC: Add DAI registration API
Mark Brown
2008-12-09
1
-0
/
+83
*
ASoC: Add card registration API
Mark Brown
2008-12-09
1
-0
/
+62
*
ASoC: Remove platform device from DAI suspend and resume operations
Mark Brown
2008-12-03
1
-4
/
+4
*
ASoC: Remove device from platform suspend and resume operations
Mark Brown
2008-12-03
1
-2
/
+2
*
ASoC: Push debugfs files out of the snd_soc_device structure
Mark Brown
2008-12-03
1
-32
/
+41
*
ASoC: Push platform registration down into the card
Mark Brown
2008-12-02
1
-19
/
+25
*
ASoC: Push workqueue data into snd_soc_card
Mark Brown
2008-12-02
1
-13
/
+20
*
ASoC: Annotate core removal function
Mark Brown
2008-12-01
1
-1
/
+1
*
ASoC: Rename snd_soc_register_card() to snd_soc_init_card()
Mark Brown
2008-12-01
1
-3
/
+3
*
Merge branch 'upstream' into topic/asoc
Takashi Iwai
2008-12-01
1
-2
/
+2
|
\
|
*
-
.
Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linus
Takashi Iwai
2008-11-03
1
-2
/
+2
|
|
\
\
|
|
*
|
sound: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-11-03
1
-2
/
+2
*
|
|
|
ASoC: Clean up kernel-doc for snd_soc_dai_set_fmt
Qinghuang Feng
2008-11-25
1
-1
/
+0
*
|
|
|
ASoC: Lower priority of resume work logging
Mark Brown
2008-11-24
1
-4
/
+4
*
|
|
|
ASoC: Remove DAI type information
Mark Brown
2008-11-24
1
-23
/
+8
*
|
|
|
ASoC: Merge snd_soc_ops into snd_soc_dai_ops
Mark Brown
2008-11-21
1
-37
/
+37
*
|
|
|
ASoC: Rename snd_soc_card to snd_soc_machine
Mark Brown
2008-11-21
1
-45
/
+45
*
|
|
|
ASoC: Remove core version number
Mark Brown
2008-11-05
1
-1
/
+0
*
|
|
|
Merge branch 'topic/fix/asoc' into topic/asoc
Takashi Iwai
2008-10-31
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
ALSA: ASoC: Fix mono controls after conversion to support full int masks
Mark Brown
2008-10-30
1
-1
/
+1
|
|
/
/
*
|
|
ASoC: Convert core to use standard debug print macros
Mark Brown
2008-10-30
1
-22
/
+14
*
|
|
ASoC: Fix handling of DAPM suspend work
Mark Brown
2008-10-30
1
-32
/
+23
*
|
|
ASoC: Allow setting codec register with debugfs filesystem
Troy Kisky
2008-10-30
1
-3
/
+113
|
/
/
*
|
ALSA: ASoC: update email address for Liam Girdwood
Liam Girdwood
2008-10-13
1
-3
/
+2
|
/
*
ALSA: ASoC: Use codec digital mute when stopping playback
Mark Brown
2008-09-09
1
-0
/
+6
*
ALSA: ASoC: convert use of uint to unsigned int
Jon Smirl
2008-07-29
1
-24
/
+24
*
ALSA: ASoC: Rename mask to max to reflect usage
Jon Smirl
2008-07-29
1
-10
/
+10
*
ALSA: ASoC: Convert bitfields in ASoC into full int width
Jon Smirl
2008-07-29
1
-34
/
+52
*
ALSA: ASoC: Allow codecs to override register display
Mark Brown
2008-07-29
1
-3
/
+23
*
ALSA: asoc: core - add Digital Audio Interface (DAI) control functions.
Liam Girdwood
2008-07-10
1
-8
/
+132
*
ALSA: asoc: core - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.
Liam Girdwood
2008-07-10
1
-25
/
+25
*
ALSA: ASoC: fix PM=n build
Randy Dunlap
2008-06-18
1
-0
/
+2
*
ALSA: ASoC: Don't block system resume
Andy Green
2008-06-16
1
-3
/
+43
*
ALSA: ASoC: Pass the DAI being configured into CPU DAI probe and remove
Mark Brown
2008-06-13
1
-3
/
+3
*
[ALSA] ASoC: Add SOC_DOUBLE_S8_TLV control type
Mark Brown
2008-05-29
1
-0
/
+72
*
[ALSA] ASoC: core checkpatch cleanups
Mark Brown
2008-05-19
1
-46
/
+54
*
[ALSA] ASoC: Clarify API for bias configuration
Mark Brown
2008-05-19
1
-12
/
+13
*
[ALSA] ASoC: Remove in-code changelogs
Mark Brown
2008-05-19
1
-4
/
+0
*
[ALSA] sound: fix platform driver hotplug/coldplug
Kay Sievers
2008-04-24
1
-0
/
+2
[next]