d4a620e85a
Change-Id: I1edbb8e71a9c73baaeecb01b66cbee6c3f7b5f8f
10 lines
193 B
C
10 lines
193 B
C
#ifndef __ROCKER_CODEC__
|
|
#define __ROCKER_CODEC__
|
|
|
|
#define AUDIOHW_CAPS 0
|
|
AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -127, 0, -30)
|
|
#endif
|
|
|
|
#define AUDIOHW_MUTE_ON_PAUSE
|
|
|
|
void audiohw_mute(int mute);
|