From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathias Krause Subject: [PATCH 3/4] ASoC: rt5670: Constify ACPI device ids and register map Date: Sat, 13 Jun 2015 14:25:15 +0200 Message-ID: <1434198316-8400-4-git-send-email-minipli@googlemail.com> References: <1434198316-8400-1-git-send-email-minipli@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by alsa0.perex.cz (Postfix) with ESMTP id 6004726058A for ; Sat, 13 Jun 2015 14:25:31 +0200 (CEST) Received: by wiga1 with SMTP id a1so36866775wig.0 for ; Sat, 13 Jun 2015 05:25:30 -0700 (PDT) In-Reply-To: <1434198316-8400-1-git-send-email-minipli@googlemail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Liam Girdwood , Mark Brown Cc: Oder Chiou , alsa-devel@alsa-project.org, "Rafael J. Wysocki" , Mathias Krause , Len Brown List-Id: alsa-devel@alsa-project.org Constify the ACPI device ID array and the register map, no need to have them writable at runtime. Also drop the unneeded RT5670_INIT_REG_LEN define. Signed-off-by: Mathias Krause Cc: Oder Chiou Cc: Bard Liao