FM clip+ radio: enable stereo indication
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46e1231a44
commit
da4089d836
1 changed files with 2 additions and 2 deletions
|
@ -76,6 +76,7 @@
|
|||
#define READCHAN_READCHAN (0x3ff << 0)
|
||||
#define READCHAN_READCHANr(x) (((x) & READCHAN_READCHAN) >> 0)
|
||||
#define READCHAN_STC (0x1 << 14)
|
||||
#define READCHAN_ST (0x1 << 10)
|
||||
|
||||
/* STATUSRSSI (0xB) */
|
||||
#define STATUSRSSI_RSSI (0x3F << 10)
|
||||
|
@ -251,8 +252,7 @@ static void fmclipplus_set_region(int region)
|
|||
|
||||
static bool fmclipplus_st(void)
|
||||
{
|
||||
/* TODO not implemented yet */
|
||||
return false;
|
||||
return (fmclipplus_read_reg(READCHAN) & READCHAN_ST);
|
||||
}
|
||||
|
||||
/* tuner abstraction layer: set something to the tuner */
|
||||
|
|
Loading…
Reference in a new issue