index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
patch_ca0132.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-11
ALSA: hda - Fix kerneldoc errors in patch_ca0132.c
Takashi Iwai
1
-5
/
+6
2014-09-16
ALSA: hda - Use standard hda_jack infrastructure for CA0132 driver
Takashi Iwai
1
-42
/
+34
2014-09-11
ALSA: hda - Get rid of action field from struct hda_jack_tbl
Takashi Iwai
1
-7
/
+9
2014-08-10
ALSA: hda/ca0132 - Don't try loading firmware at resume when already failed
Takashi Iwai
1
-1
/
+6
2014-06-25
ALSA: hda - Kill the rest of snd_print*() usages
Takashi Iwai
1
-3
/
+3
2014-02-25
ALSA: hda - Replace with standard printk
Takashi Iwai
1
-105
/
+103
2014-02-25
Merge branch 'for-linus' into HEAD
Takashi Iwai
1
-61
/
+7
2014-02-19
ALSA: hda/ca0132 - Fix recording from mode id 0x8
Hsin-Yu Chao
1
-3
/
+1
2014-02-19
ALSA: hda/ca0132 - setup/cleanup streams
Hsin-Yu Chao
1
-59
/
+7
2014-02-15
ALSA: hda - Remove superfluous inclusion of linux/pci.h
Takashi Iwai
1
-1
/
+0
2013-09-13
ALSA: hda/ca0132: Staticize codec_send_command
Sachin Kamat
1
-1
/
+1
2013-06-28
ALSA: Replace the magic number 44 with const
Takashi Iwai
1
-4
/
+4
2013-04-05
ALSA: hda/ca0132 - Update latency based on DSP state.
Dylan Reid
1
-2
/
+53
2013-04-02
ALSA: hda/ca0132 - Delay HP amp turnon.
Chih-Chung Chang
1
-4
/
+23
2013-03-15
ALSA: hda/ca0132 - Remove extra setting of dsp_state.
Dylan Reid
1
-9
/
+6
2013-03-15
ALSA: hda/ca0132 - Check download state of DSP.
Dylan Reid
1
-2
/
+3
2013-03-15
ALSA: hda/ca0132 - Check if dspload_image succeeded.
Dylan Reid
1
-2
/
+6
2013-03-07
ALSA: hda/ca0132 - Avoid division by zero in dspxfr_one_seg()
Xi Wang
1
-2
/
+6
2013-02-12
ALSA: hda/ca0132 - Add missing \n to debug prints
Takashi Iwai
1
-75
/
+75
2013-02-12
ALSA: hda/ca0132 - Fix type of INVALID_CHIP_ADDRESS
Takashi Iwai
1
-2
/
+2
2013-02-11
ALSA: hda/ca0132 - Slight optimization for build with DSP
Takashi Iwai
1
-0
/
+4
2013-02-10
ALSA: hda - Fix memory leak and error handling in CA0132 DSP loader
Takashi Iwai
1
-3
/
+7
2013-02-10
ALSA: CA0132: Improve the DSP transfer timeout calculations
Ian Minett
1
-16
/
+25
2013-02-07
ALSA: hda - Fix misc compile warnings in patch_ca0132.c
Takashi Iwai
1
-8
/
+6
2013-02-04
ALSA: hda - Add new Kconfig CONFIG_SND_HDA_CODEC_CA0132_DSP
Takashi Iwai
1
-2
/
+2
2013-01-16
ALSA: hda/ca0132 - Make some symbols static
Takashi Iwai
1
-2
/
+2
2013-01-15
ALSA: hda/ca0132 - Fix a wrong comma in snd_printdd() call
Takashi Iwai
1
-1
/
+1
2013-01-15
ALSA: hda/ca0132 - Declare firmware only when really built
Takashi Iwai
1
-0
/
+2
2013-01-15
ALSA: hda/ca0132 - Fix possible invalid DMA channel deallocation
Takashi Iwai
1
-3
/
+3
2013-01-15
ALSA: hda/ca0132 - Fix possible NULL dereference
Takashi Iwai
1
-6
/
+4
2013-01-15
ALSA: hda/ca0132 - Fix another smatch warning
Takashi Iwai
1
-1
/
+1
2013-01-15
ALSA: hda/ca0132 - Fix superfluous unsigned check
Takashi Iwai
1
-1
/
+1
2013-01-15
ALSA: hda/ca0132 - Use snd_hda_set_pin_ctl() helper again
Takashi Iwai
1
-16
/
+10
2013-01-15
Revert "ALSA: hda - Add firmware caching to CA0132 codec"
Takashi Iwai
1
-22
/
+6
2013-01-15
ALSA: hda/ca0132: Fix potential init errors and update module description
Ian Minett
1
-6
/
+8
2013-01-15
ALSA: hda/ca0132: Shuffle to group together related code
Ian Minett
1
-76
/
+76
2013-01-15
ALSA: hda/ca0132: Code shuffle to group similar functions.
Ian Minett
1
-187
/
+188
2013-01-15
ALSA: hda/ca0132: Add tuning controls
Ian Minett
1
-0
/
+289
2013-01-15
ALSA: hda/ca0132: Add unsol handler for DSP and jack detection
Ian Minett
1
-0
/
+142
2013-01-15
ALSA: hda/ca0132: Add PCM enhancements
Ian Minett
1
-13
/
+118
2013-01-15
ALSA: hda/ca0132: Add DSP mixer controls and helpers
Ian Minett
1
-288
/
+544
2013-01-15
ALSA: hda/ca0132: Init chip, DSP effects and mixer settings
Ian Minett
1
-32
/
+700
2013-01-15
ALSA: hda/ca0132: Add new definitions and structs for DSP
Ian Minett
1
-3
/
+442
2012-11-28
ALSA: hda - Remove superfluous zero-clear memset in patch_ca0132.c
Takashi Iwai
1
-1
/
+0
2012-11-28
ALSA: hda - Fix NULL dereference in error path of patch_ca0132.c
Takashi Iwai
1
-4
/
+2
2012-11-28
ALSA: hda - Remove unnecessary struct hda_stream_format from CA0132
Ian Minett
1
-24
/
+20
2012-11-28
ALSA: hda - Update chipio functions and DSP write wait timeout
Ian Minett
1
-36
/
+16
2012-11-28
ALSA: hda - Add comments and descriptions to CA0132 functions
Ian Minett
1
-17
/
+163
2012-11-28
ALSA: hda - Add firmware caching to CA0132 codec
Ian Minett
1
-6
/
+22
2012-11-28
ALSA: hda - Update CA0132 codec to load DSP firmware binary
Ian Minett
1
-4
/
+1605
[next]