* slider light color temperature
*/
-#define PCH_SINK "alsa_output.pci-0000_00_1f.3.analog-stereo"
+#define PCH_SINK "alsa_output.pci-0000_07_00.6.analog-stereo"
#define BT_SINK "bluez_sink.CC_98_8B_D0_8C_06.a2dp_sink"
#define LOGI_SOURCE "alsa_input.usb-046d_Logitech_Webcam_C925e_EF163C5F-02.analog-stereo"
static void notify_ir(const char *key)
{
- msg(L_INFO, "Received IR key %s", key);
+ DBG("Received IR key %s", key);
// Lights
if (!strcmp(key, "preset+"))
else if (!strcmp(key, "next-song"))
mpd_next();
else if (!strcmp(key, "rewind"))
- update_sink_from_rotary(-5, PCH_SINK);
+ update_sink_from_rotary(-2, PCH_SINK);
else if (!strcmp(key, "ffwd"))
- update_sink_from_rotary(5, PCH_SINK);
+ update_sink_from_rotary(2, PCH_SINK);
}
void notify_mqtt(const char *topic, const char *val)