diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-08-30 17:55:38 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-08-30 17:55:38 +0300 |
commit | 56e91b12688648fc69aa5896dce3190a1a795ef9 (patch) | |
tree | 9fc84c09cb042415247299af9d42ba74156821fc /sound/pci/hda/patch_sigmatel.c | |
parent | 3a182c848946584a241b4ae220359888bb2f5936 (diff) | |
parent | be57bfffb7b5ba72e1293643053f8861fcaa5163 (diff) | |
download | linux-56e91b12688648fc69aa5896dce3190a1a795ef9.tar.xz |
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/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 046705b4691a..d16a25a395c9 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -32,7 +32,7 @@ #include <linux/module.h> #include <sound/core.h> #include <sound/jack.h> -#include "hda_codec.h" +#include <sound/hda_codec.h> #include "hda_local.h" #include "hda_auto_parser.h" #include "hda_beep.h" |