index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
pci
/
hda
/
hda_controller.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
ALSA: hda - Skip card registration when no codec is found
Takashi Iwai
1
-0
/
+3
2017-06-28
ALSA: hda - Fix endless loop of codec configure
Takashi Iwai
1
-2
/
+6
2017-01-15
ALSA: hda - Make single_cmd option to stop the fallback mechanism
Takashi Iwai
1
-0
/
+4
2016-09-02
ALSA: constify snd_pcm_ops structures
Julia Lawall
1
-1
/
+1
2016-08-09
ALSA - hda: Add support for link audio time reporting
Guneshwor Singh
1
-1
/
+197
2016-08-09
ALSA - hda: Add support for parsing new HDA capabilities
Guneshwor Singh
1
-0
/
+5
2016-02-26
ALSA: hda - Loop interrupt handling until really cleared
Takashi Iwai
1
-21
/
+26
2015-12-17
ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
Takashi Iwai
1
-5
/
+0
2015-12-17
ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND caps
Takashi Iwai
1
-1
/
+1
2015-12-15
ALSA: hda - Clean up the code to check bdl_pos_adj option
Takashi Iwai
1
-2
/
+1
2015-11-02
ALSA: hda - Fix lost 4k BDL boundary workaround
Takashi Iwai
1
-0
/
+3
2015-10-17
ALSA: hda - Fix bogus codec address check for mixer name assignment
Takashi Iwai
1
-0
/
+1
2015-05-18
ALSA: hda - rename hda_intel_trace.h to hda_controller_trace.h
Libin Yang
1
-1
/
+5
2015-04-29
ALSA: hda - implement link_power ops for i915 display power control
Mengdong Lin
1
-0
/
+11
2015-04-18
ALSA: hda - Replace open codes with snd_hdac_stream_set_params()
Takashi Iwai
1
-19
/
+4
2015-04-17
ALSA: hda - Move prepared flag into struct hdac_stream
Takashi Iwai
1
-4
/
+4
2015-04-16
ALSA: hda - Replace hda_bus_ops with static binding
Takashi Iwai
1
-25
/
+17
2015-04-16
ALSA: hda - Reenable tracepoints for controller
Takashi Iwai
1
-0
/
+6
2015-04-16
ALSA: hda - Move PCM format and rate handling code to core library
Takashi Iwai
1
-2
/
+1
2015-04-16
ALSA: hda - Minor refactoring
Takashi Iwai
1
-3
/
+7
2015-04-16
ALSA: hda - Embed bus into controller object
Takashi Iwai
1
-454
/
+107
2015-04-16
ALSA: hda - Migrate more hdac_stream codes
Takashi Iwai
1
-379
/
+49
2015-04-16
ALSA: hda - Migrate hdac_stream into legacy driver
Takashi Iwai
1
-259
/
+156
2015-04-16
ALSA: hda - Pass bus io_ops directly from the top-level driver
Takashi Iwai
1
-13
/
+13
2015-04-16
ALSA: hda - Move send_cmd / get_response to hdac_bus_ops
Takashi Iwai
1
-9
/
+15
2015-04-16
ALSA: hda - Merge codec and controller helpers
Takashi Iwai
1
-3
/
+0
2015-04-14
ALSA: hda - Handle error from get_response bus ops directly
Takashi Iwai
1
-23
/
+24
2015-03-23
ALSA: hda - Move some codes up to hdac_bus struct
Takashi Iwai
1
-4
/
+4
2015-03-16
Merge branch 'topic/hda-unbind' into for-next
Takashi Iwai
1
-52
/
+27
2015-03-16
Merge branch 'topic/hda-bus' into for-next
Takashi Iwai
1
-43
/
+19
2015-03-13
ALSA: hda - Use shutdown driver ops instead of reboot notifier
Takashi Iwai
1
-26
/
+0
2015-03-09
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+1
2015-03-09
ALSA: hda - Fix regression of HD-audio controller fallback modes
Takashi Iwai
1
-1
/
+1
2015-03-06
Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Takashi Iwai
1
-5
/
+0
2015-03-03
ALSA: hda - Implement unbind more safely
Takashi Iwai
1
-0
/
+3
2015-03-03
ALSA: hda - Don't assume non-NULL PCM ops
Takashi Iwai
1
-11
/
+19
2015-03-03
ALSA: hda - Remove superfluous memory allocation error messages
Takashi Iwai
1
-14
/
+4
2015-03-03
ALSA: hda - Add card field to hda_codec struct
Takashi Iwai
1
-1
/
+1
2015-02-26
ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removal
Takashi Iwai
1
-7
/
+15
2015-02-26
ALSA: hda - Replace bus pm_notify with the standard runtime PM framework
Takashi Iwai
1
-19
/
+0
2015-02-26
ALSA: hda - Drop power_save value indirection in hda_bus
Takashi Iwai
1
-4
/
+1
2015-02-24
ALSA: hda: controller code - do not export static functions
Jaroslav Kysela
1
-5
/
+0
2015-02-23
ALSA: hda - Use standard runtime PM for codec power-save control
Takashi Iwai
1
-1
/
+1
2015-02-23
ALSA: hda - Move codec suspend/resume to codec driver
Takashi Iwai
1
-9
/
+2
2015-02-23
ALSA: hda - Decouple PCM and hwdep devices from codec object
Takashi Iwai
1
-3
/
+0
2015-02-23
Merge branch 'topic/timestamp' into for-next
Takashi Iwai
1
-11
/
+29
2015-02-20
ALSA: hda: replace .wallclock by .get_time_info
Pierre-Louis Bossart
1
-11
/
+29
2015-02-19
ALSA: hda - Split azx_codec_create() to two phases
Takashi Iwai
1
-16
/
+24
2015-02-19
ALSA: hda - Drop azx_mixer_create()
Takashi Iwai
1
-7
/
+0
2015-02-19
ALSA: hda - Fold hda_priv.h into hda_controller.h
Takashi Iwai
1
-1
/
+0
[next]