Hi Sebastien,

On 28 January 2012 04:21, Guiriec, Sebastien <s-guir...@ti.com> wrote:
>>>
>> Hi Peter,
>>     I tried the patchset on my 4430 Panda. Playback works ok, but not 
>> Capture.
>> All is get is a hiss.
>>    Is capture supposed to work ? If yes, any amixer settings that need
>> to be done?
>
> Hi Jassi,
>
> With the next update the PandaBoard 4430 is working fine.
> cpu_is_omap4430() macro is not define. We should use cpu_is_omap443x()
> macro in order to select correctly PandaBoard and not PandaBoardES
> board. Due to this error the heaset Mic pin is not enable so record is not
> working (use for Panda 4430 recording).
>
> diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-
> omap2/board-omap4panda.c
> index 5f27387..6a397e9 100644
> --- a/arch/arm/mach-omap2/board-omap4panda.c
> +++ b/arch/arm/mach-omap2/board-omap4panda.c
> @@ -580,7 +580,7 @@ void omap4_panda_display_init(void)
>
>  static void omap4_panda_init_rev(void)
>  {
> -       if (cpu_is_omap4430()) {
> +       if (cpu_is_omap443x()) {
>                /* PandaBoard 4430 */
>                /* ASoC audio configuration */
>                panda_abe_audio_data.card_name = "PandaBoard";
>
Thanks, the patch make it work for Panda-4430 too.

Thanks Peter for the amixer settings.

Cheers,
Jassi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to