/* * max98095.c -- MAX98095 ALSA SoC Audio driver * * Copyright 2011 Maxim Integrated Products * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "max98095.h" static const u8 max98095_reg_def[M98095_REG_CNT] = { 0x00, /* 00 */ 0x00, /* 01 */ 0x00, /* 02 */ 0x00, /* 03 */ 0x00, /* 04 */ 0x00, /* 05 */ 0x00, /* 06 */ 0x00, /* 07 */ 0x00, /* 08 */ 0x00, /* 09 */ 0x00, /* 0A */ 0x00, /* 0B */ 0x00, /* 0C */ 0x00, /* 0D */ 0x00, /* 0E */ 0x00, /* 0F */ 0x00, /* 10 */ 0x00, /* 11 */ 0x00, /* 12 */ 0x00, /* 13 */ 0x00, /* 14 */ 0x00, /* 15 */ 0x00, /* 16 */ 0x00, /* 17 */ 0x00, /* 18 */ 0x00, /* 19 */ 0x00, /* 1A */ 0x00, /* 1B */ 0x00, /* 1C */ 0x00, /* 1D */ 0x00, /* 1E */ 0x00, /* 1F */ 0x00, /* 20 */ 0x00, /* 21 */ 0x00, /* 22 */ 0x00, /* 23 */ 0x00, /* 24 */ 0x00, /* 25 */ 0x00, /* 26 */ 0x00, /* 27 */ 0x00, /* 28 */ 0x00, /* 29 */ 0x00, /* 2A */ 0x00, /* 2B */ 0x00, /* 2C */ 0x00, /* 2D */ 0x00, /* 2E */ 0x00, /* 2F */ 0x00, /* 30 */ 0x00, /* 31 */ 0x00, /* 32 */ 0x00, /* 33 */ 0x00, /* 34 */ 0x00, /* 35 */ 0x00, /* 36 */ 0x00, /* 37 */ 0x00, /* 38 */ 0x00, /* 39 */ 0x00, /* 3A */ 0x00, /* 3B */ 0x00, /* 3C */ 0x00, /* 3D */ 0x00, /* 3E */ 0x00, /* 3F */ 0x00, /* 40 */ 0x00, /* 41 */ 0x00, /* 42 */ 0x00, /* 43 */ 0x00, /* 44 */ 0x00, /* 45 */ 0x00, /* 46 */ 0x00, /* 47 */ 0x00, /* 48 */ 0x00, /* 49 */ 0x00, /* 4A */ 0x00, /* 4B */ 0x00, /* 4C */ 0x00, /* 4D */ 0x00, /* 4E */ 0x00, /* 4F */ 0x00, /* 50 */ 0x00, /* 51 */ 0x00, /* 52 */ 0x00, /* 53 */ 0x00, /* 54 */ 0x00, /* 55 */ 0x00, /* 56 */ 0x00, /* 57 */ 0x00, /* 58 */ 0x00, /* 59 */ 0x00, /* 5A */ 0x00, /* 5B */ 0x00, /* 5C */ 0x00, /* 5D */ 0x00, /* 5E */ 0x00, /* 5F */ 0x00, /* 60 */ 0x00, /* 61 */ 0x00, /* 62 */ 0x00, /* 63 */ 0x00, /* 64 */ 0x00, /* 65 */ 0x00, /* 66 */ 0x00, /* 67 */ 0x00, /* 68 */ 0x00, /* 69 */ 0x00, /* 6A */ 0x00, /* 6B */ 0x00, /* 6C */ 0x00, /* 6D */ 0x00, /* 6E */ 0x00, /* 6F */ 0x00, /* 70 */ 0x00, /* 71 */ 0x00, /* 72 */ 0x00, /* 73 */ 0x00, /* 74 */ 0x00, /* 75 */ 0x00, /* 76 */ 0x00, /* 77 */ 0x00, /* 78 */ 0x00, /* 79 */ 0x00, /* 7A */ 0x00, /* 7B */ 0x00, /* 7C */ 0x00, /* 7D */ 0x00, /* 7E */ 0x00, /* 7F */ 0x00, /* 80 */ 0x00, /* 81 */ 0x00, /* 82 */ 0x00, /* 83 */ 0x00, /* 84 */ 0x00, /* 85 */ 0x00, /* 86 */ 0x00, /* 87 */ 0x00, /* 88 */ 0x00, /* 89 */ 0x00, /* 8A */ 0x00, /* 8B */ 0x00, /* 8C */ 0x00, /* 8D */ 0x00, /* 8E */ 0x00, /* 8F */ 0x00, /* 90 */ 0x00, /* 91 */ 0x30, /* 92 */ 0xF0, /* 93 */ 0x00, /* 94 */ 0x00, /* 95 */ 0x3F, /* 96 */ 0x00, /* 97 */ 0x00, /* 98 */ 0x00, /* 99 */ 0x00, /* 9A */ 0x00, /* 9B */ 0x00, /* 9C */ 0x00, /* 9D */ 0x00, /* 9E */ 0x00, /* 9F */ 0x00, /* A0 */ 0x00, /* A1 */ 0x00, /* A2 */ 0x00, /* A3 */ 0x00, /* A4 */ 0x00, /* A5 */ 0x00, /* A6 */ 0x00, /* A7 */ 0x00, /* A8 */ 0x00, /* A9 */ 0x00, /* AA */ 0x00, /* AB */ 0x00, /* AC */ 0x00, /* AD */ 0x00, /* AE */ 0x00, /* AF */ 0x00, /* B0 */ 0x00, /* B1 */ 0x00, /* B2 */ 0x00, /* B3 */ 0x00, /* B4 */ 0x00, /* B5 */ 0x00, /* B6 */ 0x00, /* B7 */ 0x00, /* B8 */ 0x00, /* B9 */ 0x00, /* BA */ 0x00, /* BB */ 0x00, /* BC */ 0x00, /* BD */ 0x00, /* BE */ 0x00, /* BF */ 0x00, /* C0 */ 0x00, /* C1 */ 0x00, /* C2 */ 0x00, /* C3 */ 0x00, /* C4 */ 0x00, /* C5 */ 0x00, /* C6 */ 0x00, /* C7 */ 0x00, /* C8 */ 0x00, /* C9 */ 0x00, /* CA */ 0x00, /* CB */ 0x00, /* CC */ 0x00, /* CD */ 0x00, /* CE */ 0x00, /* CF */ 0x00, /* D0 */ 0x00, /* D1 */ 0x00, /* D2 */ 0x00, /* D3 */ 0x00, /* D4 */ 0x00, /* D5 */ 0x00, /* D6 */ 0x00, /* D7 */ 0x00, /* D8 */ 0x00, /* D9 */ 0x00, /* DA */ 0x00, /* DB */ 0x00, /* DC */ 0x00, /* DD */ 0x00, /* DE */ 0x00, /* DF */ 0x00, /* E0 */ 0x00, /* E1 */ 0x00, /* E2 */ 0x00, /* E3 */ 0x00, /* E4 */ 0x00, /* E5 */ 0x00, /* E6 */ 0x00, /* E7 */ 0x00, /* E8 */ 0x00, /* E9 */ 0x00, /* EA */ 0x00, /* EB */ 0x00, /* EC */ 0x00, /* ED */ 0x00, /* EE */ 0x00, /* EF */ 0x00, /* F0 */ 0x00, /* F1 */ 0x00, /* F2 */ 0x00, /* F3 */ 0x00, /* F4 */ 0x00, /* F5 */ 0x00, /* F6 */ 0x00, /* F7 */ 0x00, /* F8 */ 0x00, /* F9 */ 0x00, /* FA */ 0x00, /* FB */ 0x00, /* FC */ 0x00, /* FD */ 0x00, /* FE */ 0x00, /* FF */ }; static struct { int readable; int writable; } max98095_access[M98095_REG_CNT] = { { 0x00, 0x00 }, /* 00 */ { 0xFF, 0x00 }, /* 01 */ { 0xFF, 0x00 }, /* 02 */ { 0xFF, 0x00 }, /* 03 */ { 0xFF, 0x00 }, /* 04 */ { 0xFF, 0x00 }, /* 05 */ { 0xFF, 0x00 }, /* 06 */ { 0xFF, 0x00 }, /* 07 */ { 0xFF, 0x00 }, /* 08 */ { 0xFF, 0x00 }, /* 09 */ { 0xFF, 0x00 }, /* 0A */ { 0xFF, 0x00 }, /* 0B */ { 0xFF, 0x00 }, /* 0C */ { 0xFF, 0x00 }, /* 0D */ { 0xFF, 0x00 }, /* 0E */ { 0xFF, 0x9F }, /* 0F */ { 0xFF, 0xFF }, /* 10 */ { 0xFF, 0xFF }, /* 11 */ { 0xFF, 0xFF }, /* 12 */ { 0xFF, 0xFF }, /* 13 */ { 0xFF, 0xFF }, /* 14 */ { 0xFF, 0xFF }, /* 15 */ { 0xFF, 0xFF }, /* 16 */ { 0xFF, 0xFF }, /* 17 */ { 0xFF, 0xFF }, /* 18 */ { 0xFF, 0xFF }, /* 19 */ { 0xFF, 0xFF }, /* 1A */ { 0xFF, 0xFF }, /* 1B */ { 0xFF, 0xFF }, /* 1C */ { 0xFF, 0xFF }, /* 1D */ { 0xFF, 0x77 }, /* 1E */ { 0xFF, 0x77 }, /* 1F */ { 0xFF, 0x77 }, /* 20 */ { 0xFF, 0x77 }, /* 21 */ { 0xFF, 0x77 }, /* 22 */ { 0xFF, 0x77 }, /* 23 */ { 0xFF, 0xFF }, /* 24 */ { 0xFF, 0x7F }, /* 25 */ { 0xFF, 0x31 }, /* 26 */ { 0xFF, 0xFF }, /* 27 */ { 0xFF, 0xFF }, /* 28 */ { 0xFF, 0xFF }, /* 29 */ { 0xFF, 0xF7 }, /* 2A */ { 0xFF, 0x2F }, /* 2B */ { 0xFF, 0xEF }, /* 2C */ { 0xFF, 0xFF }, /* 2D */ { 0xFF, 0xFF }, /* 2E */ { 0xFF, 0xFF }, /* 2F */ { 0xFF, 0xFF }, /* 30 */ { 0xFF, 0xFF }, /* 31 */ { 0xFF, 0xFF }, /* 32 */ { 0xFF, 0xFF }, /* 33 */ { 0xFF, 0xF7 }, /* 34 */ { 0xFF, 0x2F }, /* 35 */ { 0xFF, 0xCF }, /* 36 */ { 0xFF, 0xFF }, /* 37 */ { 0xFF, 0xFF }, /* 38 */ { 0xFF, 0xFF }, /* 39 */ { 0xFF, 0xFF }, /* 3A */ { 0xFF, 0xFF }, /* 3B */ { 0xFF, 0xFF }, /* 3C */ { 0xFF, 0xFF }, /* 3D */ { 0xFF, 0xF7 }, /* 3E */ { 0xFF, 0x2F }, /* 3F */ { 0xFF, 0xCF }, /* 40 */ { 0xFF, 0xFF }, /* 41 */ { 0xFF, 0x77 }, /* 42 */ { 0xFF, 0xFF }, /* 43 */ { 0xFF, 0xFF }, /* 44 */ { 0xFF, 0xFF }, /* 45 */ { 0xFF, 0xFF }, /* 46 */ { 0xFF, 0xFF }, /* 47 */ { 0xFF, 0xFF }, /* 48 */ { 0xFF, 0x0F }, /* 49 */ { 0xFF, 0xFF }, /* 4A */ { 0xFF, 0xFF }, /* 4B */ { 0xFF, 0x3F }, /* 4C */ { 0xFF, 0x3F }, /* 4D */ { 0xFF, 0x3F }, /* 4E */ { 0xFF, 0xFF }, /* 4F */ { 0xFF, 0x7F }, /* 50 */ { 0xFF, 0x7F }, /* 51 */ { 0xFF, 0x0F }, /* 52 */ { 0xFF, 0x3F }, /* 53 */ { 0xFF, 0x3F }, /* 54 */ { 0xFF, 0x3F }, /* 55 */ { 0xFF, 0xFF }, /* 56 */ { 0xFF, 0xFF }, /* 57 */ { 0xFF, 0xBF }, /* 58 */ { 0xFF, 0x1F }, /* 59 */ { 0xFF, 0xBF }, /* 5A */ { 0xFF, 0x1F }, /* 5B */ { 0xFF, 0xBF }, /* 5C */ { 0xFF, 0x3F }, /* 5D */ { 0xFF, 0x3F }, /* 5E */ { 0xFF, 0x7F }, /* 5F */ { 0xFF, 0x7F }, /* 60 */ { 0xFF, 0x47 }, /* 61 */ { 0xFF, 0x9F }, /* 62 */ { 0xFF, 0x9F }, /* 63 */ { 0xFF, 0x9F }, /* 64 */ { 0xFF, 0x9F }, /* 65 */ { 0xFF, 0x9F }, /* 66 */ { 0xFF, 0xBF }, /* 67 */ { 0xFF, 0xBF }, /* 68 */ { 0xFF, 0xFF }, /* 69 */ { 0xFF, 0xFF }, /* 6A */ { 0xFF, 0x7F }, /* 6B */ { 0xFF, 0xF7 }, /* 6C */ { 0xFF, 0xFF }, /* 6D */ { 0xFF, 0xFF }, /* 6E */ { 0xFF, 0x1F }, /* 6F */ { 0xFF, 0xF7 }, /* 70 */ { 0xFF, 0xFF }, /* 71 */ { 0xFF, 0xFF }, /* 72 */ { 0xFF, 0x1F }, /* 73 */ { 0xFF, 0xF7 }, /* 74 */ { 0xFF, 0xFF }, /* 75 */ { 0xFF, 0xFF }, /* 76 */ { 0xFF, 0x1F }, /* 77 */ { 0xFF, 0xF7 }, /* 78 */ { 0xFF, 0xFF }, /* 79 */ { 0xFF, 0xFF }, /* 7A */ { 0xFF, 0x1F }, /* 7B */ { 0xFF, 0xF7 }, /* 7C */ { 0xFF, 0xFF }, /* 7D */ { 0xFF, 0xFF }, /* 7E */ { 0xFF, 0x1F }, /* 7F */ { 0xFF, 0xF7 }, /* 80 */ { 0xFF, 0xFF }, /* 81 */ { 0xFF, 0xFF }, /* 82 */ { 0xFF, 0x1F }, /* 83 */ { 0xFF, 0x7F }, /* 84 */ { 0xFF, 0x0F }, /* 85 */ { 0xFF, 0xD8 }, /* 86 */ { 0xFF, 0xFF }, /* 87 */ { 0xFF, 0xEF }, /* 88 */ { 0xFF, 0xFE }, /* 89 */ { 0xFF, 0xFE }, /* 8A */ { 0xFF, 0xFF }, /* 8B */ { 0xFF, 0xFF }, /* 8C */ { 0xFF, 0x3F }, /* 8D */ { 0xFF, 0xFF }, /* 8E */ { 0xFF, 0x3F }, /* 8F */ { 0xFF, 0x8F }, /* 90 */ { 0xFF, 0xFF }, /* 91 */ { 0xFF, 0x3F }, /* 92 */ { 0xFF, 0xFF }, /* 93 */ { 0xFF, 0xFF }, /* 94 */ { 0xFF, 0x0F }, /* 95 */ { 0xFF, 0x3F }, /* 96 */ { 0xFF, 0x8C }, /* 97 */ { 0x00, 0x00 }, /* 98 */ { 0x00, 0x00 }, /* 99 */ { 0x00, 0x00 }, /* 9A */ { 0x00, 0x00 }, /* 9B */ { 0x00, 0x00 }, /* 9C */ { 0x00, 0x00 }, /* 9D */ { 0x00, 0x00 }, /* 9E */ { 0x00, 0x00 }, /* 9F */ { 0x00, 0x00 }, /* A0 */ { 0x00, 0x00 }, /* A1 */ { 0x00, 0x00 }, /* A2 */ { 0x00, 0x00 }, /* A3 */ { 0x00, 0x00 }, /* A4 */ { 0x00, 0x00 }, /* A5 */ { 0x00, 0x00 }, /* A6 */ { 0x00, 0x00 }, /* A7 */ { 0x00, 0x00 }, /* A8 */ { 0x00, 0x00 }, /* A9 */ { 0x00, 0x00 }, /* AA */ { 0x00, 0x00 }, /* AB */ { 0x00, 0x00 }, /* AC */ { 0x00, 0x00 }, /* AD */ { 0x00, 0x00 }, /* AE */ { 0x00, 0x00 }, /* AF */ { 0x00, 0x00 }, /* B0 */ { 0x00, 0x00 }, /* B1 */ { 0x00, 0x00 }, /* B2 */ { 0x00, 0x00 }, /* B3 */ { 0x00, 0x00 }, /* B4 */ { 0x00, 0x00 }, /* B5 */ { 0x00, 0x00 }, /* B6 */ { 0x00, 0x00 }, /* B7 */ { 0x00, 0x00 }, /* B8 */ { 0x00, 0x00 }, /* B9 */ { 0x00, 0x00 }, /* BA */ { 0x00, 0x00 }, /* BB */ { 0x00, 0x00 }, /* BC */ { 0x00, 0x00 }, /* BD */ { 0x00, 0x00 }, /* BE */ { 0x00, 0x00 }, /* BF */ { 0x00, 0x00 }, /* C0 */ { 0x00, 0x00 }, /* C1 */ { 0x00, 0x00 }, /* C2 */ { 0x00, 0x00 }, /* C3 */ { 0x00, 0x00 }, /* C4 */ { 0x00, 0x00 }, /* C5 */ { 0x00, 0x00 }, /* C6 */ { 0x00, 0x00 }, /* C7 */ { 0x00, 0x00 }, /* C8 */ { 0x00, 0x00 }, /* C9 */ { 0x00, 0x00 }, /* CA */ { 0x00, 0x00 }, /* CB */ { 0x00, 0x00 }, /* CC */ { 0x00, 0x00 }, /* CD */ { 0x00, 0x00 }, /* CE */ { 0x00, 0x00 }, /* CF */ { 0x00, 0x00 }, /* D0 */ { 0x00, 0x00 }, /* D1 */ { 0x00, 0x00 }, /* D2 */ { 0x00, 0x00 }, /* D3 */ { 0x00, 0x00 }, /* D4 */ { 0x00, 0x00 }, /* D5 */ { 0x00, 0x00 }, /* D6 */ { 0x00, 0x00 }, /* D7 */ { 0x00, 0x00 }, /* D8 */ { 0x00, 0x00 }, /* D9 */ { 0x00, 0x00 }, /* DA */ { 0x00, 0x00 }, /* DB */ { 0x00, 0x00 }, /* DC */ { 0x00, 0x00 }, /* DD */ { 0x00, 0x00 }, /* DE */ { 0x00, 0x00 }, /* DF */ { 0x00, 0x00 }, /* E0 */ { 0x00, 0x00 }, /* E1 */ { 0x00, 0x00 }, /* E2 */ { 0x00, 0x00 }, /* E3 */ { 0x00, 0x00 }, /* E4 */ { 0x00, 0x00 }, /* E5 */ { 0x00, 0x00 }, /* E6 */ { 0x00, 0x00 }, /* E7 */ { 0x00, 0x00 }, /* E8 */ { 0x00, 0x00 }, /* E9 */ { 0x00, 0x00 }, /* EA */ { 0x00, 0x00 }, /* EB */ { 0x00, 0x00 }, /* EC */ { 0x00, 0x00 }, /* ED */ { 0x00, 0x00 }, /* EE */ { 0x00, 0x00 }, /* EF */ { 0x00, 0x00 }, /* F0 */ { 0x00, 0x00 }, /* F1 */ { 0x00, 0x00 }, /* F2 */ { 0x00, 0x00 }, /* F3 */ { 0x00, 0x00 }, /* F4 */ { 0x00, 0x00 }, /* F5 */ { 0x00, 0x00 }, /* F6 */ { 0x00, 0x00 }, /* F7 */ { 0x00, 0x00 }, /* F8 */ { 0x00, 0x00 }, /* F9 */ { 0x00, 0x00 }, /* FA */ { 0x00, 0x00 }, /* FB */ { 0x00, 0x00 }, /* FC */ { 0x00, 0x00 }, /* FD */ { 0x00, 0x00 }, /* FE */ { 0xFF, 0x00 }, /* FF */ }; static int max98095_readable(struct snd_soc_codec *codec, unsigned int reg) { if (reg >= M98095_REG_CNT) return 0; return max98095_access[reg].readable != 0; } static int max98095_volatile(struct snd_soc_codec *codec, unsigned int reg) { if (reg > M98095_REG_MAX_CACHED) return 1; switch (reg) { case M98095_000_HOST_DATA: case M98095_001_HOST_INT_STS: case M98095_002_HOST_RSP_STS: case M98095_003_HOST_CMD_STS: case M98095_004_CODEC_STS: case M98095_005_DAI1_ALC_STS: case M98095_006_DAI2_ALC_STS: case M98095_007_JACK_AUTO_STS: case M98095_008_JACK_MANUAL_STS: case M98095_009_JACK_VBAT_STS: case M98095_00A_ACC_ADC_STS: case M98095_00B_MIC_NG_AGC_STS: case M98095_00C_SPK_L_VOLT_STS: case M98095_00D_SPK_R_VOLT_STS: case M98095_00E_TEMP_SENSOR_STS: return 1; } return 0; } //------------------------------------------------ // Implementation of I2C functions //------------------------------------------------ inline unsigned int max98095_i2c_read(struct snd_soc_codec *codec, unsigned int reg) { int ret; ret = i2c_smbus_read_byte_data(codec->control_data, (u8)(reg & 0xFF)); if (ret < 0) printk("DEBUG -> %s error!!! [%d]\n",__FUNCTION__,__LINE__); return ret; } /* * write max98095 register cache */ static inline void max98095_write_reg_cache(struct snd_soc_codec *codec, unsigned int reg, unsigned int value) { u16 *cache = codec->reg_cache; /* Reset register and reserved registers are uncached */ if (reg == 0 || reg > ARRAY_SIZE(max98095_reg_def) - 1) return; cache[reg] = value; } /* * write to the max98095 register space */ static int max98095_i2c_write(struct snd_soc_codec *codec, unsigned int reg, unsigned int value) { max98095_write_reg_cache (codec, reg, value); if(i2c_smbus_write_byte_data(codec->control_data, (u8)(reg & 0xFF), (u8)(value & 0xFF))<0) { printk("%s error!!! [%d]\n",__FUNCTION__,__LINE__); return -EIO; } return 0; } //----------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------- static const char *playback_path[] = {"OFF", "RCV", "SPK", "HP", "SPK_HP", "TV_OUT", }; static const char *record_path[] = {"Main Mic", "Headset Mic", }; static const struct soc_enum path_control_enum[] = { SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(playback_path),playback_path), SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(record_path),record_path), }; #if defined(CONFIG_MAX98095_HEADSET) enum { JACK_NO_DEVICE = 0x0, HEADSET_4_POLE_DEVICE = 0x01 << 0, HEADSET_3_POLE_DEVICE = 0x01 << 1, TVOUT_DEVICE = 0x01 << 2, UNKNOWN_DEVICE = 0x01 << 3, }; enum { JACK_DETACHED = 0x0, JACK_ATTACHED = 0x1, }; struct switch_dev switch_jack_detection = { .name = "h2w", }; static unsigned int current_jack_type_status = UNKNOWN_DEVICE; #endif //----------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------- static int max98095_set_playback_path(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) { struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); int path_num = ucontrol->value.integer.value[0]; max98095->cur_path = path_num; switch(path_num) { case 0 : // headset case 1 : // earpiece // max98095_set_playback_headset(codec); // max98095_set_playback_speaker_headset(codec); break; case 2 : // speaker // max98095_set_playback_speaker(codec); // max98095_set_playback_speaker_headset(codec); break; case 3 : // max98095_set_playback_speaker_headset(codec); break; case 4 : break; default : break; } // max98095_set_record_main_mic(codec); return 0; } //----------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------- static int max98095_get_playback_path(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) { struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); printk(" %s [%d] current playback path %d\n",__FUNCTION__,__LINE__, max98095->cur_path); ucontrol->value.integer.value[0] = max98095->cur_path; return 0; } //-------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------- static int max98095_set_record_path(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) { struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); int path_num = ucontrol->value.integer.value[0]; max98095->rec_path = path_num; printk(" %s [%d] param %d\n",__FUNCTION__,__LINE__, path_num); switch(path_num) { case 0 : max98095_set_record_main_mic(codec); break; case 1 : max98095_set_record_main_mic(codec); break; case 2 : max98095_set_record_main_mic(codec); break; default : break; } return 0; } //----------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------- static int max98095_get_record_path(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) { struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); printk(" %s [%d] current record path %d\n",__FUNCTION__,__LINE__, max98095->rec_path); ucontrol->value.integer.value[0] = max98095->rec_path; return 0; } //----------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------- static const struct snd_kcontrol_new max98095_snd_controls[] = { /* Path Control */ SOC_ENUM_EXT("Playback Path", path_control_enum[0], max98095_get_playback_path, max98095_set_playback_path), SOC_ENUM_EXT("MIC Path", path_control_enum[1], max98095_get_record_path, max98095_set_record_path), }; static int max98095_add_widgets(struct snd_soc_codec *codec) { snd_soc_add_controls(codec, max98095_snd_controls, ARRAY_SIZE(max98095_snd_controls)); return 0; } #if defined(CONFIG_MAX98095_HEADSET) //----------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------- #define MAX98095_DELAY msecs_to_jiffies(1000) static void max98095_work(struct work_struct *work) { struct max98095_priv *max98095 = container_of(work, struct max98095_priv, work.work); struct snd_soc_codec *codec; int jack_auto_sts=0, jack_man_sts=0; int read_value=0; codec = max98095->codec; jack_auto_sts = snd_soc_read(codec, M98095_007_JACK_AUTO_STS); jack_man_sts = snd_soc_read(codec, M98095_008_JACK_MANUAL_STS); if(jack_man_sts&0x18){ read_value = HEADSET_3_POLE_DEVICE; } else if(jack_auto_sts&0x08){ read_value = HEADSET_4_POLE_DEVICE; } else { read_value = JACK_NO_DEVICE; } if(read_value != current_jack_type_status) { current_jack_type_status=read_value; switch_set_state(&switch_jack_detection, current_jack_type_status); msleep(500); switch(current_jack_type_status) { case HEADSET_3_POLE_DEVICE : case HEADSET_4_POLE_DEVICE : max98095_disable_playback_path(codec, SPK); max98095_set_playback_headset(codec); max98095->cur_path = HP; snd_soc_write(codec, M98095_089_JACK_DET_AUTO, 0x84); break; case JACK_NO_DEVICE : max98095_disable_playback_path(codec, HP); max98095_set_playback_speaker(codec); max98095->cur_path = SPK; break; default : max98095_disable_playback_path(codec, SPK); max98095_disable_playback_path(codec, HP); max98095->cur_path = HP; break; } schedule_delayed_work(&max98095->work, msecs_to_jiffies(2000)); } else schedule_delayed_work(&max98095->work, msecs_to_jiffies(1000)); } void odroid_audio_tvout(bool tvout) { return; } EXPORT_SYMBOL_GPL(odroid_audio_tvout); #endif //----------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------- /* codec mclk clock divider coefficients */ static const struct { u32 rate; u8 sr; } rate_table[] = { {8000, 0x01}, {11025, 0x02}, {16000, 0x03}, {22050, 0x04}, {24000, 0x05}, {32000, 0x06}, {44100, 0x07}, {48000, 0x08}, {88200, 0x09}, {96000, 0x0A}, }; static int rate_value(int rate, u8 *value) { int i; for (i = 0; i < ARRAY_SIZE(rate_table); i++) { if (rate_table[i].rate >= rate) { *value = rate_table[i].sr; return 0; } } *value = rate_table[0].sr; return -EINVAL; } static int max98095_dai1_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) { struct snd_soc_codec *codec = dai->codec; struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); struct max98095_cdata *cdata; unsigned long long ni; unsigned int rate; u8 regval; cdata = &max98095->dai; rate = params_rate(params); switch (params_format(params)) { case SNDRV_PCM_FORMAT_S16_LE: snd_soc_update_bits(codec, M98095_02A_DAI1_FORMAT, M98095_DAI_WS, 0); break; case SNDRV_PCM_FORMAT_S24_LE: snd_soc_update_bits(codec, M98095_02A_DAI1_FORMAT, M98095_DAI_WS, M98095_DAI_WS); break; default: return -EINVAL; } if (rate_value(rate, ®val)) return -EINVAL; snd_soc_update_bits(codec, M98095_027_DAI1_CLKMODE, M98095_CLKMODE_MASK, regval); cdata->rate = rate; /* Configure NI when operating as master */ if (snd_soc_read(codec, M98095_02A_DAI1_FORMAT) & M98095_DAI_MAS) { if (max98095->sysclk == 0) { dev_err(codec->dev, "Invalid system clock frequency\n"); return -EINVAL; } ni = 65536ULL * (rate < 50000 ? 96ULL : 48ULL) * (unsigned long long int)rate; do_div(ni, (unsigned long long int)max98095->sysclk); snd_soc_write(codec, M98095_028_DAI1_CLKCFG_HI, (ni >> 8) & 0x7F); snd_soc_write(codec, M98095_029_DAI1_CLKCFG_LO, ni & 0xFF); } /* Update sample rate mode */ if (rate < 50000) snd_soc_update_bits(codec, M98095_02E_DAI1_FILTERS, M98095_DAI_DHF, 0); else snd_soc_update_bits(codec, M98095_02E_DAI1_FILTERS, M98095_DAI_DHF, M98095_DAI_DHF); return 0; } static int max98095_dai_set_sysclk(struct snd_soc_dai *dai, int clk_id, unsigned int freq, int dir) { struct snd_soc_codec *codec = dai->codec; struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); /* Requested clock frequency is already setup */ if (freq == max98095->sysclk) return 0; max98095->sysclk = freq; /* remember current sysclk */ /* Setup clocks for slave mode, and using the PLL * PSCLK = 0x01 (when master clk is 10MHz to 20MHz) * 0x02 (when master clk is 20MHz to 40MHz).. * 0x03 (when master clk is 40MHz to 60MHz).. */ if ((freq >= 10000000) && (freq < 20000000)) { snd_soc_write(codec, M98095_026_SYS_CLK, 0x10); } else if ((freq >= 20000000) && (freq < 40000000)) { snd_soc_write(codec, M98095_026_SYS_CLK, 0x20); } else if ((freq >= 40000000) && (freq < 60000000)) { snd_soc_write(codec, M98095_026_SYS_CLK, 0x30); } else { dev_err(codec->dev, "Invalid master clock frequency\n"); return -EINVAL; } dev_dbg(dai->dev, "Clock source is %d at %uHz\n", clk_id, freq); max98095->sysclk = freq; return 0; } static int max98095_dai1_set_fmt(struct snd_soc_dai *codec_dai, unsigned int fmt) { struct snd_soc_codec *codec = codec_dai->codec; struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); struct max98095_cdata *cdata; u8 regval = 0; cdata = &max98095->dai; if (fmt != cdata->fmt) { cdata->fmt = fmt; switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { case SND_SOC_DAIFMT_CBS_CFS: /* Slave mode PLL */ snd_soc_write(codec, M98095_028_DAI1_CLKCFG_HI, 0x80); snd_soc_write(codec, M98095_029_DAI1_CLKCFG_LO, 0x00); break; case SND_SOC_DAIFMT_CBM_CFM: /* Set to master mode */ regval |= M98095_DAI_MAS; break; case SND_SOC_DAIFMT_CBS_CFM: case SND_SOC_DAIFMT_CBM_CFS: default: dev_err(codec->dev, "Clock mode unsupported"); return -EINVAL; } switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { case SND_SOC_DAIFMT_I2S: regval |= M98095_DAI_DLY; break; case SND_SOC_DAIFMT_LEFT_J: break; default: return -EINVAL; } switch (fmt & SND_SOC_DAIFMT_INV_MASK) { case SND_SOC_DAIFMT_NB_NF: break; case SND_SOC_DAIFMT_NB_IF: regval |= M98095_DAI_WCI; break; case SND_SOC_DAIFMT_IB_NF: regval |= M98095_DAI_BCI; break; case SND_SOC_DAIFMT_IB_IF: regval |= M98095_DAI_BCI|M98095_DAI_WCI; break; default: return -EINVAL; } snd_soc_update_bits(codec, M98095_02A_DAI1_FORMAT, M98095_DAI_MAS | M98095_DAI_DLY | M98095_DAI_BCI | M98095_DAI_WCI, regval); snd_soc_write(codec, M98095_02B_DAI1_CLOCK, M98095_DAI_BSEL64); } return 0; } static int max98095_set_bias_level(struct snd_soc_codec *codec, enum snd_soc_bias_level level) { switch (level) { case SND_SOC_BIAS_ON: break; case SND_SOC_BIAS_PREPARE: break; case SND_SOC_BIAS_STANDBY: snd_soc_update_bits(codec, M98095_090_PWR_EN_IN, M98095_MB1EN, M98095_MB1EN); break; case SND_SOC_BIAS_OFF: snd_soc_update_bits(codec, M98095_090_PWR_EN_IN, M98095_MB1EN, 0); codec->cache_sync = 1; break; } codec->dapm.bias_level = level; return 0; } #define MAX98095_RATES SNDRV_PCM_RATE_8000_96000 #define MAX98095_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE) static struct snd_soc_dai_ops max98095_dai1_ops = { .set_sysclk = max98095_dai_set_sysclk, .set_fmt = max98095_dai1_set_fmt, .hw_params = max98095_dai1_hw_params, }; struct snd_soc_dai_driver max98095_dai[] = { { .name = "max98095-aif1", .playback = { .stream_name = "HiFi Playback", .channels_min = 1, .channels_max = 2, .rates = MAX98095_RATES, .formats = MAX98095_FORMATS, }, .capture = { .stream_name = "HiFi Capture", .channels_min = 1, .channels_max = 2, .rates = MAX98095_RATES, .formats = MAX98095_FORMATS, }, .ops = &max98095_dai1_ops, }, }; EXPORT_SYMBOL_GPL(max98095_dai); #ifdef CONFIG_PM static int max98095_suspend(struct snd_soc_codec *codec, pm_message_t state) { max98095_set_bias_level(codec, SND_SOC_BIAS_OFF); return 0; } static int max98095_resume(struct snd_soc_codec *codec) { max98095_set_bias_level(codec, SND_SOC_BIAS_STANDBY); return 0; } #else #define max98095_suspend NULL #define max98095_resume NULL #endif static int max98095_reset(struct snd_soc_codec *codec) { int i, ret; /* Gracefully reset the DSP core and the codec hardware * in a proper sequence */ ret = snd_soc_write(codec, M98095_00F_HOST_CFG, 0); if (ret < 0) { dev_err(codec->dev, "Failed to reset DSP: %d\n", ret); return ret; } ret = snd_soc_write(codec, M98095_097_PWR_SYS, 0); if (ret < 0) { dev_err(codec->dev, "Failed to reset codec: %d\n", ret); return ret; } /* Reset to hardware default for registers, as there is not * a soft reset hardware control register */ for (i = M98095_010_HOST_INT_CFG; i < M98095_REG_MAX_CACHED; i++) { ret = snd_soc_write(codec, i, max98095_reg_def[i]); if (ret < 0) { dev_err(codec->dev, "Failed to reset: %d\n", ret); return ret; } } return ret; } static int max98095_probe(struct snd_soc_codec *codec) { struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec); struct max98095_cdata *cdata; int ret = 0; ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_I2C); if (ret != 0) { dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); return ret; } codec->control_data = max98095->control_data; codec->cache_sync = 1; codec->write = max98095_i2c_write; codec->read = max98095_i2c_read; max98095->codec = codec; /* reset the codec, the DSP core, and disable all interrupts */ max98095_reset(codec); /* initialize private data */ max98095->sysclk = (unsigned)-1; max98095->eq_textcnt = 0; max98095->bq_textcnt = 0; cdata = &max98095->dai; cdata->rate = (unsigned)-1; cdata->fmt = (unsigned)-1; cdata->eq_sel = 0; cdata->bq_sel = 0; max98095->lin_state = 0; max98095->mic1pre = 0; max98095->mic2pre = 0; ret = snd_soc_read(codec, M98095_0FF_REV_ID); if (ret < 0) { dev_err(codec->dev, "Failed to read device revision: %d\n", ret); goto err_access; } dev_info(codec->dev, "revision 0x%02x\n", ret); snd_soc_write(codec, M98095_097_PWR_SYS, M98095_PWRSV); /* initialize registers cache to hardware default */ max98095_set_bias_level(codec, SND_SOC_BIAS_STANDBY); snd_soc_write(codec, M98095_093_BIAS_CTRL, 0xF0); snd_soc_write(codec, M98095_092_PWR_EN_OUT, M98095_SPK_SPREADSPECTRUM); snd_soc_write(codec, M98095_096_PWR_DAC_CK, 0x09); snd_soc_write(codec, M98095_02C_DAI1_IOCFG, 0x43); snd_soc_write(codec, M98095_089_JACK_DET_AUTO, 0x80); snd_soc_write(codec, M98095_013_JACK_INT_EN, 0xC8); snd_soc_write(codec, M98095_014_JACK_INT_EN, 0x99); max98095_set_record_main_mic(codec); // max98095_set_playback_speaker_headset(codec); /* take the codec out of the shut down */ snd_soc_update_bits(codec, M98095_097_PWR_SYS, M98095_SHDNRUN, M98095_SHDNRUN); max98095_add_widgets(codec); #if defined(CONFIG_MAX98095_HEADSET) switch_dev_register(&switch_jack_detection); INIT_DELAYED_WORK_DEFERRABLE(&max98095->work, max98095_work); schedule_delayed_work(&max98095->work, msecs_to_jiffies(6000)); #endif err_access: return ret; } static int max98095_remove(struct snd_soc_codec *codec) { max98095_set_bias_level(codec, SND_SOC_BIAS_OFF); return 0; } struct snd_soc_codec_driver soc_codec_dev_max98095 = { .probe = max98095_probe, .remove = max98095_remove, .suspend = max98095_suspend, .resume = max98095_resume, .reg_cache_size = ARRAY_SIZE(max98095_reg_def), .reg_word_size = sizeof(u8), .reg_cache_default = max98095_reg_def, .readable_register = max98095_readable, .volatile_register = max98095_volatile, }; static int max98095_i2c_probe(struct i2c_client *i2c, const struct i2c_device_id *id) { struct max98095_priv *max98095; int ret; max98095 = devm_kzalloc(&i2c->dev, sizeof(struct max98095_priv), GFP_KERNEL); if (max98095 == NULL) return -ENOMEM; // codec = &max98095->codec; max98095->control_data = i2c; i2c_set_clientdata(i2c, max98095); // codec->control_data = i2c; // max98095->pdata = i2c->dev.platform_data; // codec->dev = &i2c->dev; ret = snd_soc_register_codec(&i2c->dev, &soc_codec_dev_max98095, &max98095_dai[0], 1); if (ret < 0){ kfree(max98095); } return ret; } static int __devexit max98095_i2c_remove(struct i2c_client *client) { struct snd_soc_codec *codec = i2c_get_clientdata(client); #if defined(CONFIG_MAX98095_HEADSET) switch_dev_unregister(&switch_jack_detection); #endif kfree(codec->reg_cache); return 0; } static const struct i2c_device_id max98095_i2c_id[] = { { "max98095", 0 }, { } }; MODULE_DEVICE_TABLE(i2c, max98095_i2c_id); static struct i2c_driver max98095_i2c_driver = { .driver = { .name = "max98095", .owner = THIS_MODULE, }, .probe = max98095_i2c_probe, .remove = __devexit_p(max98095_i2c_remove), .id_table = max98095_i2c_id, }; static int __init max98095_init(void) { int ret; ret = i2c_add_driver(&max98095_i2c_driver); if (ret) pr_err("Failed to register max98095 I2C driver: %d\n", ret); return ret; } module_init(max98095_init); static void __exit max98095_exit(void) { i2c_del_driver(&max98095_i2c_driver); } module_exit(max98095_exit); MODULE_DESCRIPTION("ALSA SoC MAX98095 driver"); MODULE_AUTHOR("Peter Hsiang"); MODULE_LICENSE("GPL");