Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/intel/avs/pcm.h
26583 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright(c) 2024 Intel Corporation
4
*
5
* Authors: Cezary Rojewski <[email protected]>
6
* Amadeusz Slawinski <[email protected]>
7
*/
8
9
#ifndef __SOUND_SOC_INTEL_AVS_PCM_H
10
#define __SOUND_SOC_INTEL_AVS_PCM_H
11
12
#include <sound/pcm.h>
13
14
void avs_period_elapsed(struct snd_pcm_substream *substream);
15
16
#endif
17
18