Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65a30ab5 authored by Paul McLean's avatar Paul McLean
Browse files

Changed namespace of AlsaParser (and components) to correctly reflect their place

in the directory hierarchy.

Change-Id: I33a5a34a31d5811cfb5167843dc185ba94d236fd
parent 2e465171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.alsascan;
package android.alsa;

import android.util.Slog;
import java.io.BufferedReader;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.alsascan;
package android.alsa;

import android.util.Slog;
import java.io.BufferedReader;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.alsascan;
package android.alsa;

/**
 * @hide
+2 −2
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

package com.android.server.usb;

import android.alsa.AlsaCardsParser;
import android.alsa.AlsaDevicesParser;
import android.content.Context;
import android.content.Intent;
import android.hardware.usb.UsbConfiguration;
@@ -29,8 +31,6 @@ import android.os.Parcelable;
import android.os.UserHandle;
import android.util.Slog;

import com.android.alsascan.AlsaCardsParser;
import com.android.alsascan.AlsaDevicesParser;
import com.android.internal.annotations.GuardedBy;

import java.io.File;