Revision 681fe68448ef370f1d7213cab38013ab8e9d8ff0 authored by Viresh Kumar on 27 August 2020, 05:24:15 UTC, committed by Rafael J. Wysocki on 27 August 2020, 10:51:25 UTC
"cpufreq_driver" is guaranteed to be valid here, no need to check it
here.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 1c50282
Raw File
pcxhr_mixer.h
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Driver for Digigram pcxhr compatible soundcards
 *
 * include file for mixer
 *
 * Copyright (c) 2004 by Digigram <alsa@digigram.com>
 */

#ifndef __SOUND_PCXHR_MIXER_H
#define __SOUND_PCXHR_MIXER_H

/* exported */
int pcxhr_create_mixer(struct pcxhr_mgr *mgr);

#endif /* __SOUND_PCXHR_MIXER_H */
back to top