index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
hda_codec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-02
ALSA: hda - Fix obsolete CONFIG_SND_DEBUG_DETECT
Takashi Iwai
1
-1
/
+1
2009-08-03
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-1
/
+1
2009-08-03
ALSA: hda: track CIRB/CORB command/response states for each codec
Wu Fengguang
1
-1
/
+1
2009-07-30
Merge branch 'topic/hda-cirrus' into topic/hda
Takashi Iwai
1
-0
/
+1
2009-07-27
ALSA: hda - Add exception for volume-knob in snd_hda_get_connections()
Takashi Iwai
1
-1
/
+4
2009-07-27
ALSA: hda - Introduce get_wcaps_type() macro
Takashi Iwai
1
-6
/
+3
2009-07-22
ALSA: hda-intel: Cleanups for widget connection list handling
Jaroslav Kysela
1
-0
/
+6
2009-07-22
ALSA: hda - Reduce click noise at power-saving
Takashi Iwai
1
-2
/
+7
2009-07-19
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-0
/
+6
2009-07-19
ALSA: hda_codec: Check for invalid zero connections
Jaroslav Kysela
1
-0
/
+6
2009-07-17
ALSA: hda - Fix the previous sanity check in make_codec_cmd()
Takashi Iwai
1
-2
/
+2
2009-07-17
ALSA: hda - add bounds checking for the codec command fields
Wu Fengguang
1
-1
/
+11
2009-07-10
ALSA: hda - Check codec errors in snd_hda_get_connections()
Takashi Iwai
1
-1
/
+6
2009-07-04
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-4
/
+10
2009-07-03
ALSA: hda - Don't override maxbps for FLOAT sharing with linear formats
Takashi Iwai
1
-2
/
+3
2009-07-03
ALSA: hda - Avoid invalid formats and rates with shared SPDIF
Takashi Iwai
1
-4
/
+10
2009-07-01
ALSA: hda - Add Cirrus Logic CS420x support
Takashi Iwai
1
-0
/
+1
2009-07-01
ALSA: hda - Allow FLOAT PCM format
Takashi Iwai
1
-3
/
+3
2009-06-24
ALSA: hda - Don't call snd_hda_codec_configure in snd_hda_codec_new()
Takashi Iwai
1
-6
/
+2
2009-06-17
ALSA: hda - Fix memory leak at codec creation
Takashi Iwai
1
-2
/
+0
2009-06-02
ALSA: hda - Limit codec-verb retry to limited hardwares
Takashi Iwai
1
-10
/
+2
2009-06-02
ALSA: hda - Add codec bus reset and verb-retry at critical errors
Takashi Iwai
1
-16
/
+16
2009-05-26
ALSA: hda - Support sync after writing a verb
Takashi Iwai
1
-52
/
+61
2009-05-16
ALSA: hda - Split codec->name to vendor and chip name strings
Takashi Iwai
1
-12
/
+24
2009-04-21
ALSA: hda - minor optimization in hda_set_power_state()
Takashi Iwai
1
-2
/
+3
2009-04-21
Merge branch 'topic/hda-cache' into topic/hda
Takashi Iwai
1
-40
/
+74
2009-04-21
ALSA: hda - Retry codec-verbs at errors
Takashi Iwai
1
-4
/
+13
2009-04-21
ALSA: hda - Cache PCM and STREAM parameters queries
Takashi Iwai
1
-36
/
+61
2009-04-21
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-3
/
+5
2009-04-17
ALSA: hda - Set function_id only on FG nodes
Takashi Iwai
1
-3
/
+5
2009-04-16
ALSA: hda - Check strcpy length
Takashi Iwai
1
-0
/
+2
2009-04-16
ALSA: hda - Add Creative CA0110-IBG support
Takashi Iwai
1
-0
/
+1
2009-04-15
ALSA: hda - Fix the cmd cache keys for amp verbs
Takashi Iwai
1
-1
/
+5
2009-03-23
ALSA: hda - Use cached calls to get widget caps and pin caps
Takashi Iwai
1
-2
/
+1
2009-03-23
ALSA: hda - Cache pin-cap values
Takashi Iwai
1
-0
/
+16
2009-03-23
ALSA: hda - Add function id to proc output
Pascal de Bruijn
1
-3
/
+3
2009-03-18
ALSA: snd-hda-intel - add checks for invalid values to *query_supported_pcm()
Jaroslav Kysela
1
-8
/
+25
2009-03-13
ALSA: hda - power up before codec initialization
Takashi Iwai
1
-7
/
+8
2009-03-06
ALSA: hda - Allow slave controls with non-zero indices
Takashi Iwai
1
-8
/
+13
2009-03-03
ALSA: hda - Fix gcc compile warning
Takashi Iwai
1
-6
/
+4
2009-03-02
ALSA: hda - Don't return a fatal error at PCM-creation errors
Takashi Iwai
1
-5
/
+17
2009-03-02
ALSA: hda - Revert the codec probe at control-creation errors
Takashi Iwai
1
-4
/
+10
2009-03-02
ALSA: hda - Intialize more codec fields in snd_hda_codec_reset()
Takashi Iwai
1
-0
/
+3
2009-02-23
ALSA: hda - Add pseudo device-locking for clear/reconfig
Takashi Iwai
1
-4
/
+50
2009-02-23
ALSA: hda - Make user_pin overriding the driver setup
Takashi Iwai
1
-4
/
+12
2009-02-23
ALSA: hda - Rename {override,cur}_pin with {user,driver}_pin
Takashi Iwai
1
-9
/
+9
2009-02-23
ALSA: hda - Use snd_hda_codec_get_pincfg() in the rest places
Takashi Iwai
1
-2
/
+1
2009-02-20
ALSA: hda - Add generic pincfg initialization
Takashi Iwai
1
-9
/
+142
2009-02-13
Merge branch 'fix/hda' into topic/hda
Takashi Iwai
1
-0
/
+10
2009-02-13
ALSA: hda - Add snd_hda_multi_out_dig_cleanup()
Takashi Iwai
1
-0
/
+10
[next]