Home
last modified time | relevance | path

Searched refs:MPD (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in1 # An example configuration file for MPD
7 # This setting controls the top directory which MPD will search to discover the
15 # This setting sets the MPD internal playlist directory. The purpose of this
16 # directory is storage for playlists created by MPD. The server will use
17 # playlist files not created by the server but only if they are in the MPD
22 # This setting sets the location of the MPD database. This file is used to
25 # MPD to accept files over ipc socket (using file:// protocol) or streaming
34 # The special value "syslog" makes MPD use the local syslog daemon. This
46 # most variables to get MPD back into the same general shape it was in before
62 # This setting specifies the user that MPD will run as. MPD should never run as
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda18271c2dd.c58 MPD, MD1, MD2, MD3, enumerator
334 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()
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/xfmpc/
H A Dxfmpc_0.3.1.bb1 SUMMARY = "Music Player Daemon (MPD) client written in GTK+"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dmpd_0.23.16.bb20 SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \