fe2d52cc7d
Nothing in the core has used it for some time. It's exported to the plugin API but the last plugins to use it were switched to the mixer API back in 2011. This allows us to get rid of pcm_play_dma_pause() from all audio drivers Change-Id: Ic3fa02592316f84963e41d792d1cabb436d1ff6b
12 lines
307 B
C
12 lines
307 B
C
#ifndef __FIIOLINUX_CODEC__
|
|
#define __FIIOLINUX_CODEC__
|
|
|
|
#define AUDIOHW_CAPS (FILTER_ROLL_OFF_CAP)
|
|
#define AUDIOHW_HAVE_SHORT2_ROLL_OFF
|
|
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -100, 0, -30)
|
|
AUDIOHW_SETTING(FILTER_ROLL_OFF, "", 0, 1, 0, 4, 0)
|
|
#endif
|
|
|
|
#define AUDIOHW_MUTE_ON_STOP
|
|
|
|
void audiohw_mute(int mute);
|