diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-08-30 16:55:38 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-08-30 16:55:38 +0200 |
commit | 56e91b12688648fc69aa5896dce3190a1a795ef9 (patch) | |
tree | 9fc84c09cb042415247299af9d42ba74156821fc /sound/pci/hda/hda_controller.h | |
parent | ALSA: hda - Clean up jackpoll_ms option handling (diff) | |
parent | ALSA: hda: move hda_codec.h to include/sound (diff) | |
download | linux-56e91b12688648fc69aa5896dce3190a1a795ef9.tar.xz linux-56e91b12688648fc69aa5896dce3190a1a795ef9.zip |
Merge tag 'hda-codec-h-move' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ALSA: Move hda_codec.h to include/sound
For easier sharing with ASoC.
Diffstat (limited to 'sound/pci/hda/hda_controller.h')
-rw-r--r-- | sound/pci/hda/hda_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.h b/sound/pci/hda/hda_controller.h index 33b99839753d..0053b704ddc4 100644 --- a/sound/pci/hda/hda_controller.h +++ b/sound/pci/hda/hda_controller.h @@ -20,7 +20,7 @@ #include <sound/core.h> #include <sound/pcm.h> #include <sound/initval.h> -#include "hda_codec.h" +#include <sound/hda_codec.h> #include <sound/hda_register.h> #define AZX_MAX_CODECS HDA_MAX_CODECS |