···2626#define VOLUME_MIN -570
2727#define VOLUME_MAX 60
28282929+#ifdef COWON_D2
3030+/* FIXME: somehow something was out of sync in the .lang, settings and caps. Keep the
3131+ * cutoffs disabled until someone with the device works it out. */
3232+#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP)
3333+#else
2934#define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | BASS_CUTOFF_CAP | TREBLE_CUTOFF_CAP)
3535+#endif
30363137extern int tenthdb2master(int db);
3238