blob: 62affd08a46e8aea6cbd5ffd7372c4c84911e281 [file] [edit]
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Google Whitechapel AoC ALSA Driver
*
* Copyright (c) 2021 Google LLC
*/
#ifndef AOC_ALSA_PATH_H
#define AOC_ALSA_PATH_H
#define BE_MAP_SZ(x) ARRAY_SIZE(((struct be_path_cache *)0)->x)
struct be_path_cache {
DECLARE_BITMAP(fe_put_mask, IDX_FE_MAX);
bool on;
};
bool aoc_alsa_usb_playback_enabled(void);
bool aoc_alsa_usb_capture_enabled(void);
#endif