linux/drivers/media/pci/cobalt/cobalt-alsa.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 *  ALSA interface to cobalt PCM capture streams
 *
 *  Copyright 2014-2015 Cisco Systems, Inc. and/or its affiliates.
 *  All rights reserved.
 */

struct snd_card;

struct snd_cobalt_card {};

int cobalt_alsa_init(struct cobalt_stream *s);
void cobalt_alsa_exit(struct cobalt_stream *s);