|
|
Rockbox mail archiveSubject: Re: RockBox and FM Recorder - Mono Setting?From: Linus Nielsen Feltzing (linus_at_haxx.se) Date: 2003-06-18
Wayne Sherman wrote:
>>Probably the appropriate bits need to be set in a call to
That is not correct. That bit is read only, to see if the stereo is
fmradio_set(2, 0x140884); /* 5kHz, 7.2MHz crystal */
to:
fmradio_set(2, 0x140880); /* 5kHz, 7.2MHz crystal */
This will disable the stereo mode.
Linus
Page was last modified "Jan 10 2012" The Rockbox Crew |