blob: 1d6ef39b98bcd1e396b137424f8416d58ff5dc5b [file] [log] [blame]
Angel Pons182dbde2020-04-02 23:49:05 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Duncan Laurie0a7c49e2013-06-20 12:40:55 -07002
3#ifndef LYNXPOINT_HDA_VERB_H
4#define LYNXPOINT_HDA_VERB_H
5
Elyes HAOUASeaf2ae72020-08-03 15:33:49 +02006#include <stdint.h>
Duncan Laurie0a7c49e2013-06-20 12:40:55 -07007
Kevin Paul Herbertbde6d302014-12-24 18:43:20 -08008int hda_codec_detect(u8 *base);
Duncan Laurie0a7c49e2013-06-20 12:40:55 -07009
10#endif