Searched refs:MPD (Results 1 – 4 of 4) sorted by relevance
1 # An example configuration file for MPD7 # This setting controls the top directory which MPD will search to discover the15 # This setting sets the MPD internal playlist directory. The purpose of this16 # directory is storage for playlists created by MPD. The server will use17 # playlist files not created by the server but only if they are in the MPD22 # This setting sets the location of the MPD database. This file is used to25 # MPD to accept files over ipc socket (using file:// protocol) or streaming34 # The special value "syslog" makes MPD use the local syslog daemon. This46 # most variables to get MPD back into the same general shape it was in before62 # This setting specifies the user that MPD will run as. MPD should never run as[all …]
58 MPD, MD1, MD2, MD3, enumerator334 state->m_Regs[MPD] = PostDiv & 0x77; in CalcMainPLL()339 return UpdateRegs(state, MPD, MD3); in CalcMainPLL()778 state->m_Regs[MPD] = 0xC5; in FixedContentsI2CUpdate()821 state->m_Regs[MPD] = 0xA1; /* Datasheet = 0xA9 */ in FixedContentsI2CUpdate()852 state->m_Regs[MPD] = 0x91; /* Datasheet = 0x91 */ in FixedContentsI2CUpdate()1013 state->m_Regs[MPD] &= ~0x80; in ChannelConfiguration()1015 state->m_Regs[MPD] |= 0x80; /* Add IF_notch for digital */ in ChannelConfiguration()1065 state->m_Regs[MPD] = (state->m_Regs[MPD] & ~0x7F) | (PostDiv & 0x77); in ChannelConfiguration()1066 status = UpdateReg(state, MPD); in ChannelConfiguration()
1 SUMMARY = "Music Player Daemon (MPD) client written in GTK+"
20 SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \