blob: 1199d25ea16ff7a09f5df23c69edd4dbaf7cf9d8 [file] [log] [blame]
/*
* sound/soc/amlogic/auge/card.h
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#ifndef __AML_CARD_H_
#define __AML_CARD_H_
#include <sound/soc.h>
#include "card_utils.h"
struct aml_card_info {
const char *name;
const char *card;
const char *codec;
const char *platform;
unsigned int daifmt;
struct aml_dai cpu_dai;
struct aml_dai codec_dai;
};
#endif /* __AML_CARD_H_ */