]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/sound/hdaudio.h
ALSA: hda - Move some codes up to hdac_bus struct
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Mar 2015 22:22:59 +0000 (23:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Mar 2015 12:17:02 +0000 (13:17 +0100)
commitd068ebc25e6e1360510ad8023fe7bca3dacd204e
tree982ba3c4c1aa5f1a647f505d1d0863b926fde605
parente3d280fc6d42017b2379503fbda83655a05294fe
ALSA: hda - Move some codes up to hdac_bus struct

A few basic codes for communicating over HD-audio bus are moved to
struct hdac_bus now.  It has only command and get_response ops in
addition to the unsolicited event handling.

Note that the codec-side tracing support is disabled temporarily
during this transition due to the code shuffling.  It will be
re-enabled later once when all pieces are settled down.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hdaudio.h
sound/hda/Makefile
sound/hda/hdac_bus.c [new file with mode: 0644]
sound/pci/hda/hda_bind.c
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_sysfs.c
sound/pci/hda/patch_conexant.c